Home
last modified time | relevance | path

Searched defs:ice_vsi (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/intel/ice/
Dice.h325 struct ice_vsi { struct
347 enum ice_vsi_type type; argument
348 u16 vsi_num; /* HW (absolute) index of this VSI */
349 u16 idx; /* software index in pf->vsi[] */
351 struct ice_vf *vf; /* VF associated with this VSI */
375 struct ice_vsi_vlan_info vlan_info; /* vlan config to be restored */ argument
389 struct ice_vsi_vlan_ops inner_vlan_ops; argument
390 struct ice_vsi_vlan_ops outer_vlan_ops; argument
391 u16 num_vlan;
394 u8 tx_mapping_mode; /* ICE_MAP_MODE_[CONTIG|SCATTER] */
[all …]
Dice_fltr.c308 int (*mac_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_mac()
331 ice_fltr_prepare_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac, in ice_fltr_prepare_mac_and_broadcast()
360 int (*vlan_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_vlan()
384 int (*eth_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_eth()
Dice_virtchnl.c2994 int (*vlan_action)(struct ice_vsi *, struct ice_vlan *), in ice_vc_vlan_action()