Searched defs:vmxnet3_adapter (Results 1 – 1 of 1) sorted by relevance
330 struct vmxnet3_adapter { struct331 struct vmxnet3_tx_queue tx_queue[VMXNET3_DEVICE_MAX_TX_QUEUES];332 struct vmxnet3_rx_queue rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES];333 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];334 struct vmxnet3_intr intr;335 spinlock_t cmd_lock;336 struct Vmxnet3_DriverShared *shared;337 struct Vmxnet3_PMConf *pm_conf;338 struct Vmxnet3_TxQueueDesc *tqd_start; /* all tx queue desc */339 struct Vmxnet3_RxQueueDesc *rqd_start; /* all rx queue desc */[all …]