Searched defs:vmxnet3_tx_queue (Results 1 – 1 of 1) sorted by relevance
241 struct vmxnet3_tx_queue { struct243 struct vmxnet3_adapter *adapter;244 spinlock_t tx_lock;245 struct vmxnet3_cmd_ring tx_ring;246 struct vmxnet3_tx_buf_info *buf_info;247 struct vmxnet3_tx_data_ring data_ring;249 struct Vmxnet3_TxQueueCtrl *shared;250 struct vmxnet3_tq_driver_stats stats;251 bool stopped;254 int qid;[all …]
Completed in 7 milliseconds