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