Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/
Dcnic_if.h366 void (*cnic_exit)(struct cnic_dev *dev); member
Dcnic.c3361 if (!ulp_ops || !ulp_ops->cnic_exit) { in cnic_ulp_exit()
3369 ulp_ops->cnic_exit(dev); in cnic_ulp_exit()
5784 static void __exit cnic_exit(void) in cnic_exit() function
5792 module_exit(cnic_exit);
/linux-5.19.10/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c2986 .cnic_exit = bnx2fc_ulp_exit,
/linux-5.19.10/drivers/scsi/bnx2i/
Dbnx2i_hwi.c2677 .cnic_exit = bnx2i_ulp_exit,