Home
last modified time | relevance | path

Searched refs:new_fltr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1170 * @new_fltr: filter information with the new VSI to be added
1190 struct ice_fltr_info *new_fltr) in ice_add_update_vsi_list()
1199 if ((new_fltr->fltr_act == ICE_FWD_TO_Q || in ice_add_update_vsi_list()
1200 new_fltr->fltr_act == ICE_FWD_TO_QGRP) && in ice_add_update_vsi_list()
1214 if (cur_fltr->fwd_id.hw_vsi_id == new_fltr->fwd_id.hw_vsi_id) in ice_add_update_vsi_list()
1218 vsi_handle_arr[1] = new_fltr->vsi_handle; in ice_add_update_vsi_list()
1221 new_fltr->lkup_type); in ice_add_update_vsi_list()
1225 tmp_fltr = *new_fltr; in ice_add_update_vsi_list()
1254 u16 vsi_handle = new_fltr->vsi_handle; in ice_add_update_vsi_list()
1272 new_fltr in ice_add_update_vsi_list()
1187 ice_add_update_vsi_list(struct ice_hw *hw, struct ice_fltr_mgmt_list_entry *m_entry, struct ice_fltr_info *cur_fltr, struct ice_fltr_info *new_fltr) ice_add_update_vsi_list() argument
1356 struct ice_fltr_info *new_fltr, *cur_fltr; ice_add_rule_internal() local
1767 struct ice_fltr_info *new_fltr, *cur_fltr; ice_add_vlan_internal() local
2454 struct ice_fltr_info new_fltr; ice_set_vsi_promisc() local
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c2979 * @new_fltr: filter information with the new VSI to be added
2999 struct ice_fltr_info *new_fltr) in ice_add_update_vsi_list()
3008 if ((new_fltr->fltr_act == ICE_FWD_TO_Q || in ice_add_update_vsi_list()
3009 new_fltr->fltr_act == ICE_FWD_TO_QGRP) && in ice_add_update_vsi_list()
3023 if (cur_fltr->fwd_id.hw_vsi_id == new_fltr->fwd_id.hw_vsi_id) in ice_add_update_vsi_list()
3027 vsi_handle_arr[1] = new_fltr->vsi_handle; in ice_add_update_vsi_list()
3030 new_fltr->lkup_type); in ice_add_update_vsi_list()
3034 tmp_fltr = *new_fltr; in ice_add_update_vsi_list()
3063 u16 vsi_handle = new_fltr->vsi_handle; in ice_add_update_vsi_list()
3081 new_fltr in ice_add_update_vsi_list()
2996 ice_add_update_vsi_list(struct ice_hw *hw, struct ice_fltr_mgmt_list_entry *m_entry, struct ice_fltr_info *cur_fltr, struct ice_fltr_info *new_fltr) ice_add_update_vsi_list() argument
3165 struct ice_fltr_info *new_fltr, *cur_fltr; ice_add_rule_internal() local
3533 struct ice_fltr_info *new_fltr, *cur_fltr; ice_add_vlan_internal() local
4194 struct ice_fltr_info new_fltr; ice_set_vsi_promisc() local
5921 ice_adv_add_update_vsi_list(struct ice_hw *hw, struct ice_adv_fltr_mgmt_list_entry *m_entry, struct ice_adv_rule_info *cur_fltr, struct ice_adv_rule_info *new_fltr) ice_adv_add_update_vsi_list() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11971 struct bnxt_ntuple_filter *fltr, *new_fltr; in bnxt_rx_flow_steer() local
11994 new_fltr = kzalloc(sizeof(*new_fltr), GFP_ATOMIC); in bnxt_rx_flow_steer()
11995 if (!new_fltr) in bnxt_rx_flow_steer()
11998 fkeys = &new_fltr->fkeys; in bnxt_rx_flow_steer()
12023 memcpy(new_fltr->dst_mac_addr, eth->h_dest, ETH_ALEN); in bnxt_rx_flow_steer()
12024 memcpy(new_fltr->src_mac_addr, eth->h_source, ETH_ALEN); in bnxt_rx_flow_steer()
12030 if (bnxt_fltr_match(fltr, new_fltr)) { in bnxt_rx_flow_steer()
12047 new_fltr->sw_id = (u16)bit_id; in bnxt_rx_flow_steer()
12048 new_fltr in bnxt_rx_flow_steer()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c12930 struct bnxt_ntuple_filter *fltr, *new_fltr; in bnxt_rx_flow_steer() local
12953 new_fltr = kzalloc(sizeof(*new_fltr), GFP_ATOMIC); in bnxt_rx_flow_steer()
12954 if (!new_fltr) in bnxt_rx_flow_steer()
12957 fkeys = &new_fltr->fkeys; in bnxt_rx_flow_steer()
12982 memcpy(new_fltr->dst_mac_addr, eth->h_dest, ETH_ALEN); in bnxt_rx_flow_steer()
12983 memcpy(new_fltr->src_mac_addr, eth->h_source, ETH_ALEN); in bnxt_rx_flow_steer()
12989 if (bnxt_fltr_match(fltr, new_fltr)) { in bnxt_rx_flow_steer()
13006 new_fltr->sw_id = (u16)bit_id; in bnxt_rx_flow_steer()
13007 new_fltr in bnxt_rx_flow_steer()
[all...]

Completed in 37 milliseconds