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() 1814 pkt_stream_replace_half(test, MIN_PKT_SIZE, -MIN_PKT_SIZE / 2); in testapp_unaligned() 1871 {-MIN_PKT_SIZE / 2, MIN_PKT_SIZE, 0, false, 0}, in testapp_invalid_desc_mb() 1892 {0, MIN_PKT_SIZE, 0, true}, in testapp_invalid_desc() 1894 {0, MIN_PKT_SIZE, 0, true}, in testapp_invalid_desc() 1900 {umem_size - MIN_PKT_SIZE - 2 * umem->frame_size, MIN_PKT_SIZE, 0, true}, in testapp_invalid_desc() 1904 {umem_size - MIN_PKT_SIZE / 2, MIN_PKT_SIZE, 0, false}, in testapp_invalid_desc() 1906 {0x1000 - MIN_PKT_SIZE / 2, MIN_PKT_SIZE, 0, false}, in testapp_invalid_desc() 1908 {0x800 - MIN_PKT_SIZE / 2, MIN_PKT_SIZE, 0, true}, in testapp_invalid_desc() 1999 pkts[0].len = MIN_PKT_SIZE; in testapp_too_many_frags() [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()
|