Searched defs:mlx4_en_rx_ring (Results 1 – 1 of 1) sorted by relevance
330 struct mlx4_en_rx_ring { struct331 struct mlx4_hwq_resources wqres;332 u32 size ; /* number of Rx descs*/333 u32 actual_size;334 u32 size_mask;335 u16 stride;336 u16 log_stride;337 u16 cqn; /* index of port CQ associated with this ring */338 u32 prod;339 u32 cons;[all …]