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