Home
last modified time | relevance | path

Searched refs:lkup_type (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_switch.c1879 * @lkup_type: switch rule filter lookup type
1886 enum ice_sw_lkup_type lkup_type, in ice_aq_alloc_free_vsi_list() argument
1896 if (lkup_type == ICE_SW_LKUP_MAC || in ice_aq_alloc_free_vsi_list()
1897 lkup_type == ICE_SW_LKUP_MAC_VLAN || in ice_aq_alloc_free_vsi_list()
1898 lkup_type == ICE_SW_LKUP_ETHERTYPE || in ice_aq_alloc_free_vsi_list()
1899 lkup_type == ICE_SW_LKUP_ETHERTYPE_MAC || in ice_aq_alloc_free_vsi_list()
1900 lkup_type == ICE_SW_LKUP_PROMISC || in ice_aq_alloc_free_vsi_list()
1901 lkup_type == ICE_SW_LKUP_PROMISC_VLAN || in ice_aq_alloc_free_vsi_list()
1902 lkup_type == ICE_SW_LKUP_DFLT || in ice_aq_alloc_free_vsi_list()
1903 lkup_type in ice_aq_alloc_free_vsi_list()
2885 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
2947 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
3335 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
3370 enum ice_sw_lkup_type lkup_type; ice_rem_update_vsi_list() local
3661 enum ice_sw_lkup_type lkup_type; ice_add_vlan_internal() local
6355 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.h77 enum ice_sw_lkup_type lkup_type; member
101 /* Set lkup_type as ICE_SW_LKUP_ETHERTYPE
102 * if just using ethertype as filter. Set lkup_type as