FreeBSD kernel CXGBE device code
if_cxlv.c File Reference
#include <sys/cdefs.h>
#include <sys/param.h>
#include <sys/kernel.h>
#include <sys/module.h>
Include dependency graph for if_cxlv.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_cxlv, if_cxlv_mod, SI_SUB_EXEC, SI_ORDER_ANY)
 
 MODULE_VERSION (if_cxlv, 1)
 
 MODULE_DEPEND (if_cxlv, cxlv, 1, 1, 1)
 

Variables

static moduledata_t if_cxlv_mod = {"if_cxlv", mod_event}
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ DECLARE_MODULE()

DECLARE_MODULE ( if_cxlv  ,
if_cxlv_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_cxlv.c.

◆ MODULE_DEPEND()

MODULE_DEPEND ( if_cxlv  ,
cxlv  ,
,
,
 
)

◆ MODULE_VERSION()

MODULE_VERSION ( if_cxlv  ,
 
)

Variable Documentation

◆ if_cxlv_mod

moduledata_t if_cxlv_mod = {"if_cxlv", mod_event}
static

Definition at line 41 of file if_cxlv.c.