cnic_exit
if (!ulp_ops || !ulp_ops->cnic_exit) {
ulp_ops->cnic_exit(dev);
module_exit(cnic_exit);
void (*cnic_exit)(struct cnic_dev *dev);
.cnic_exit = bnx2fc_ulp_exit,
.cnic_exit = bnx2i_ulp_exit,