tsnep_rx
struct tsnep_rx *rx;
struct tsnep_rx rx[TSNEP_MAX_QUEUES];
static void tsnep_rx_init(struct tsnep_rx *rx)
static void tsnep_rx_enable(struct tsnep_rx *rx)
static void tsnep_rx_disable(struct tsnep_rx *rx)
static int tsnep_rx_desc_available(struct tsnep_rx *rx)
static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx)
static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx)
static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry,
static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index)
static void tsnep_rx_reuse_buffer(struct tsnep_rx *rx, int index)
static void tsnep_rx_activate(struct tsnep_rx *rx, int index)
static int tsnep_rx_alloc(struct tsnep_rx *rx, int count, bool reuse)
static int tsnep_rx_refill(struct tsnep_rx *rx, int count, bool reuse)
static void tsnep_rx_set_xdp(struct tsnep_rx *rx, struct tsnep_rx_entry *entry,
static void tsnep_rx_reuse_buffer_zc(struct tsnep_rx *rx, int index)
static int tsnep_rx_alloc_zc(struct tsnep_rx *rx, int count, bool reuse)
static void tsnep_rx_free_zc(struct tsnep_rx *rx)
static int tsnep_rx_refill_zc(struct tsnep_rx *rx, int count, bool reuse)
static void tsnep_xsk_rx_need_wakeup(struct tsnep_rx *rx, int desc_available)
static bool tsnep_xdp_run_prog(struct tsnep_rx *rx, struct bpf_prog *prog,
static bool tsnep_xdp_run_prog_zc(struct tsnep_rx *rx, struct bpf_prog *prog,
static struct sk_buff *tsnep_build_skb(struct tsnep_rx *rx, struct page *page,
static void tsnep_rx_page(struct tsnep_rx *rx, struct napi_struct *napi,
static int tsnep_rx_poll(struct tsnep_rx *rx, struct napi_struct *napi,
static int tsnep_rx_poll_zc(struct tsnep_rx *rx, struct napi_struct *napi,
static bool tsnep_rx_pending(struct tsnep_rx *rx)
static int tsnep_rx_open(struct tsnep_rx *rx)
static void tsnep_rx_close(struct tsnep_rx *rx)
static void tsnep_rx_reopen(struct tsnep_rx *rx)
static void tsnep_rx_reopen_xsk(struct tsnep_rx *rx)
struct tsnep_rx *rx = queue->rx;
struct tsnep_rx *rx = queue->rx;
static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx)
static int tsnep_rx_ring_create(struct tsnep_rx *rx)