Lines Matching refs:cqes

1425 				   struct kcqe *cqes[], u32 num_cqes)  in cnic_reply_bnx2x_kcqes()  argument
1434 cqes, num_cqes); in cnic_reply_bnx2x_kcqes()
1552 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_init2() local
1582 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_init2()
1583 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_init2()
1881 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_ofld1() local
1935 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_ofld1()
1936 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_ofld1()
2000 struct kcqe *cqes[1]; in cnic_bnx2x_iscsi_destroy() local
2033 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_iscsi_destroy()
2034 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_ISCSI, cqes, 1); in cnic_bnx2x_iscsi_destroy()
2229 struct kcqe *cqes[1]; in cnic_bnx2x_offload_pg() local
2235 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_offload_pg()
2236 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_offload_pg()
2244 struct kcqe *cqes[1]; in cnic_bnx2x_update_pg() local
2250 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_update_pg()
2251 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_L4, cqes, 1); in cnic_bnx2x_update_pg()
2354 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_ofld1() local
2427 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_ofld1()
2428 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_ofld1()
2501 struct kcqe *cqes[1]; in cnic_bnx2x_fcoe_destroy() local
2534 cqes[0] = (struct kcqe *) &kcqe; in cnic_bnx2x_fcoe_destroy()
2535 cnic_reply_bnx2x_kcqes(dev, CNIC_ULP_FCOE, cqes, 1); in cnic_bnx2x_fcoe_destroy()
2587 struct kcqe *cqes[1]; in cnic_bnx2x_kwqe_err() local
2652 cqes[0] = &kcqe; in cnic_bnx2x_kwqe_err()
2653 cnic_reply_bnx2x_kcqes(dev, ulp_type, cqes, 1); in cnic_bnx2x_kwqe_err()