Lines Matching defs:rx
951 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx) in tsnep_rx_ring_cleanup()
983 static int tsnep_rx_ring_create(struct tsnep_rx *rx) in tsnep_rx_ring_create()
1038 static void tsnep_rx_init(struct tsnep_rx *rx) in tsnep_rx_init()
1051 static void tsnep_rx_enable(struct tsnep_rx *rx) in tsnep_rx_enable()
1059 static void tsnep_rx_disable(struct tsnep_rx *rx) in tsnep_rx_disable()
1069 static int tsnep_rx_desc_available(struct tsnep_rx *rx) in tsnep_rx_desc_available()
1077 static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx) in tsnep_rx_free_page_buffer()
1092 static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx) in tsnep_rx_alloc_page_buffer()
1111 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page()
1120 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_alloc_buffer()
1133 static void tsnep_rx_reuse_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_reuse_buffer()
1142 static void tsnep_rx_activate(struct tsnep_rx *rx, int index) in tsnep_rx_activate()
1169 static int tsnep_rx_alloc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc()
1197 static int tsnep_rx_refill(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_refill()
1208 static void tsnep_rx_set_xdp(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_xdp()
1217 static void tsnep_rx_reuse_buffer_zc(struct tsnep_rx *rx, int index) in tsnep_rx_reuse_buffer_zc()
1226 static int tsnep_rx_alloc_zc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc_zc()
1254 static void tsnep_rx_free_zc(struct tsnep_rx *rx) in tsnep_rx_free_zc()
1267 static int tsnep_rx_refill_zc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_refill_zc()
1278 static void tsnep_xsk_rx_need_wakeup(struct tsnep_rx *rx, int desc_available) in tsnep_xsk_rx_need_wakeup()
1286 static bool tsnep_xdp_run_prog(struct tsnep_rx *rx, struct bpf_prog *prog, in tsnep_xdp_run_prog()
1330 static bool tsnep_xdp_run_prog_zc(struct tsnep_rx *rx, struct bpf_prog *prog, in tsnep_xdp_run_prog_zc()
1381 static struct sk_buff *tsnep_build_skb(struct tsnep_rx *rx, struct page *page, in tsnep_build_skb()
1412 static void tsnep_rx_page(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_page()
1434 static int tsnep_rx_poll(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_poll()
1540 static int tsnep_rx_poll_zc(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_poll_zc()
1655 static bool tsnep_rx_pending(struct tsnep_rx *rx) in tsnep_rx_pending()
1670 static int tsnep_rx_open(struct tsnep_rx *rx) in tsnep_rx_open()
1708 static void tsnep_rx_close(struct tsnep_rx *rx) in tsnep_rx_close()
1716 static void tsnep_rx_reopen(struct tsnep_rx *rx) in tsnep_rx_reopen()
1744 static void tsnep_rx_reopen_xsk(struct tsnep_rx *rx) in tsnep_rx_reopen_xsk()
1901 struct tsnep_rx *rx = queue->rx; in tsnep_queue_close() local
1918 struct tsnep_rx *rx = queue->rx; in tsnep_queue_open() local