Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/ice/
Dice.h309 struct ice_vsi { struct
329 enum ice_vsi_type type; argument
330 u16 vsi_num; /* HW (absolute) index of this VSI */
331 u16 idx; /* software index in pf->vsi[] */
333 struct ice_vf *vf; /* VF associated with this VSI */
335 u16 ethtype; /* Ethernet protocol for pause frame */
336 u16 num_gfltr;
337 u16 num_bfltr;
340 u16 rss_table_size; /* HW RSS table size */
341 u16 rss_size; /* Allocated RSS queues */
[all …]
Dice_fltr.c303 int (*mac_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_mac()
326 ice_fltr_prepare_mac_and_broadcast(struct ice_vsi *vsi, const u8 *mac, in ice_fltr_prepare_mac_and_broadcast()
355 int (*vlan_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_vlan()
379 int (*eth_action)(struct ice_vsi *, struct list_head *)) in ice_fltr_prepare_eth()
Dice_virtchnl.c2810 int (*vlan_action)(struct ice_vsi *, struct ice_vlan *), in ice_vc_vlan_action()