Lines Matching defs:ice_channel
193 struct ice_channel { struct194 struct list_head list;195 u8 type;196 u16 sw_id;197 u16 base_q;198 u16 num_rxq;199 u16 num_txq;200 u16 vsi_num;201 u8 ena_tc;202 struct ice_aqc_vsi_props info;203 u64 max_tx_rate;204 u64 min_tx_rate;205 atomic_t num_sb_fltr;206 struct ice_vsi *ch_vsi;