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

Variables

static moduledata_t if_ccv_mod = {"if_ccv", mod_event}
 

Function Documentation

◆ __FBSDID()

__FBSDID ( "$FreeBSD$"  )

◆ DECLARE_MODULE()

DECLARE_MODULE ( if_ccv  ,
if_ccv_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_ccv.c.

◆ MODULE_DEPEND()

MODULE_DEPEND ( if_ccv  ,
ccv  ,
,
,
 
)

◆ MODULE_VERSION()

MODULE_VERSION ( if_ccv  ,
 
)

Variable Documentation

◆ if_ccv_mod

moduledata_t if_ccv_mod = {"if_ccv", mod_event}
static

Definition at line 41 of file if_ccv.c.