Searched defs:mlxsw_rx_md_info (Results 1 – 1 of 1) sorted by relevance
75 struct mlxsw_rx_md_info { struct76 u32 cookie_index;77 u32 latency;78 u32 tx_congestion;79 union {84 u16 tx_lag_port_index; /* Valid when 'tx_port_is_lag' is set. */85 u8 tx_tc;86 u8 latency_valid:1,87 tx_congestion_valid:1,88 tx_tc_valid:1,[all …]