Lines Matching refs:grh
278 packet->grh = &rhdr->u.l.grh; in rcv_hdrerr()
295 if (packet->grh) { in rcv_hdrerr()
297 struct ib_grh *grh = packet->grh; in rcv_hdrerr() local
299 if (grh->next_hdr != IB_GRH_NEXT_HDR) in rcv_hdrerr()
301 vtf = be32_to_cpu(grh->version_tclass_flow); in rcv_hdrerr()
450 struct ib_grh *grh = pkt->grh; in hfi1_process_ecn_slowpath() local
524 dlid, rlid, sc, grh); in hfi1_process_ecn_slowpath()
648 packet->grh = NULL; in __prescan_rxq()
651 packet->grh = &hdr->u.l.grh; in __prescan_rxq()
815 packet->grh = NULL; in process_rcv_update()
1458 packet->grh = NULL; in hfi1_setup_9B_packet()
1463 packet->grh = &hdr->u.l.grh; in hfi1_setup_9B_packet()
1464 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_9B_packet()
1466 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_9B_packet()
1518 packet->grh = NULL; in hfi1_setup_bypass_packet()
1530 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1538 if (packet->grh->next_hdr != IB_GRH_NEXT_HDR) in hfi1_setup_bypass_packet()
1540 vtf = be32_to_cpu(packet->grh->version_tclass_flow); in hfi1_setup_bypass_packet()
1546 packet->grh = NULL; in hfi1_setup_bypass_packet()