Searched refs:vmxnet3_softc_t (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3.h | 97 struct vmxnet3_softc_t *dp; 118 typedef struct vmxnet3_softc_t { struct 165 } vmxnet3_softc_t; typedef 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 *dp, vmxnet3_txqueue_t *txq); [all …]
|
H A D | vmxnet3_rx.c | 32 vmxnet3_alloc_rxbuf(vmxnet3_softc_t *dp, boolean_t canSleep) in vmxnet3_alloc_rxbuf() 63 vmxnet3_free_rxbuf(vmxnet3_softc_t *dp, vmxnet3_rxbuf_t *rxBuf) in vmxnet3_free_rxbuf() 89 vmxnet3_put_rxpool_buf(vmxnet3_softc_t *dp, vmxnet3_rxbuf_t *rxBuf, in vmxnet3_put_rxpool_buf() 115 vmxnet3_softc_t *dp = rxBuf->dp; in vmxnet3_put_rxbuf() 128 vmxnet3_get_rxpool_buf(vmxnet3_softc_t *dp) in vmxnet3_get_rxpool_buf() 152 vmxnet3_rxpool_init(vmxnet3_softc_t *dp) in vmxnet3_rxpool_init() 186 vmxnet3_rx_populate(vmxnet3_softc_t *dp, vmxnet3_rxqueue_t *rxq, uint16_t idx, in vmxnet3_rx_populate() 240 vmxnet3_rxqueue_init(vmxnet3_softc_t *dp, vmxnet3_rxqueue_t *rxq) in vmxnet3_rxqueue_init() 280 vmxnet3_rxqueue_fini(vmxnet3_softc_t *dp, vmxnet3_rxqueue_t *rxq) in vmxnet3_rxqueue_fini() 310 vmxnet3_rx_hwcksum(vmxnet3_softc_t *dp, mblk_t *mp, in vmxnet3_rx_hwcksum() [all …]
|
H A D | vmxnet3_main.c | 103 vmxnet3_softc_t *dp = data; in vmxnet3_getstat() 210 vmxnet3_prepare_drivershared(vmxnet3_softc_t *dp) in vmxnet3_prepare_drivershared() 272 vmxnet3_destroy_drivershared(vmxnet3_softc_t *dp) in vmxnet3_destroy_drivershared() 288 vmxnet3_alloc_cmdring(vmxnet3_softc_t *dp, vmxnet3_cmdring_t *cmdRing) in vmxnet3_alloc_cmdring() 312 vmxnet3_alloc_compring(vmxnet3_softc_t *dp, vmxnet3_compring_t *compRing) in vmxnet3_alloc_compring() 334 vmxnet3_prepare_txqueue(vmxnet3_softc_t *dp) in vmxnet3_prepare_txqueue() 384 vmxnet3_prepare_rxqueue(vmxnet3_softc_t *dp) in vmxnet3_prepare_rxqueue() 431 vmxnet3_destroy_txqueue(vmxnet3_softc_t *dp) in vmxnet3_destroy_txqueue() 450 vmxnet3_destroy_rxqueue(vmxnet3_softc_t *dp) in vmxnet3_destroy_rxqueue() 469 vmxnet3_refresh_rxfilter(vmxnet3_softc_t *dp) in vmxnet3_refresh_rxfilter() [all …]
|
H A D | vmxnet3_utils.c | 105 vmxnet3_alloc_dma_mem(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma, size_t size, in vmxnet3_alloc_dma_mem() 165 vmxnet3_alloc_dma_mem_1(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma, size_t size, in vmxnet3_alloc_dma_mem_1() 173 vmxnet3_alloc_dma_mem_512(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma, in vmxnet3_alloc_dma_mem_512() 181 vmxnet3_alloc_dma_mem_128(vmxnet3_softc_t *dp, vmxnet3_dmabuf_t *dma, in vmxnet3_alloc_dma_mem_128() 213 vmxnet3_getprop(vmxnet3_softc_t *dp, char *name, int min, int max, int def) in vmxnet3_getprop()
|
H A D | vmxnet3_tx.c | 41 vmxnet3_txqueue_init(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq) in vmxnet3_txqueue_init() 50 vmxnet3_txqueue_fini(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq) in vmxnet3_txqueue_fini() 73 vmxnet3_tx_prepare_offload(vmxnet3_softc_t *dp, vmxnet3_offload_t *ol, in vmxnet3_tx_prepare_offload() 158 vmxnet3_tx_one(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq, in vmxnet3_tx_one() 326 vmxnet3_softc_t *dp = data; in vmxnet3_tx() 429 vmxnet3_tx_complete(vmxnet3_softc_t *dp, vmxnet3_txqueue_t *txq) in vmxnet3_tx_complete()
|