Home
last modified time | relevance | path

Searched refs:cxgbc_mod_event (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/cxgb/
H A Dcxgb_main.c172 static int cxgbc_mod_event(module_t, int, void *);
174 DRIVER_MODULE(cxgbc, pci, cxgb_controller_driver, cxgbc_mod_event, NULL);
3542 cxgbc_mod_event(module_t mod, int cmd, void *arg) in cxgbc_mod_event() function