Searched refs:funeth_rxq (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_rx.c | 50 static void cache_offer(struct funeth_rxq *q, const struct funeth_rxbuf *buf) in cache_offer() 67 static bool cache_get(struct funeth_rxq *q, struct funeth_rxbuf *rb) in cache_get() 98 static int funeth_alloc_page(struct funeth_rxq *q, struct funeth_rxbuf *rb, in funeth_alloc_page() 127 static void funeth_free_page(struct funeth_rxq *q, struct funeth_rxbuf *rb) in funeth_free_page() 141 static void *fun_run_xdp(struct funeth_rxq *q, skb_frag_t *frags, void *buf_va, in fun_run_xdp() 256 get_buf(struct funeth_rxq *q, struct funeth_rxbuf *buf, unsigned int len) in get_buf() 296 static int fun_gather_pkt(struct funeth_rxq *q, unsigned int tot_len, in fun_gather_pkt() 348 static void advance_cq(struct funeth_rxq *q) in advance_cq() 365 static void fun_handle_cqe_pkt(struct funeth_rxq *q, struct funeth_txq *xdp_q) in fun_handle_cqe_pkt() 479 static int fun_process_cqes(struct funeth_rxq *q, int budget) in fun_process_cqes() [all …]
|
| H A D | funeth_txrx.h | 163 struct funeth_rxq { struct 219 struct funeth_rxq *rxq; argument 261 int state, struct funeth_rxq **qp); 262 int fun_rxq_create_dev(struct funeth_rxq *q, struct fun_irq *irq); 263 struct funeth_rxq *funeth_rxq_free(struct funeth_rxq *q, int state); 264 int fun_rxq_set_bpf(struct funeth_rxq *q, struct bpf_prog *prog);
|