Searched refs:packet_size (Results 1 – 4 of 4) sorted by relevance
44 unsigned int packet_size; member49 unsigned int packet_size; member87 unsigned int packet_size; in eth_null_rx() local92 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 …]
146 uint16_t packet_size; in nfb_eth_ndp_rx() local187 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()
3178 __in uint16_t packet_size, in efx_mae_counters_stream_start() argument3201 packet_size); in efx_mae_counters_stream_start()
4777 __in uint16_t packet_size,