Searched defs:ice_sw (Results 1 – 1 of 1) sorted by relevance
245 struct ice_sw { struct246 struct ice_pf *pf;247 u16 sw_id; /* switch ID for this switch */248 u16 bridge_mode; /* VEB/VEPA/Port Virtualizer */249 struct ice_vsi *dflt_vsi; /* default VSI for this switch */250 u8 dflt_vsi_ena:1; /* true if above dflt_vsi is enabled */
Completed in 9 milliseconds