Searched defs:mlxsw_rx_md_info (Results 1 – 1 of 1) sorted by relevance
71 struct mlxsw_rx_md_info { struct72 u32 cookie_index;73 u32 latency;74 u32 tx_congestion;75 union {80 u16 tx_lag_port_index; /* Valid when 'tx_port_is_lag' is set. */81 u8 tx_tc;82 u8 latency_valid:1,83 tx_congestion_valid:1,84 tx_tc_valid:1,[all …]