Searched refs:bnxt_qplib_cqe (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/ |
D | qplib_fp.h | 345 struct bnxt_qplib_cqe { struct 514 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe, 526 struct bnxt_qplib_cqe *cqe,
|
D | qplib_fp.c | 2002 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_sq() 2005 struct bnxt_qplib_cqe *cqe; in __flush_sq() 2042 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_rq() 2044 struct bnxt_qplib_cqe *cqe; in __flush_rq() 2202 struct bnxt_qplib_cqe **pcqe, int *budget, in bnxt_qplib_cq_process_req() 2207 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req() 2320 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_rc() 2326 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc() 2399 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_ud() 2405 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud() [all …]
|
D | bnxt_re.h | 104 struct bnxt_qplib_cqe cqe;
|
D | ib_verbs.h | 103 struct bnxt_qplib_cqe *cql;
|
D | ib_verbs.c | 2635 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq() 2777 static void bnxt_re_process_req_wc(struct ib_wc *wc, struct bnxt_qplib_cqe *cqe) in bnxt_re_process_req_wc() 2911 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_raw_qp_pkt_rx() 2949 memcpy(&sqp_entry->cqe, cqe, sizeof(struct bnxt_qplib_cqe)); in bnxt_re_process_raw_qp_pkt_rx() 3028 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rawqp1_wc() 3035 static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_vlan_pkt() 3062 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rc_wc() 3078 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_shadow_qp_wc() 3082 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() 3123 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_ud_wc() [all …]
|