Home
last modified time | relevance | path

Searched defs:funeth_rxq (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_txrx.h163 struct funeth_rxq { struct
164 struct net_device *netdev;
165 struct napi_struct *napi;
166 struct device *dma_dev; /* device for DMA mappings */
190 struct funeth_rxq_stats stats; argument
191 dma_addr_t cq_dma_addr; /* DMA address of CQE ring */
192 dma_addr_t rq_dma_addr; /* DMA address of RQE ring */
193 u16 irq_cnt;
194 u32 hw_cqid; /* device ID of the queue's CQ */
195 u32 hw_sqid; /* device ID of the queue's SQ */
[all …]