Home
last modified time | relevance | path

Searched refs:lkup_type (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
H A Dice_switch.c429 * @lkup_type: switch rule filter lookup type
436 enum ice_sw_lkup_type lkup_type, in ice_aq_alloc_free_vsi_list()
450 if (lkup_type == ICE_SW_LKUP_MAC || in ice_aq_alloc_free_vsi_list()
451 lkup_type == ICE_SW_LKUP_MAC_VLAN || in ice_aq_alloc_free_vsi_list()
452 lkup_type == ICE_SW_LKUP_ETHERTYPE || in ice_aq_alloc_free_vsi_list()
453 lkup_type == ICE_SW_LKUP_ETHERTYPE_MAC || in ice_aq_alloc_free_vsi_list()
454 lkup_type == ICE_SW_LKUP_PROMISC || in ice_aq_alloc_free_vsi_list()
455 lkup_type == ICE_SW_LKUP_PROMISC_VLAN) { in ice_aq_alloc_free_vsi_list()
457 } else if (lkup_type == ICE_SW_LKUP_VLAN) { in ice_aq_alloc_free_vsi_list()
632 if (fi->lkup_type ! in ice_fill_sw_info()
435 ice_aq_alloc_free_vsi_list(struct ice_hw *hw, u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type, enum ice_adminq_opc opc) ice_aq_alloc_free_vsi_list() argument
951 ice_update_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi, u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, enum ice_sw_lkup_type lkup_type) ice_update_vsi_list_rule() argument
1012 ice_create_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi, u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type) ice_create_vsi_list_rule() argument
1398 ice_remove_vsi_list_rule(struct ice_hw *hw, u16 vsi_list_id, enum ice_sw_lkup_type lkup_type) ice_remove_vsi_list_rule() argument
1434 enum ice_sw_lkup_type lkup_type; ice_rem_update_vsi_list() local
1768 enum ice_sw_lkup_type lkup_type; ice_add_vlan_internal() local
[all...]
H A Dice_fltr.c139 info.lkup_type = ICE_SW_LKUP_MAC; in ice_fltr_add_mac_to_list()
164 info.lkup_type = ICE_SW_LKUP_VLAN; in ice_fltr_add_vlan_to_list()
189 info.lkup_type = ICE_SW_LKUP_ETHERTYPE; in ice_fltr_add_eth_to_list()
H A Dice_switch.h63 enum ice_sw_lkup_type lkup_type; member
85 /* Set lkup_type as ICE_SW_LKUP_ETHERTYPE
86 * if just using ethertype as filter. Set lkup_type as
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1805 * @lkup_type: switch rule filter lookup type
1812 enum ice_sw_lkup_type lkup_type, in ice_aq_alloc_free_vsi_list()
1826 if (lkup_type == ICE_SW_LKUP_MAC || in ice_aq_alloc_free_vsi_list()
1827 lkup_type == ICE_SW_LKUP_MAC_VLAN || in ice_aq_alloc_free_vsi_list()
1828 lkup_type == ICE_SW_LKUP_ETHERTYPE || in ice_aq_alloc_free_vsi_list()
1829 lkup_type == ICE_SW_LKUP_ETHERTYPE_MAC || in ice_aq_alloc_free_vsi_list()
1830 lkup_type == ICE_SW_LKUP_PROMISC || in ice_aq_alloc_free_vsi_list()
1831 lkup_type == ICE_SW_LKUP_PROMISC_VLAN || in ice_aq_alloc_free_vsi_list()
1832 lkup_type == ICE_SW_LKUP_DFLT) { in ice_aq_alloc_free_vsi_list()
1834 } else if (lkup_type in ice_aq_alloc_free_vsi_list()
1811 ice_aq_alloc_free_vsi_list(struct ice_hw *hw, u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type, enum ice_adminq_opc opc) ice_aq_alloc_free_vsi_list() argument
2757 ice_update_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi, u16 vsi_list_id, bool remove, enum ice_adminq_opc opc, enum ice_sw_lkup_type lkup_type) ice_update_vsi_list_rule() argument
2819 ice_create_vsi_list_rule(struct ice_hw *hw, u16 *vsi_handle_arr, u16 num_vsi, u16 *vsi_list_id, enum ice_sw_lkup_type lkup_type) ice_create_vsi_list_rule() argument
3207 ice_remove_vsi_list_rule(struct ice_hw *hw, u16 vsi_list_id, enum ice_sw_lkup_type lkup_type) ice_remove_vsi_list_rule() argument
3243 enum ice_sw_lkup_type lkup_type; ice_rem_update_vsi_list() local
3534 enum ice_sw_lkup_type lkup_type; ice_add_vlan_internal() local
6353 enum ice_sw_lkup_type lkup_type; ice_adv_rem_update_vsi_list() local
[all...]
H A Dice_fltr.c233 info.lkup_type = ICE_SW_LKUP_MAC; in ice_fltr_add_mac_to_list()
257 info.lkup_type = ICE_SW_LKUP_VLAN; in ice_fltr_add_vlan_to_list()
284 info.lkup_type = ICE_SW_LKUP_ETHERTYPE; in ice_fltr_add_eth_to_list()
H A Dice_switch.h74 enum ice_sw_lkup_type lkup_type; member
98 /* Set lkup_type as ICE_SW_LKUP_ETHERTYPE
99 * if just using ethertype as filter. Set lkup_type as

Completed in 9 milliseconds