Searched defs:ionic_lif (Results 1 – 1 of 1) sorted by relevance
155 struct ionic_lif { struct156 char name[IONIC_LIF_NAME_MAX_SZ];157 struct list_head list;158 struct net_device *netdev;160 struct ionic *ionic;161 bool registered;162 unsigned int index;163 unsigned int hw_index;164 unsigned int kern_pid;165 u64 __iomem *kern_dbpage;[all …]