FreeBSD kernel CXGBE device code
if_cxl.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>
Include dependency graph for if_cxl.c:

Go to the source code of this file.

Functions

 __FBSDID ("$FreeBSD$")
 
static int mod_event (module_t mod, int cmd, void *arg)
 
 DECLARE_MODULE (if_cxl, if_cxl_mod, SI_SUB_EXEC, SI_ORDER_ANY)
 
 MODULE_VERSION (if_cxl, 1)
 
 MODULE_DEPEND (if_cxl, cxl, 1, 1, 1)
 

Variables

static moduledata_t if_cxl_mod = {"if_cxl", mod_event}
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ DECLARE_MODULE()

DECLARE_MODULE ( if_cxl  ,
if_cxl_mod  ,
SI_SUB_EXEC  ,
SI_ORDER_ANY   
)

◆ mod_event()

static int mod_event ( module_t  mod,
int  cmd,
void *  arg 
)
static

Definition at line 36 of file if_cxl.c.

◆ MODULE_DEPEND()

MODULE_DEPEND ( if_cxl  ,
cxl  ,
,
,
 
)

◆ MODULE_VERSION()

MODULE_VERSION ( if_cxl  ,
 
)

Variable Documentation

◆ if_cxl_mod

moduledata_t if_cxl_mod = {"if_cxl", mod_event}
static

Definition at line 41 of file if_cxl.c.