Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice.h326 struct ice_vsi { struct
348 enum ice_vsi_type type; argument
349 u16 vsi_num; /* HW (absolute) index of this VSI */
350 u16 idx; /* software index in pf->vsi[] */
352 struct ice_vf *vf; /* VF associated with this VSI */
376 struct ice_vsi_vlan_info vlan_info; /* vlan config to be restored */ argument
390 struct ice_vsi_vlan_ops inner_vlan_ops; argument
391 struct ice_vsi_vlan_ops outer_vlan_ops; argument
392 u16 num_vlan;
395 u8 tx_mapping_mode; /* ICE_MAP_MODE_[CONTIG|SCATTER] */
[all …]
H A 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()
H A Dice_virtchnl.c3017 int (*vlan_action)(struct ice_vsi *, struct ice_vlan *), in ice_vc_vlan_action()