Home
last modified time | relevance | path

Searched refs:bnxt_qplib_cqe (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/bnxt_re/
Dqplib_fp.h367 struct bnxt_qplib_cqe { struct
534 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe,
546 struct bnxt_qplib_cqe *cqe,
Dqplib_fp.c2123 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_sq()
2125 struct bnxt_qplib_cqe *cqe; in __flush_sq()
2163 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_rq()
2165 struct bnxt_qplib_cqe *cqe; in __flush_rq()
2324 struct bnxt_qplib_cqe **pcqe, int *budget, in bnxt_qplib_cq_process_req()
2328 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req()
2431 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_rc()
2435 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc()
2512 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_ud()
2516 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud()
[all …]
Dbnxt_re.h112 struct bnxt_qplib_cqe cqe;
Dib_verbs.h103 struct bnxt_qplib_cqe *cql;
Dib_verbs.c2865 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq()
3004 static void bnxt_re_process_req_wc(struct ib_wc *wc, struct bnxt_qplib_cqe *cqe) in bnxt_re_process_req_wc()
3138 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_raw_qp_pkt_rx()
3177 memcpy(&sqp_entry->cqe, cqe, sizeof(struct bnxt_qplib_cqe)); in bnxt_re_process_raw_qp_pkt_rx()
3256 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rawqp1_wc()
3276 static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_vlan_pkt()
3303 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rc_wc()
3319 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_shadow_qp_wc()
3323 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc()
3367 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_ud_wc()
[all …]