Searched refs:fun_irq (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h125 struct fun_irq *irq;
216 struct fun_irq { struct
242 static inline int fun_irq_node(const struct fun_irq *p)
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 Dfuneth_rx.c512 struct fun_irq *irq = container_of(napi, struct fun_irq, napi);
617 struct fun_irq *irq)
697 int fun_rxq_create_dev(struct funeth_rxq *q, struct fun_irq *irq)
768 struct fun_irq *irq;
773 irq = container_of(q->napi, struct fun_irq, napi);
789 unsigned int ncqe, unsigned int nrqe, struct fun_irq *irq,
H A Dfuneth_tx.c470 struct fun_irq *irq = container_of(napi, struct fun_irq, napi);
626 struct fun_irq *irq)
680 int fun_txq_create_dev(struct funeth_txq *q, struct fun_irq *irq)
760 unsigned int ndesc, struct fun_irq *irq, int state,
H A Dfuneth_main.c237 struct fun_irq *p = container_of(notify, struct fun_irq, aff_notify);
249 static struct fun_irq *fun_alloc_qirq(struct funeth_priv *fp, unsigned int idx,
252 struct fun_irq *irq;
284 static void fun_free_qirq(struct funeth_priv *fp, struct fun_irq *irq)
296 struct fun_irq *irq;
324 struct fun_irq *irq;
655 struct fun_irq *p = data;
670 struct fun_irq *p;
721 static void fun_disable_one_irq(struct fun_irq *ir
[all...]

Completed in 120 milliseconds