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