Lines Matching defs:recp_id
3401 * @recp_id: recipe ID for which the rule needs to removed
3405 ice_remove_promisc(struct ice_hw *hw, u8 recp_id,
3411 recp_list = &hw->switch_info->recp_list[recp_id];
4159 * @recp_id: Recipe ID for which rules need to be replayed
4162 ice_replay_fltr(struct ice_hw *hw, u8 recp_id, struct LIST_HEAD_TYPE *list_head)
4173 recp_list = &hw->switch_info->recp_list[recp_id];
4189 if (itr->vsi_count < 2 && recp_id != ICE_SW_LKUP_VLAN) {
4208 if (recp_id == ICE_SW_LKUP_VLAN)
4254 * @recp_id: Recipe ID for which rules need to be replayed
4257 * Replays the filter of recipe recp_id for a VSI represented via vsi_handle.
4262 struct ice_switch_info *sw, u16 vsi_handle, u8 recp_id,
4272 recp_list = &sw->recp_list[recp_id];
4280 if (itr->vsi_count < 2 && recp_id != ICE_SW_LKUP_VLAN &&
4300 if (recp_id == ICE_SW_LKUP_VLAN)