Searched defs:alx_rx_queue (Results 1 – 1 of 1) sorted by relevance
52 struct alx_rx_queue { struct53 struct net_device *netdev;54 struct device *dev;55 struct alx_napi *np;57 struct alx_rrd *rrd;58 dma_addr_t rrd_dma;60 struct alx_rfd *rfd;61 dma_addr_t rfd_dma;63 struct alx_buffer *bufs;65 u16 count;[all …]