Lines Matching refs:grh
235 packet->grh = &rhdr->u.l.grh; in rcv_hdrerr()
252 if (packet->grh) { in rcv_hdrerr()
254 struct ib_grh *grh = packet->grh; in rcv_hdrerr() local
256 if (grh->next_hdr != IB_GRH_NEXT_HDR) in rcv_hdrerr()
258 vtf = be32_to_cpu(grh->version_tclass_flow); in rcv_hdrerr()
407 struct ib_grh *grh = pkt->grh; in hfi1_process_ecn_slowpath() local
481 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath()
603 packet->grh = NULL; in __prescan_rxq()
606 packet->grh = &hdr->u.l.grh; in __prescan_rxq()
804 packet->grh = NULL; in process_rcv_update()
1485 packet->grh = NULL; in hfi1_setup_9B_packet()
1490 packet->grh = &hdr->u.l.grh; in hfi1_setup_9B_packet()
1491 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_9B_packet()
1493 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_9B_packet()
1545 packet->grh = NULL; in hfi1_setup_bypass_packet()
1557 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1565 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_bypass_packet()
1567 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_bypass_packet()
1573 packet->grh = NULL; in hfi1_setup_bypass_packet()
1650 packet->grh = NULL; in hfi1_ipoib_ib_rcv()