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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.c77 static p_tx_ring_t hxge_txdma_get_ring(p_hxge_t hxgep, uint16_t channel);
1103 ring_p = hxge_txdma_get_ring(hxgep, channel);
1201 ring_p = hxge_txdma_get_ring(hxgep, channel);
1400 ring_p = hxge_txdma_get_ring(hxgep, channel);
2407 hxge_txdma_get_ring(p_hxge_t hxgep, uint16_t channel) function
2413 HXGE_DEBUG_MSG((hxgep, TX_CTL, "==> hxge_txdma_get_ring"));
2418 "<== hxge_txdma_get_ring: NULL ring pointer"));
2424 "<== hxge_txdma_get_ring: no channel allocated"));
2429 "<== hxge_txdma_get_ring: NULL rings pointer"));
2432 HXGE_DEBUG_MSG((hxgep, MEM3_CTL, "==> hxge_txdma_get_ring
[all...]

Completed in 63 milliseconds