Searched defs:vmxnet3_txqueue (Results 1 – 1 of 1) sorted by relevance
131 struct vmxnet3_txqueue { struct132 struct lock vxtxq_lock;133 struct vmxnet3_softc *vxtxq_sc;135 struct buf_ring *vxtxq_br;137 int vxtxq_id;138 int vxtxq_intr_idx;139 int vxtxq_watchdog;140 struct vmxnet3_txring vxtxq_cmd_ring;141 struct vmxnet3_comp_ring vxtxq_comp_ring;142 struct vmxnet3_txq_stats vxtxq_stats;[all …]