Lines Matching refs:cqes
1423 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument
1432 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1550 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1580 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1581 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1879 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1932 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1933 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
1997 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
2030 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
2031 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_destroy()
2226 struct kcqe *cqes[1]; in cnic_bnx2x_offload_pg() local
2232 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_offload_pg()
2233 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_offload_pg()
2241 struct kcqe *cqes[1]; in cnic_bnx2x_update_pg() local
2247 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_update_pg()
2248 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_update_pg()
2351 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_ofld1() local
2424 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_ofld1()
2425 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1()
2498 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_destroy() local
2531 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_destroy()
2532 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy()
2582 struct kcqe *cqes[1]; in cnic_bnx2x_kwqe_err() local
2647 cqes[0] = &kcqe; in cnic_bnx2x_kwqe_err()
2648 cnic_reply_bnx2x_kcqes(dev, ulp_type, cqes, 1); in cnic_bnx2x_kwqe_err()