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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h174 } tx_ring_t, *p_tx_ring_t; typedef in typeref:struct:_tx_ring_t
189 p_tx_ring_t *rings;
213 p_tx_ring_t tx_desc_p, p_tx_mbox_t mbox_p);
218 p_tx_ring_t tx_ring_p, int nmblks);
228 void hxge_txdma_fixup_channel(p_hxge_t hxgep, p_tx_ring_t ring_p,
230 void hxge_txdma_hw_kick_channel(p_hxge_t hxgep, p_tx_ring_t ring_p,
236 void hxge_txdma_fixup_hung_channel(p_hxge_t hxgep, p_tx_ring_t ring_p,
242 p_tx_ring_t tx_ring_p, uint16_t channel);
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_txdma.h197 } tx_ring_t, *p_tx_ring_t; typedef in typeref:struct:_tx_ring_t
212 p_tx_ring_t *rings;
243 p_tx_ring_t, p_tx_mbox_t);
247 boolean_t nxge_txdma_reclaim(p_nxge_t, p_tx_ring_t, int);
259 void nxge_txdma_fixup_channel(p_nxge_t, p_tx_ring_t,
261 void nxge_txdma_hw_kick_channel(p_nxge_t, p_tx_ring_t,
272 p_tx_ring_t tx_ring_p, uint16_t);

Completed in 58 milliseconds