Searched defs:ice_channel (Results 1 – 1 of 1) sorted by relevance
211 struct ice_channel { struct212 struct list_head list;213 u8 type;214 u16 sw_id;215 u16 base_q;216 u16 num_rxq;217 u16 num_txq;218 u16 vsi_num;219 u8 ena_tc;220 struct ice_aqc_vsi_props info;[all …]