HomeSort by: relevance | last modified time | path
    Searched defs:cxgb_controller_detach (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/cxgb/
cxgb_main.c 100 static int cxgb_controller_detach(device_t dev, int flags);
111 CFATTACH_DECL_NEW(cxgbc, sizeof(struct adapter), cxgb_controller_match, cxgb_controller_attach, cxgb_controller_detach, NULL);
503 cxgb_controller_detach(device_t dev, int flags) function in typeref:typename:int
cxgb_main.c 100 static int cxgb_controller_detach(device_t dev, int flags);
111 CFATTACH_DECL_NEW(cxgbc, sizeof(struct adapter), cxgb_controller_match, cxgb_controller_attach, cxgb_controller_detach, NULL);
503 cxgb_controller_detach(device_t dev, int flags) function in typeref:typename:int

Completed in 24 milliseconds