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

/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3520 static bool bnxt_re_is_vlan_pkt(struct bnxt_qplib_cqe *orig_cqe, argument
3527 metadata = orig_cqe->raweth_qp1_metadata;
3528 if (orig_cqe->raweth_qp1_flags2 &
3567 struct bnxt_qplib_cqe *orig_cqe = NULL; local
3578 orig_cqe = &sqp_entry->cqe;
3581 wc->byte_len = orig_cqe->length;
3584 wc->ex.imm_data = orig_cqe->immdata;
3585 wc->src_qp = orig_cqe->src_qp;
3586 memcpy(wc->smac, orig_cqe->smac, ETH_ALEN);
3587 if (bnxt_re_is_vlan_pkt(orig_cqe,
[all...]

Completed in 221 milliseconds