Searched refs:m_list (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/intel/ice/ |
D | ice_switch.c | 1640 enum ice_status ice_add_mac(struct ice_hw *hw, struct list_head *m_list) in ice_add_mac() argument 1652 if (!m_list || !hw) in ice_add_mac() 1658 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 1715 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 1747 list_for_each_entry(m_list_itr, m_list, list_entry) { in ice_add_mac() 2171 enum ice_status ice_remove_mac(struct ice_hw *hw, struct list_head *m_list) in ice_remove_mac() argument 2176 if (!m_list) in ice_remove_mac() 2180 list_for_each_entry_safe(list_itr, tmp, m_list, list_entry) { in ice_remove_mac()
|
D | ice_switch.h | 232 ice_add_vlan(struct ice_hw *hw, struct list_head *m_list);
|
/drivers/net/ethernet/marvell/prestera/ |
D | prestera_hw.c | 914 struct list_head *m_list = prestera_acl_rule_match_list_get(rule); in prestera_hw_acl_matches_put() local 918 list_for_each_entry(m_entry, m_list, list) { in prestera_hw_acl_matches_put()
|