Symbol: p_tx_desc_t
usr/src/uts/common/io/hxge/hpi_txdma.c
319
hpi_txdma_desc_gather_set(hpi_handle_t handle, p_tx_desc_t desc_p,
usr/src/uts/common/io/hxge/hpi_txdma.c
402
hpi_txdma_dump_desc_one(hpi_handle_t handle, p_tx_desc_t desc_p, int desc_index)
usr/src/uts/common/io/hxge/hpi_txdma.c
415
desp = ((desc_p != NULL) ? desc_p : (p_tx_desc_t)&desc);
usr/src/uts/common/io/hxge/hpi_txdma.h
123
p_tx_desc_t desc_p, uint8_t gather_index,
usr/src/uts/common/io/hxge/hpi_txdma.h
130
p_tx_desc_t desc_p, uint32_t transfer_len);
usr/src/uts/common/io/hxge/hpi_txdma.h
135
void hpi_txdma_dump_desc_one(hpi_handle_t handle, p_tx_desc_t desc_p,
usr/src/uts/common/io/hxge/hxge_send.c
139
p_tx_desc_t tx_desc_ring_pp;
usr/src/uts/common/io/hxge/hxge_send.c
140
p_tx_desc_t tx_desc_pp;
usr/src/uts/common/io/hxge/hxge_send.c
243
tx_desc_ring_vp = (p_tx_desc_t)DMA_COMMON_VPTR(desc_area);
usr/src/uts/common/io/hxge/hxge_send.c
245
tx_desc_ring_pp = (p_tx_desc_t)DMA_COMMON_IOADDR(desc_area);
usr/src/uts/common/io/hxge/hxge_send.c
91
p_tx_desc_t tx_desc_ring_vp;
usr/src/uts/common/io/hxge/hxge_send.c
94
p_tx_desc_t tx_desc_p;
usr/src/uts/common/io/hxge/hxge_txdma.c
607
p_tx_desc_t tx_desc_ring_vp;
usr/src/uts/common/io/hxge/hxge_txdma.c
608
p_tx_desc_t tx_desc_p;
usr/src/uts/common/io/hxge/hxge_txdma.c
609
p_tx_desc_t tx_desc_pp;
usr/src/uts/common/io/hxge/hxge_txdma.c
637
tx_desc_ring_vp = (p_tx_desc_t)DMA_COMMON_VPTR(desc_area);
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1486
p_tx_desc_t desc_p, uint8_t gather_index,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1548
p_tx_desc_t desc_p,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1564
p_tx_desc_t desc_p,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1583
p_tx_desc_t desc_p,
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1619
p_tx_desc_t desc_p)
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1909
npi_txdma_dump_desc_one(npi_handle_t handle, p_tx_desc_t desc_p, int desc_index)
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1923
desp = ((desc_p != NULL) ? desc_p : (p_tx_desc_t)&desc);
usr/src/uts/common/io/nxge/npi/npi_txdma.h
225
p_tx_desc_t, uint8_t,
usr/src/uts/common/io/nxge/npi/npi_txdma.h
230
p_tx_desc_t, boolean_t, uint8_t);
usr/src/uts/common/io/nxge/npi/npi_txdma.h
233
p_tx_desc_t, boolean_t, uint8_t,
usr/src/uts/common/io/nxge/npi/npi_txdma.h
237
p_tx_desc_t, uint32_t);
usr/src/uts/common/io/nxge/npi/npi_txdma.h
241
p_tx_desc_t);
usr/src/uts/common/io/nxge/npi/npi_txdma.h
264
void npi_txdma_dump_desc_one(npi_handle_t, p_tx_desc_t,
usr/src/uts/common/io/nxge/nxge_send.c
139
p_tx_desc_t tx_desc_ring_vp;
usr/src/uts/common/io/nxge/nxge_send.c
142
p_tx_desc_t tx_desc_p;
usr/src/uts/common/io/nxge/nxge_send.c
186
p_tx_desc_t tx_desc_ring_pp;
usr/src/uts/common/io/nxge/nxge_send.c
187
p_tx_desc_t tx_desc_pp;
usr/src/uts/common/io/nxge/nxge_send.c
410
tx_desc_ring_vp = (p_tx_desc_t)DMA_COMMON_VPTR(desc_area);
usr/src/uts/common/io/nxge/nxge_txdma.c
906
p_tx_desc_t tx_desc_ring_vp;
usr/src/uts/common/io/nxge/nxge_txdma.c
907
p_tx_desc_t tx_desc_p;
usr/src/uts/common/io/nxge/nxge_txdma.c
908
p_tx_desc_t tx_desc_pp;
usr/src/uts/common/io/nxge/nxge_txdma.c
936
(p_tx_desc_t)DMA_COMMON_VPTR(desc_area);