Searched defs:mlx5e_priv (Results 1 – 2 of 2) sorted by relevance
866 struct mlx5e_priv { struct868 struct mlx5e_selq selq;869 struct mlx5e_txqsq **txq2sq;871 struct mlx5e_dcbx_dp dcbx_dp;875 unsigned long state;876 struct mutex state_lock; /* Protects Interface state */877 struct mlx5e_rq drop_rq;879 struct mlx5e_channels channels;880 u32 tisn[MLX5_MAX_PORTS][MLX5E_MAX_NUM_TC];881 struct mlx5e_rx_res *rx_res;[all …]
62 char *mlx5e_priv[]; member