Searched refs:CNIC_ULP_FCOE (Results 1 – 4 of 4) sorted by relevance
/drivers/net/ethernet/broadcom/ |
D | cnic_if.h | 23 #define CNIC_ULP_FCOE 2 macro
|
D | cnic.c | 274 if (ulp_type == CNIC_ULP_FCOE && dev->fcoe_cap) in cnic_ulp_ctl() 634 if (ulp_type == CNIC_ULP_FCOE) in cnic_unregister_device() 1274 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_FCOE; in cnic_alloc_bnx2x_resc() 1615 if (ctx->ulp_proto_id == CNIC_ULP_FCOE) { in cnic_alloc_bnx2x_conn_resc() 2427 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1() 2534 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy() 2597 ulp_type = CNIC_ULP_FCOE; in cnic_bnx2x_kwqe_err() 2858 ulp_type = CNIC_ULP_FCOE; in service_kcqes() 3313 ulp_type = CNIC_ULP_FCOE; in cnic_ctl()
|
/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2063 rc = dev->register_device(dev, CNIC_ULP_FCOE, in bnx2fc_ulp_init() 2547 hba->cnic->unregister_device(hba->cnic, CNIC_ULP_FCOE); in bnx2fc_ulp_exit() 2731 cnic_register_driver(CNIC_ULP_FCOE, &bnx2fc_cnic_cb); in bnx2fc_mod_init() 2775 CNIC_ULP_FCOE); in bnx2fc_mod_exit() 2778 cnic_unregister_driver(CNIC_ULP_FCOE); in bnx2fc_mod_exit()
|
/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14770 else if (ulp_type == CNIC_ULP_FCOE) in bnx2x_drv_ctl() 14774 if ((ulp_type != CNIC_ULP_FCOE) || in bnx2x_drv_ctl() 14806 else if (ulp_type == CNIC_ULP_FCOE) in bnx2x_drv_ctl()
|