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