Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice.h334 struct ice_vsi { struct
335 struct net_device *netdev;
336 struct ice_sw *vsw; /* switch this VSI is on */
337 struct ice_pf *back; /* back pointer to PF */
338 struct ice_rx_ring **rx_rings; /* Rx ring array */
339 struct ice_tx_ring **tx_rings; /* Tx ring array */
340 struct ice_q_vector **q_vectors; /* q_vector array */
342 irqreturn_t (*irq_handler)(int irq, void *data);
344 u64 tx_linearize;
346 unsigned int current_netdev_flags;
[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()