Lines Matching defs:ice_channel
213 struct ice_channel { struct214 struct list_head list;215 u8 type;216 u16 sw_id;217 u16 base_q;218 u16 num_rxq;219 u16 num_txq;220 u16 vsi_num;221 u8 ena_tc;222 struct ice_aqc_vsi_props info;223 u64 max_tx_rate;224 u64 min_tx_rate;225 atomic_t num_sb_fltr;226 struct ice_vsi *ch_vsi;