Searched refs:cnic_reply_bnx2x_kcqes (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/net/ethernet/broadcom/ |
D | cnic.c | 1370 static void cnic_reply_bnx2x_kcqes(struct cnic_dev *dev, int ulp_type, in cnic_reply_bnx2x_kcqes() function 1503 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2() 1854 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1() 1951 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_destroy() 2176 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_offload_pg() 2191 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_update_pg() 2365 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1() 2472 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy() 2589 cnic_reply_bnx2x_kcqes(dev, ulp_type, cqes, 1); in cnic_bnx2x_kwqe_err()
|