Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds