Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic_if.h366 void (*cnic_exit)(struct cnic_dev *dev); member
H A Dcnic.c3359 if (!ulp_ops || !ulp_ops->cnic_exit) { in cnic_ulp_exit()
3367 ulp_ops->cnic_exit(dev); in cnic_ulp_exit()
5781 static void __exit cnic_exit(void) in cnic_exit() function
5789 module_exit(cnic_exit);
/openbmc/linux/drivers/scsi/bnx2i/
H A Dbnx2i_hwi.c2677 .cnic_exit = bnx2i_ulp_exit,
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c2983 .cnic_exit = bnx2fc_ulp_exit,