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