Searched defs:funeth_rxq (Results 1 – 1 of 1) sorted by relevance
162 struct funeth_rxq { struct163 struct net_device *netdev;164 struct napi_struct *napi;165 struct device *dma_dev; /* device for DMA mappings */189 struct funeth_rxq_stats stats; argument190 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 4 milliseconds