Searched refs:CNIC_ULP_FCOE (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | cnic_if.h | 23 #define CNIC_ULP_FCOE 2 macro
|
D | cnic.c | 268 if (ulp_type == CNIC_ULP_FCOE && dev->fcoe_cap) in cnic_ulp_ctl() 626 if (ulp_type == CNIC_ULP_FCOE) in cnic_unregister_device() 1263 cp->ctx_tbl[i].ulp_proto_id = CNIC_ULP_FCOE; in cnic_alloc_bnx2x_resc() 1604 if (ctx->ulp_proto_id == CNIC_ULP_FCOE) { in cnic_alloc_bnx2x_conn_resc() 2417 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1() 2524 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy() 2589 ulp_type = CNIC_ULP_FCOE; in cnic_bnx2x_kwqe_err() 2850 ulp_type = CNIC_ULP_FCOE; in service_kcqes() 3305 ulp_type = CNIC_ULP_FCOE; in cnic_ctl()
|
/linux-4.1.27/drivers/scsi/bnx2fc/ |
D | bnx2fc_fcoe.c | 2002 rc = dev->register_device(dev, CNIC_ULP_FCOE, in bnx2fc_ulp_init() 2402 hba->cnic->unregister_device(hba->cnic, CNIC_ULP_FCOE); in bnx2fc_ulp_exit() 2607 cnic_register_driver(CNIC_ULP_FCOE, &bnx2fc_cnic_cb); in bnx2fc_mod_init() 2652 CNIC_ULP_FCOE); in bnx2fc_mod_exit() 2655 cnic_unregister_driver(CNIC_ULP_FCOE); in bnx2fc_mod_exit()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_main.c | 14304 else if (ulp_type == CNIC_ULP_FCOE) in bnx2x_drv_ctl() 14308 if ((ulp_type != CNIC_ULP_FCOE) || in bnx2x_drv_ctl() 14340 else if (ulp_type == CNIC_ULP_FCOE) in bnx2x_drv_ctl()
|