Searched defs:ionic_lif (Results 1 – 2 of 2) 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 …]
172 struct ionic_lif { struct173 struct net_device *netdev;175 struct ionic *ionic;176 unsigned int index;177 unsigned int hw_index;178 struct mutex queue_lock; /* lock for queue structures */179 struct mutex config_lock; /* lock for config actions */180 spinlock_t adminq_lock; /* lock for AdminQ operations */181 struct ionic_qcq *adminqcq;182 struct ionic_qcq *notifyqcq;[all …]