Home
last modified time | relevance | path

Searched refs:recp_id (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1285 * @recp_id: lookup type for which the specified rule needs to be searched
1292 ice_find_rule_entry(struct ice_hw *hw, u8 recp_id, struct ice_fltr_info *f_info) in ice_find_rule_entry() argument
1298 list_head = &sw->recp_list[recp_id].filt_rules; in ice_find_rule_entry()
1313 * @recp_id: lookup type for which VSI lists needs to be searched
1322 ice_find_vsi_list_entry(struct ice_hw *hw, u8 recp_id, u16 vsi_handle, in ice_find_vsi_list_entry() argument
1330 list_head = &sw->recp_list[recp_id].filt_rules; in ice_find_vsi_list_entry()
1346 * @recp_id: lookup type (recipe ID) for which rule has to be added
1352 ice_add_rule_internal(struct ice_hw *hw, u8 recp_id, in ice_add_rule_internal() argument
1366 rule_lock = &sw->recp_list[recp_id].filt_rule_lock; in ice_add_rule_internal()
1375 m_entry = ice_find_rule_entry(hw, recp_id, new_flt in ice_add_rule_internal()
1520 ice_remove_rule_internal(struct ice_hw *hw, u8 recp_id, struct ice_fltr_list_entry *f_entry) ice_remove_rule_internal() argument
2115 ice_find_ucast_rule_entry(struct ice_hw *hw, u8 recp_id, struct ice_fltr_info *f_info) ice_find_ucast_rule_entry() argument
2355 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) ice_remove_promisc() argument
2764 ice_replay_vsi_fltr(struct ice_hw *hw, u16 vsi_handle, u8 recp_id, struct list_head *list_head) ice_replay_vsi_fltr() argument
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c3094 * @recp_id: lookup type for which the specified rule needs to be searched
3101 ice_find_rule_entry(struct ice_hw *hw, u8 recp_id, struct ice_fltr_info *f_info) in ice_find_rule_entry() argument
3107 list_head = &sw->recp_list[recp_id].filt_rules; in ice_find_rule_entry()
3122 * @recp_id: lookup type for which VSI lists needs to be searched
3131 ice_find_vsi_list_entry(struct ice_hw *hw, u8 recp_id, u16 vsi_handle, in ice_find_vsi_list_entry() argument
3139 list_head = &sw->recp_list[recp_id].filt_rules; in ice_find_vsi_list_entry()
3155 * @recp_id: lookup type (recipe ID) for which rule has to be added
3161 ice_add_rule_internal(struct ice_hw *hw, u8 recp_id, in ice_add_rule_internal() argument
3175 rule_lock = &sw->recp_list[recp_id].filt_rule_lock; in ice_add_rule_internal()
3184 m_entry = ice_find_rule_entry(hw, recp_id, new_flt in ice_add_rule_internal()
3327 ice_remove_rule_internal(struct ice_hw *hw, u8 recp_id, struct ice_fltr_list_entry *f_entry) ice_remove_rule_internal() argument
4096 ice_remove_promisc(struct ice_hw *hw, u8 recp_id, struct list_head *v_list) ice_remove_promisc() argument
5872 ice_find_adv_rule_entry(struct ice_hw *hw, struct ice_adv_lkup_elem *lkups, u16 lkups_cnt, u16 recp_id, struct ice_adv_rule_info *rinfo) ice_find_adv_rule_entry() argument
6295 ice_replay_vsi_fltr(struct ice_hw *hw, u16 vsi_handle, u8 recp_id, struct list_head *list_head) ice_replay_vsi_fltr() argument
[all...]
H A Dice_switch.h417 ice_find_vsi_list_entry(struct ice_hw *hw, u8 recp_id, u16 vsi_handle,

Completed in 9 milliseconds