Home
last modified time | relevance | path

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

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c4457 static bool bnxt_re_is_nonzero_vlanid_pkt(struct bnxt_qplib_cqe *orig_cqe, in bnxt_re_is_nonzero_vlanid_pkt() argument
4463 metadata = orig_cqe->raweth_qp1_metadata; in bnxt_re_is_nonzero_vlanid_pkt()
4464 if (orig_cqe->raweth_qp1_flags2 & in bnxt_re_is_nonzero_vlanid_pkt()
4489 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() local
4499 orig_cqe = &sqp_entry->cqe; in bnxt_re_process_res_shadow_qp_wc()
4502 wc->byte_len = orig_cqe->length; in bnxt_re_process_res_shadow_qp_wc()
4505 wc->ex.imm_data = orig_cqe->immdata; in bnxt_re_process_res_shadow_qp_wc()
4506 wc->src_qp = orig_cqe->src_qp; in bnxt_re_process_res_shadow_qp_wc()
4507 memcpy(wc->smac, orig_cqe->smac, ETH_ALEN); in bnxt_re_process_res_shadow_qp_wc()
4508 if (bnxt_re_is_nonzero_vlanid_pkt(orig_cqe, &vlan_id, &sl)) { in bnxt_re_process_res_shadow_qp_wc()
[all …]