Home
last modified time | relevance | path

Searched refs:XDP_BULK_QUEUE_SIZE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/net/
H A Dxdp.h190 #define XDP_BULK_QUEUE_SIZE 16 macro
194 void *q[XDP_BULK_QUEUE_SIZE];
384 #define DEV_MAP_BULK_SIZE XDP_BULK_QUEUE_SIZE
/openbmc/linux/net/core/
H A Dxdp.c486 if (bq->count == XDP_BULK_QUEUE_SIZE) in xdp_return_frame_bulk()
503 if (bq->count == XDP_BULK_QUEUE_SIZE) in xdp_return_frame_bulk()