Lines Matching refs:cqes
1414 struct kcqe *cqes[], u32 num_cqes) in cnic_reply_bnx2x_kcqes() argument
1423 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1541 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1571 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1572 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1870 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1924 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1925 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
1989 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
2022 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
2023 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_destroy()
2218 struct kcqe *cqes[1]; in cnic_bnx2x_offload_pg() local
2224 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_offload_pg()
2225 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_offload_pg()
2233 struct kcqe *cqes[1]; in cnic_bnx2x_update_pg() local
2239 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_update_pg()
2240 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_update_pg()
2343 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_ofld1() local
2416 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_ofld1()
2417 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1()
2490 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_destroy() local
2523 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_destroy()
2524 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy()
2576 struct kcqe *cqes[1]; in cnic_bnx2x_kwqe_err() local
2641 cqes[0] = &kcqe; in cnic_bnx2x_kwqe_err()
2642 cnic_reply_bnx2x_kcqes(dev, ulp_type, cqes, 1); in cnic_bnx2x_kwqe_err()