Lines Matching refs:vmxnet3_txqueue
131 static void vmxnet3_txinit(struct vmxnet3_softc *, struct vmxnet3_txqueue *);
158 static void vmxnet3_setup_txq_sysctl(struct vmxnet3_txqueue *,
669 struct vmxnet3_txqueue *txq; in vmxnet3_set_interrupt_idx()
740 struct vmxnet3_txqueue *txq; in vmxnet3_init_txq()
771 sc->vmx_txq = malloc(sizeof(struct vmxnet3_txqueue) * in vmxnet3_tx_queues_alloc()
800 struct vmxnet3_txqueue *txq; in vmxnet3_tx_queues_alloc()
1032 struct vmxnet3_txqueue *txq; in vmxnet3_init_shared_data()
1106 txs->driver_data_len = sizeof(struct vmxnet3_txqueue); in vmxnet3_init_shared_data()
1261 struct vmxnet3_txqueue *txq; in vmxnet3_isc_txd_encap()
1346 struct vmxnet3_txqueue *txq; in vmxnet3_isc_txd_flush()
1370 struct vmxnet3_txqueue *txq; in vmxnet3_isc_txd_credits_update()
1742 vmxnet3_txinit(struct vmxnet3_softc *sc, struct vmxnet3_txqueue *txq) in vmxnet3_txinit()
2115 vmxnet3_setup_txq_sysctl(struct vmxnet3_txqueue *txq, in vmxnet3_setup_txq_sysctl()
2212 struct vmxnet3_txqueue *txq = &sc->vmx_txq[i]; in vmxnet3_setup_debug_sysctl()