Searched refs:fun_irq (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/fungible/funeth/ |
| H A D | funeth_txrx.h | 125 struct fun_irq *irq; 216 struct fun_irq { struct 242 static inline int fun_irq_node(const struct fun_irq *p) in fun_irq_node() argument 255 unsigned int ndesc, struct fun_irq *irq, int state, 257 int fun_txq_create_dev(struct funeth_txq *q, struct fun_irq *irq); 260 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq, 262 int fun_rxq_create_dev(struct funeth_rxq *q, struct fun_irq *irq);
|
| H A D | funeth_rx.c | 512 struct fun_irq *irq = container_of(napi, struct fun_irq, napi); in fun_rxq_napi_poll() 617 struct fun_irq *irq) in fun_rxq_create_sw() 697 int fun_rxq_create_dev(struct funeth_rxq *q, struct fun_irq *irq) in fun_rxq_create_dev() 768 struct fun_irq *irq; in fun_rxq_free_dev() 773 irq = container_of(q->napi, struct fun_irq, napi); in fun_rxq_free_dev() 789 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq, in funeth_rxq_create()
|
| H A D | funeth_tx.c | 470 struct fun_irq *irq = container_of(napi, struct fun_irq, napi); in fun_txq_napi_poll() 626 struct fun_irq *irq) in fun_txq_create_sw() 680 int fun_txq_create_dev(struct funeth_txq *q, struct fun_irq *irq) in fun_txq_create_dev() 760 unsigned int ndesc, struct fun_irq *irq, int state, in funeth_txq_create()
|