Searched defs:ice_switch_info (Results 1 – 1 of 1) sorted by relevance
249 struct ice_switch_info { struct251 struct mutex mac_list_lock; /* protect MAC list */252 struct list_head mac_list_head;253 struct mutex vlan_list_lock; /* protect VLAN list */254 struct list_head vlan_list_head;255 struct mutex eth_m_list_lock; /* protect ethtype list */256 struct list_head eth_m_list_head;257 struct mutex promisc_list_lock; /* protect promisc mode list */258 struct list_head promisc_list_head;259 struct mutex mac_vlan_list_lock; /* protect MAC-VLAN list */[all …]