Searched defs:vmxnet3_adapter (Results 1 – 2 of 2) sorted by relevance
362 struct vmxnet3_adapter { struct363 struct vmxnet3_tx_queue tx_queue[VMXNET3_DEVICE_MAX_TX_QUEUES];364 struct vmxnet3_rx_queue rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES];365 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];366 struct vmxnet3_intr intr;367 spinlock_t cmd_lock;368 struct Vmxnet3_DriverShared *shared;369 struct Vmxnet3_PMConf *pm_conf;370 struct Vmxnet3_TxQueueDesc *tqd_start; /* all tx queue desc */371 struct Vmxnet3_RxQueueDesc *rqd_start; /* all rx queue desc */[all …]
337 struct vmxnet3_adapter { struct338 struct vmxnet3_tx_queue tx_queue[VMXNET3_DEVICE_MAX_TX_QUEUES];339 struct vmxnet3_rx_queue rx_queue[VMXNET3_DEVICE_MAX_RX_QUEUES];340 unsigned long active_vlans[BITS_TO_LONGS(VLAN_N_VID)];341 struct vmxnet3_intr intr;342 spinlock_t cmd_lock;343 struct Vmxnet3_DriverShared *shared;344 struct Vmxnet3_PMConf *pm_conf;345 struct Vmxnet3_TxQueueDesc *tqd_start; /* all tx queue desc */346 struct Vmxnet3_RxQueueDesc *rqd_start; /* all rx queue desc */[all …]