Lines Matching defs:m_list
2346 * @m_list: list of MAC addresses and forwarding information
2350 * IMPORTANT: When the umac_shared flag is set to false and m_list has
2357 ice_add_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list,
2374 LIST_FOR_EACH_ENTRY(m_list_itr, m_list, ice_fltr_list_entry,
2431 LIST_FOR_EACH_ENTRY(m_list_itr, m_list, ice_fltr_list_entry,
2464 LIST_FOR_EACH_ENTRY(m_list_itr, m_list, ice_fltr_list_entry,
2503 * @m_list: list of MAC addresses and forwarding information
2507 int ice_add_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list)
2509 if (!m_list || !hw)
2512 return ice_add_mac_rule(hw, m_list, hw->switch_info,
3055 * @m_list: list of MAC addresses and forwarding information
3063 * the entries passed into m_list were added previously. It will not attempt to
3067 ice_remove_mac_rule(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list,
3073 if (!m_list)
3077 LIST_FOR_EACH_ENTRY_SAFE(list_itr, tmp, m_list, ice_fltr_list_entry,
3116 * @m_list: list of MAC addresses and forwarding information
3119 int ice_remove_mac(struct ice_hw *hw, struct LIST_HEAD_TYPE *m_list)
3124 return ice_remove_mac_rule(hw, m_list, recp_list);