• Home
  • Raw
  • Download

Lines Matching defs:rx

891 static void tsnep_rx_ring_cleanup(struct tsnep_rx *rx)  in tsnep_rx_ring_cleanup()
923 static int tsnep_rx_ring_create(struct tsnep_rx *rx) in tsnep_rx_ring_create()
978 static void tsnep_rx_init(struct tsnep_rx *rx) in tsnep_rx_init()
991 static void tsnep_rx_enable(struct tsnep_rx *rx) in tsnep_rx_enable()
999 static void tsnep_rx_disable(struct tsnep_rx *rx) in tsnep_rx_disable()
1009 static int tsnep_rx_desc_available(struct tsnep_rx *rx) in tsnep_rx_desc_available()
1017 static void tsnep_rx_free_page_buffer(struct tsnep_rx *rx) in tsnep_rx_free_page_buffer()
1032 static int tsnep_rx_alloc_page_buffer(struct tsnep_rx *rx) in tsnep_rx_alloc_page_buffer()
1051 static void tsnep_rx_set_page(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_page()
1060 static int tsnep_rx_alloc_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_alloc_buffer()
1073 static void tsnep_rx_reuse_buffer(struct tsnep_rx *rx, int index) in tsnep_rx_reuse_buffer()
1082 static void tsnep_rx_activate(struct tsnep_rx *rx, int index) in tsnep_rx_activate()
1109 static int tsnep_rx_alloc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc()
1137 static int tsnep_rx_refill(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_refill()
1148 static void tsnep_rx_set_xdp(struct tsnep_rx *rx, struct tsnep_rx_entry *entry, in tsnep_rx_set_xdp()
1157 static void tsnep_rx_reuse_buffer_zc(struct tsnep_rx *rx, int index) in tsnep_rx_reuse_buffer_zc()
1166 static int tsnep_rx_alloc_zc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_alloc_zc()
1194 static void tsnep_rx_free_zc(struct tsnep_rx *rx) in tsnep_rx_free_zc()
1207 static int tsnep_rx_refill_zc(struct tsnep_rx *rx, int count, bool reuse) in tsnep_rx_refill_zc()
1218 static bool tsnep_xdp_run_prog(struct tsnep_rx *rx, struct bpf_prog *prog, in tsnep_xdp_run_prog()
1262 static bool tsnep_xdp_run_prog_zc(struct tsnep_rx *rx, struct bpf_prog *prog, in tsnep_xdp_run_prog_zc()
1313 static struct sk_buff *tsnep_build_skb(struct tsnep_rx *rx, struct page *page, in tsnep_build_skb()
1344 static void tsnep_rx_page(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_page()
1366 static int tsnep_rx_poll(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_poll()
1472 static int tsnep_rx_poll_zc(struct tsnep_rx *rx, struct napi_struct *napi, in tsnep_rx_poll_zc()
1590 static bool tsnep_rx_pending(struct tsnep_rx *rx) in tsnep_rx_pending()
1605 static int tsnep_rx_open(struct tsnep_rx *rx) in tsnep_rx_open()
1643 static void tsnep_rx_close(struct tsnep_rx *rx) in tsnep_rx_close()
1651 static void tsnep_rx_reopen(struct tsnep_rx *rx) in tsnep_rx_reopen()
1679 static void tsnep_rx_reopen_xsk(struct tsnep_rx *rx) in tsnep_rx_reopen_xsk()
1842 struct tsnep_rx *rx = queue->rx; in tsnep_queue_close() local
1859 struct tsnep_rx *rx = queue->rx; in tsnep_queue_open() local