Lines Matching refs:grh
282 packet->grh = &rhdr->u.l.grh; in rcv_hdrerr()
299 if (packet->grh) { in rcv_hdrerr()
301 struct ib_grh *grh = packet->grh; in rcv_hdrerr() local
303 if (grh->next_hdr != IB_GRH_NEXT_HDR) in rcv_hdrerr()
305 vtf = be32_to_cpu(grh->version_tclass_flow); in rcv_hdrerr()
454 struct ib_grh *grh = pkt->grh; in hfi1_process_ecn_slowpath() local
528 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath()
650 packet->grh = NULL; in __prescan_rxq()
653 packet->grh = &hdr->u.l.grh; in __prescan_rxq()
851 packet->grh = NULL; in process_rcv_update()
1532 packet->grh = NULL; in hfi1_setup_9B_packet()
1537 packet->grh = &hdr->u.l.grh; in hfi1_setup_9B_packet()
1538 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_9B_packet()
1540 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_9B_packet()
1592 packet->grh = NULL; in hfi1_setup_bypass_packet()
1604 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1612 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_bypass_packet()
1614 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_bypass_packet()
1620 packet->grh = NULL; in hfi1_setup_bypass_packet()
1698 packet->grh = NULL; in hfi1_ipoib_ib_rcv()