Searched refs:bnxt_qplib_cqe (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/bnxt_re/ |
| H A D | qplib_fp.c | 2124 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_sq() 2126 struct bnxt_qplib_cqe *cqe; in __flush_sq() 2164 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_rq() 2166 struct bnxt_qplib_cqe *cqe; in __flush_rq() 2325 struct bnxt_qplib_cqe **pcqe, int *budget, in bnxt_qplib_cq_process_req() 2329 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req() 2432 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_rc() 2436 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc() 2513 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_ud() 2517 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud() [all …]
|
| H A D | qplib_fp.h | 367 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,
|
| H A D | bnxt_re.h | 112 struct bnxt_qplib_cqe cqe;
|
| H A D | ib_verbs.h | 103 struct bnxt_qplib_cqe *cql;
|
| H A D | ib_verbs.c | 2867 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq() 3006 static void bnxt_re_process_req_wc(struct ib_wc *wc, struct bnxt_qplib_cqe *cqe) in bnxt_re_process_req_wc() 3140 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_raw_qp_pkt_rx() 3179 memcpy(&sqp_entry->cqe, cqe, sizeof(struct bnxt_qplib_cqe)); in bnxt_re_process_raw_qp_pkt_rx() 3258 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rawqp1_wc() 3278 static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_vlan_pkt() 3305 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rc_wc() 3321 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_shadow_qp_wc() 3325 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() 3369 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_ud_wc() [all …]
|