Searched refs:bnxt_qplib_cqe (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/dev/bnxt/bnxt_re/ |
H A D | qplib_fp.h | 418 struct bnxt_qplib_cqe { struct 595 int bnxt_qplib_poll_cq(struct bnxt_qplib_cq *cq, struct bnxt_qplib_cqe *cqe, 605 struct bnxt_qplib_cqe *cqe,
|
H A D | qplib_fp.c | 2619 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_sq() 2621 struct bnxt_qplib_cqe *cqe; in __flush_sq() 2670 struct bnxt_qplib_cqe **pcqe, int *budget) in __flush_rq() 2672 struct bnxt_qplib_cqe *cqe; in __flush_rq() 2864 struct bnxt_qplib_cqe **pcqe, int *budget, in bnxt_qplib_cq_process_req() 2869 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_req() 2985 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_rc() 2989 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_rc() 3073 struct bnxt_qplib_cqe **pcqe, in bnxt_qplib_cq_process_res_ud() 3077 struct bnxt_qplib_cqe *cqe; in bnxt_qplib_cq_process_res_ud() [all …]
|
H A D | ib_verbs.c | 3855 cq->cql = kcalloc(cq->max_cql, sizeof(struct bnxt_qplib_cqe), in bnxt_re_create_cq() 4188 static void bnxt_re_process_req_wc(struct ib_wc *wc, struct bnxt_qplib_cqe *cqe) in bnxt_re_process_req_wc() 4291 struct bnxt_qplib_cqe *cqe) in bnxt_re_is_vlan_in_packet() 4318 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_raw_qp_packet_receive() 4377 memcpy(&sqp_entry->cqe, cqe, sizeof(struct bnxt_qplib_cqe)); in bnxt_re_process_raw_qp_packet_receive() 4434 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rawqp1_wc() 4442 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_rc_wc() 4457 static bool bnxt_re_is_nonzero_vlanid_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_nonzero_vlanid_pkt() 4484 struct bnxt_qplib_cqe *cqe) in bnxt_re_process_res_shadow_qp_wc() 4489 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() [all …]
|
H A D | ib_verbs.h | 202 struct bnxt_qplib_cqe *cql;
|
H A D | bnxt_re.h | 231 struct bnxt_qplib_cqe cqe;
|