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

/illumos-gate/usr/src/uts/intel/io/vmxnet3s/
H A Dvmxnet3.h97 struct vmxnet3_softc_t *dp;
118 typedef struct vmxnet3_softc_t { struct
165 } vmxnet3_softc_t; typedef in typeref:struct:vmxnet3_softc_t
177 int vmxnet3_alloc_dma_mem_1(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma,
179 int vmxnet3_alloc_dma_mem_128(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma,
181 int vmxnet3_alloc_dma_mem_512(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma,
184 int vmxnet3_getprop(vmxnet3_softc_t *dp, char *name, int min, int max,
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 *d
[all...]

Completed in 70 milliseconds