Lines Matching refs:cqes
1432 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument
1441 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1559 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1589 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1590 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1888 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1941 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1942 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
2006 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
2039 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
2040 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_destroy()
2235 struct kcqe *cqes[1]; in cnic_bnx2x_offload_pg() local
2241 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_offload_pg()
2242 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_offload_pg()
2250 struct kcqe *cqes[1]; in cnic_bnx2x_update_pg() local
2256 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_update_pg()
2257 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_update_pg()
2360 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_ofld1() local
2433 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_ofld1()
2434 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1()
2507 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_destroy() local
2540 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_destroy()
2541 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy()
2591 struct kcqe *cqes[1]; in cnic_bnx2x_kwqe_err() local
2656 cqes[0] = &kcqe; in cnic_bnx2x_kwqe_err()
2657 cnic_reply_bnx2x_kcqes(dev, ulp_type, cqes, 1); in cnic_bnx2x_kwqe_err()