Home
last modified time | relevance | path

Searched refs:packet_size (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/null/
H A Drte_eth_null.c44 unsigned int packet_size; member
49 unsigned int packet_size; member
87 unsigned int packet_size; in eth_null_rx() local
92 packet_size = h->internals->packet_size; in eth_null_rx()
117 packet_size = h->internals->packet_size; in eth_null_copy_rx()
123 packet_size); in eth_null_copy_rx()
168 packet_size = h->internals->packet_size; in eth_null_copy_tx()
171 packet_size); in eth_null_copy_tx()
226 packet_size = internals->packet_size; in eth_rx_queue_setup()
260 packet_size = internals->packet_size; in eth_tx_queue_setup()
[all …]
/dpdk/drivers/net/nfb/
H A Dnfb_rx.h146 uint16_t packet_size; in nfb_eth_ndp_rx() local
187 packet_size = packets[i].data_length; in nfb_eth_ndp_rx()
189 if (likely(packet_size <= buf_size)) { in nfb_eth_ndp_rx()
192 packets[i].data, packet_size); in nfb_eth_ndp_rx()
194 mbuf->data_len = (uint16_t)packet_size; in nfb_eth_ndp_rx()
196 mbuf->pkt_len = packet_size; in nfb_eth_ndp_rx()
217 num_bytes += packet_size; in nfb_eth_ndp_rx()
/dpdk/drivers/common/sfc_efx/base/
H A Defx_mae.c3178 __in uint16_t packet_size, in efx_mae_counters_stream_start() argument
3201 packet_size); in efx_mae_counters_stream_start()
H A Defx.h4777 __in uint16_t packet_size,