Lines Matching refs:ebuf
349 void *ebuf = NULL; in rcv_hdrerr() local
353 ebuf = packet->ebuf; in rcv_hdrerr()
355 if (!ebuf) in rcv_hdrerr()
761 packet->ebuf = NULL; in process_rcv_packet()
764 packet->ebuf = get_egrbuf(packet->rcd, packet->rhf, in process_rcv_packet()
771 prefetch_range(packet->ebuf, in process_rcv_packet()
1474 packet->payload = packet->ebuf; in hfi1_setup_9B_packet()
1517 packet->ohdr = packet->ebuf; in hfi1_setup_bypass_packet()
1529 packet->ohdr = packet->ebuf + grh_len; in hfi1_setup_bypass_packet()
1530 packet->grh = packet->ebuf; in hfi1_setup_bypass_packet()
1544 packet->mgmt = packet->ebuf; in hfi1_setup_bypass_packet()
1556 packet->payload = packet->ebuf + packet->hlen - LRH_16B_BYTES; in hfi1_setup_bypass_packet()
1634 if ((hfi1_16B_get_l2(packet->ebuf) == OPA_16B_L2_TYPE) && in hfi1_is_vnic_packet()
1635 (hfi1_16B_get_l4(packet->ebuf) == OPA_16B_L4_ETHR)) in hfi1_is_vnic_packet()
1668 u64 *flits = packet->ebuf; in process_receive_bypass()