Searched defs:mlx4_en_rx_ring (Results 1 – 1 of 1) sorted by relevance
333 struct mlx4_en_rx_ring { struct334 struct mlx4_hwq_resources wqres;335 bus_dma_tag_t dma_tag;336 struct mlx4_en_rx_spare spare;337 u32 size ; /* number of Rx descs*/338 u32 actual_size;339 u32 size_mask;340 u16 log_stride;341 u16 cqn; /* index of port CQ associated with this ring */342 u32 prod;[all …]