Searched defs:vmxnet3_txqueue_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h86 typedef struct vmxnet3_txqueue_t { struct
91 } vmxnet3_txqueue_t; typedef in typeref:struct:vmxnet3_txqueue_t
144 vmxnet3_txqueue_t txQueue;
187 int vmxnet3_txqueue_init(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq);
189 boolean_t vmxnet3_tx_complete(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq);
190 void vmxnet3_txqueue_fini(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq);

Completed in 45 milliseconds