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

  /src/sys/dev/pci/cxgb/
cxgb_main.c 98 static int cxgb_controller_match(device_t dev, cfdata_t match, void *context);
111 CFATTACH_DECL_NEW(cxgbc, sizeof(struct adapter), cxgb_controller_match, cxgb_controller_attach, cxgb_controller_detach, NULL);
254 static int cxgb_controller_match(device_t dev, cfdata_t match, void *context) function in typeref:typename:int

Completed in 56 milliseconds