Lines Matching refs:ebuf
353 void *ebuf = NULL; in rcv_hdrerr() local
357 ebuf = packet->ebuf; in rcv_hdrerr()
359 if (!ebuf) in rcv_hdrerr()
763 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet_napi()
770 prefetch_range(packet->ebuf, in process_rcv_packet_napi()
797 packet->ebuf = NULL; in process_rcv_packet()
800 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet()
807 prefetch_range(packet->ebuf, in process_rcv_packet()
1548 packet->payload = packet->ebuf; in hfi1_setup_9B_packet()
1591 packet->ohdr = packet->ebuf; in hfi1_setup_bypass_packet()
1603 packet->ohdr = packet->ebuf + grh_len; in hfi1_setup_bypass_packet()
1604 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1618 packet->mgmt = packet->ebuf; in hfi1_setup_bypass_packet()
1630 packet->payload = packet->ebuf + packet->hlen - LRH_16B_BYTES; in hfi1_setup_bypass_packet()
1735 skb = hfi1_ipoib_prepare_skb(rxq, tlen, packet->ebuf); in hfi1_ipoib_ib_rcv()
1799 u64 *flits = packet->ebuf; in process_receive_bypass()