Lines Matching refs:ebuf
306 void *ebuf = NULL; in rcv_hdrerr() local
310 ebuf = packet->ebuf; in rcv_hdrerr()
312 if (!ebuf) in rcv_hdrerr()
716 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet_napi()
723 prefetch_range(packet->ebuf, in process_rcv_packet_napi()
750 packet->ebuf = NULL; in process_rcv_packet()
753 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet()
760 prefetch_range(packet->ebuf, in process_rcv_packet()
1501 packet->payload = packet->ebuf; in hfi1_setup_9B_packet()
1544 packet->ohdr = packet->ebuf; in hfi1_setup_bypass_packet()
1556 packet->ohdr = packet->ebuf + grh_len; in hfi1_setup_bypass_packet()
1557 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1571 packet->mgmt = packet->ebuf; in hfi1_setup_bypass_packet()
1583 packet->payload = packet->ebuf + packet->hlen - LRH_16B_BYTES; in hfi1_setup_bypass_packet()
1687 skb = hfi1_ipoib_prepare_skb(rxq, tlen, packet->ebuf); in hfi1_ipoib_ib_rcv()
1750 u64 *flits = packet->ebuf; in process_receive_bypass()