Lines Matching defs:m_ent
1359 * @m_ent: the management entry for which sw marker needs to be added
1364 * entry pointed by m_ent with newly created large action
1367 ice_add_marker_act(struct ice_hw *hw, struct ice_fltr_mgmt_list_entry *m_ent,
1384 if (m_ent->fltr_info.lkup_type != ICE_SW_LKUP_MAC)
1409 id = (m_ent->vsi_count > 1) ? m_ent->fltr_info.fwd_id.vsi_list_id :
1410 m_ent->fltr_info.fwd_id.hw_vsi_id;
1414 if (m_ent->vsi_count > 1)
1435 ice_fill_sw_rule(hw, &m_ent->fltr_info, rx_tx,
1447 rx_tx->index = CPU_TO_LE16(m_ent->fltr_info.fltr_rule_id);
1452 m_ent->lg_act_idx = l_id;
1453 m_ent->sw_marker_id = sw_marker;
1463 * @m_ent: the management entry for which counter needs to be added
1468 ice_add_counter_act(struct ice_hw *hw, struct ice_fltr_mgmt_list_entry *m_ent,
1482 if (m_ent->fltr_info.lkup_type != ICE_SW_LKUP_MAC)
1508 id = (m_ent->vsi_count > 1) ? m_ent->fltr_info.fwd_id.vsi_list_id :
1509 m_ent->fltr_info.fwd_id.hw_vsi_id;
1514 if (m_ent->vsi_count > 1)
1525 ice_fill_sw_rule(hw, &m_ent->fltr_info, rx_tx,
1536 f_rule_id = m_ent->fltr_info.fltr_rule_id;
1542 m_ent->lg_act_idx = l_id;
1543 m_ent->counter_index = (u8)counter_id;