Searched defs:mlx4_en_rx_ring (Results 1 – 1 of 1) sorted by relevance
320 struct mlx4_en_rx_ring { struct321 struct mlx4_hwq_resources wqres;322 u32 size ; /* number of Rx descs*/323 u32 actual_size;324 u32 size_mask;325 u16 stride;326 u16 log_stride;327 u16 cqn; /* index of port CQ associated with this ring */328 u32 prod;329 u32 cons;[all …]