Searched defs:ice_lag (Results 1 – 1 of 1) sorted by relevance
37 struct ice_lag { struct38 struct ice_pf *pf; /* backlink to PF struct */39 struct net_device *netdev; /* this PF's netdev */40 struct net_device *upper_netdev; /* upper bonding netdev */41 struct list_head *netdev_head;42 struct notifier_block notif_block;43 s32 bond_mode;44 u16 bond_swid; /* swid for primary interface */45 u8 active_port; /* lport value for the current active port */46 u8 bonded:1; /* currently bonded */[all …]