Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3491 metadata = orig_cqe->raweth_qp1_metadata; in bnxt_re_is_vlan_pkt()
3492 if (orig_cqe->raweth_qp1_flags2 & in bnxt_re_is_vlan_pkt()
3531 struct bnxt_qplib_cqe *orig_cqe = NULL; in bnxt_re_process_res_shadow_qp_wc() local
3542 orig_cqe = &sqp_entry->cqe; in bnxt_re_process_res_shadow_qp_wc()
3545 wc->byte_len = orig_cqe->length; in bnxt_re_process_res_shadow_qp_wc()
3549 wc->src_qp = orig_cqe->src_qp; in bnxt_re_process_res_shadow_qp_wc()
3550 memcpy(wc->smac, orig_cqe->smac, ETH_ALEN); in bnxt_re_process_res_shadow_qp_wc()
3551 if (bnxt_re_is_vlan_pkt(orig_cqe, &vlan_id, &sl)) { in bnxt_re_process_res_shadow_qp_wc()
3559 wc->vendor_err = orig_cqe->status; in bnxt_re_process_res_shadow_qp_wc()
3562 wc->status = __rawqp1_to_ib_wc_status(orig_cqe->status); in bnxt_re_process_res_shadow_qp_wc()
[all …]