Searched refs:bnxt_qplib_cqe (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.6/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.h | 369 struct bnxt_qplib_cqe { struct 541 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe, 553 struct bnxt_qplib_cqe *cqe,
|
D | bnxt_re.h | 97 struct bnxt_qplib_cqe cqe;
|
D | qplib_fp.c | 2215 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_sq() 2217 struct bnxt_qplib_cqe *cqe; in __flush_sq() 2255 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_rq() 2257 struct bnxt_qplib_cqe *cqe; in __flush_rq() 2416 struct bnxt_qplib_cqe **pcqe, int *budget, in bnxt_qplib_cq_process_req() 2420 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req() 2523 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_rc() 2527 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc() 2602 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_ud() 2606 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud() [all …]
|
D | ib_verbs.h | 105 struct bnxt_qplib_cqe *cql;
|
D | ib_verbs.c | 2970 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq() 3212 static void bnxt_re_process_req_wc(struct ib_wc *wc, struct bnxt_qplib_cqe *cqe) in bnxt_re_process_req_wc() 3346 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_raw_qp_pkt_rx() 3380 memcpy(&sqp_entry->cqe, cqe, sizeof(struct bnxt_qplib_cqe)); in bnxt_re_process_raw_qp_pkt_rx() 3457 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rawqp1_wc() 3477 static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_vlan_pkt() 3504 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rc_wc() 3520 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_shadow_qp_wc() 3524 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() 3568 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_ud_wc() [all …]
|