Searched refs:tx_rings_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h194 } tx_rings_t, *p_tx_rings_t; typedef in typeref:struct:_tx_rings_t
H A Dhxge_txdma.c1552 tx_rings = (p_tx_rings_t)KMEM_ZALLOC(sizeof (tx_rings_t), KM_SLEEP);
1611 KMEM_FREE(tx_rings, sizeof (tx_rings_t));
1675 KMEM_FREE(tx_rings, sizeof (tx_rings_t));
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h217 } tx_rings_t, *p_tx_rings_t; typedef in typeref:struct:_tx_rings_t
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_main.c3080 KMEM_ZALLOC(sizeof (tx_rings_t), KM_SLEEP);
3309 KMEM_FREE(nxgep->tx_rings, sizeof (tx_rings_t));

Completed in 62 milliseconds