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