Searched refs:MIN_PKT_SIZE (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 701 if (len < MIN_PKT_SIZE) in pkt_generate() 1767 pkt_stream_replace_half(test, MIN_PKT_SIZE * 4, 0); in testapp_stats_rx_dropped() 1769 XDP_PACKET_HEADROOM - MIN_PKT_SIZE * 3; in testapp_stats_rx_dropped() 1786 pkt_stream_replace(test, DEFAULT_UMEM_BUFFERS + DEFAULT_UMEM_BUFFERS / 2, MIN_PKT_SIZE); in testapp_stats_rx_full() 1788 DEFAULT_UMEM_BUFFERS, MIN_PKT_SIZE); in testapp_stats_rx_full() 1799 pkt_stream_replace(test, DEFAULT_UMEM_BUFFERS + DEFAULT_UMEM_BUFFERS / 2, MIN_PKT_SIZE); in testapp_stats_fill_empty() 1801 DEFAULT_UMEM_BUFFERS, MIN_PKT_SIZE); in testapp_stats_fill_empty() 1814 pkt_stream_replace_half(test, MIN_PKT_SIZE, -MIN_PKT_SIZE / 2); in testapp_unaligned() 1831 struct pkt pkts[] = {{0, MIN_PKT_SIZE, 0, true}}; in testapp_single_pkt() 1852 {0, MIN_PKT_SIZE, 0, true, 0}, in testapp_invalid_desc_mb() [all …]
|
H A D | xskxceiver.h | 40 #define MIN_PKT_SIZE 64 macro
|
/openbmc/u-boot/include/net/pfe_eth/ |
H A D | pfe_driver.h | 19 #define MIN_PKT_SIZE 56 macro
|
/openbmc/u-boot/drivers/net/pfe_eth/ |
H A D | pfe_driver.c | 141 if (length < MIN_PKT_SIZE) in pfe_send() 142 length = MIN_PKT_SIZE; in pfe_send()
|