Home
last modified time | relevance | path

Searched refs:m_entry (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c956 struct ice_fltr_mgmt_list_entry *m_entry, in ice_handle_vsi_list_mgmt() argument
973 if (m_entry->vsi_count < 2 && !m_entry->vsi_list_info) { in ice_handle_vsi_list_mgmt()
1004 m_entry->vsi_list_info = in ice_handle_vsi_list_mgmt()
1011 if (m_entry->sw_marker_id != ICE_INVAL_SW_MARKER_ID) in ice_handle_vsi_list_mgmt()
1013 ice_add_marker_act(hw, m_entry, in ice_handle_vsi_list_mgmt()
1014 m_entry->sw_marker_id, in ice_handle_vsi_list_mgmt()
1015 m_entry->lg_act_idx); in ice_handle_vsi_list_mgmt()
1021 if (test_bit(vsi_id, m_entry->vsi_list_info->vsi_map)) in ice_handle_vsi_list_mgmt()
1035 set_bit(vsi_id, m_entry->vsi_list_info->vsi_map); in ice_handle_vsi_list_mgmt()
1038 m_entry->vsi_count++; in ice_handle_vsi_list_mgmt()
[all …]