Searched refs:tx_dring_handle (Results 1 – 3 of 3) sorted by relevance
382 desc_size, LDC_DIRECT_MAP, &(ldcp->tx_dring_handle)); in vgen_map_tx_dring()390 rv = ldc_mem_dring_info(ldcp->tx_dring_handle, &minfo); in vgen_map_tx_dring()453 if (ldcp->tx_dring_handle != 0) { in vgen_map_tx_dring()454 (void) ldc_mem_dring_unmap(ldcp->tx_dring_handle); in vgen_map_tx_dring()455 ldcp->tx_dring_handle = 0; in vgen_map_tx_dring()487 if (ldcp->tx_dring_handle != 0) { in vgen_unmap_tx_dring()488 (void) ldc_mem_dring_unmap(ldcp->tx_dring_handle); in vgen_unmap_tx_dring()489 ldcp->tx_dring_handle = 0; in vgen_unmap_tx_dring()
156 &ldcp->tx_dring_handle); in vgen_create_tx_dring()163 rv = ldc_mem_dring_info(ldcp->tx_dring_handle, &minfo); in vgen_create_tx_dring()262 rv = ldc_mem_dring_bind(ldcp->ldc_handle, ldcp->tx_dring_handle, in vgen_create_tx_dring()303 (void) ldc_mem_dring_unbind(ldcp->tx_dring_handle); in vgen_destroy_tx_dring()333 if (ldcp->tx_dring_handle != 0) { in vgen_destroy_tx_dring()334 (void) ldc_mem_dring_destroy(ldcp->tx_dring_handle); in vgen_destroy_tx_dring()335 ldcp->tx_dring_handle = 0; in vgen_destroy_tx_dring()
309 ldc_dring_handle_t tx_dring_handle; /* dring handle */ member