Lines Matching defs:pkt
391 * @pkt: The packet itself.
401 bool hfi1_process_ecn_slowpath(struct rvt_qp *qp, struct hfi1_packet *pkt,
406 struct ib_other_headers *ohdr = pkt->ohdr;
407 struct ib_grh *grh = pkt->grh;
416 if (pkt->etype == RHF_RCV_TYPE_BYPASS) {
417 pkey = hfi1_16B_get_pkey(pkt->hdr);
418 sc = hfi1_16B_get_sc(pkt->hdr);
419 dlid = hfi1_16B_get_dlid(pkt->hdr);
420 slid = hfi1_16B_get_slid(pkt->hdr);
424 fecn = hfi1_16B_get_fecn(pkt->hdr);
425 becn = hfi1_16B_get_becn(pkt->hdr);
428 sc = hfi1_9B_get_sc5(pkt->hdr, pkt->rhf);
429 dlid = qp->ibqp.qp_type != IB_QPT_UD ? ib_get_dlid(pkt->hdr) :
431 slid = ib_get_slid(pkt->hdr);
443 rqpn = ib_get_sqpn(pkt->ohdr);
449 rqpn = ib_get_sqpn(pkt->ohdr);
794 * Update head regs etc., every 16 packets, if not last pkt,