Symbol: tx_desc_t
usr/src/uts/common/io/hxge/hpi_txdma.c
371
offset += (i * (sizeof (tx_desc_t)));
usr/src/uts/common/io/hxge/hpi_txdma.c
404
tx_desc_t desc, *desp;
usr/src/uts/common/io/hxge/hxge_main.c
1958
tx_cntl_alloc_size *= (sizeof (tx_desc_t));
usr/src/uts/common/io/hxge/hxge_send.c
141
tx_desc_t *save_desc_p;
usr/src/uts/common/io/hxge/hxge_send.c
717
sop_index * sizeof (tx_desc_t),
usr/src/uts/common/io/hxge/hxge_send.c
718
ngathers * sizeof (tx_desc_t), DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/hxge/hxge_send.c
728
sop_index * sizeof (tx_desc_t),
usr/src/uts/common/io/hxge/hxge_send.c
729
nsdescs * sizeof (tx_desc_t), DDI_DMA_SYNC_FORDEV);
usr/src/uts/common/io/hxge/hxge_send.c
736
(ngathers - nsdescs) * sizeof (tx_desc_t),
usr/src/uts/common/io/hxge/hxge_send.c
97
tx_desc_t tx_desc, *tmp_desc_p;
usr/src/uts/common/io/hxge/hxge_send.c
98
tx_desc_t sop_tx_desc, *sop_tx_desc_p;
usr/src/uts/common/io/hxge/hxge_txdma.c
1760
sizeof (tx_desc_t));
usr/src/uts/common/io/hxge/hxge_txdma.c
610
tx_desc_t r_tx_desc;
usr/src/uts/common/io/nxge/npi/npi_txdma.c
1912
tx_desc_t desc, *desp;
usr/src/uts/common/io/nxge/npi/npi_txdma.h
141
#define TXDMA_DESC_SIZE (sizeof (tx_desc_t))
usr/src/uts/common/io/nxge/nxge_main.c
2844
cr_size = nxge_tx_ring_size * sizeof (tx_desc_t);
usr/src/uts/common/io/nxge/nxge_send.c
145
tx_desc_t tx_desc, *tmp_desc_p;
usr/src/uts/common/io/nxge/nxge_send.c
146
tx_desc_t sop_tx_desc, *sop_tx_desc_p;
usr/src/uts/common/io/nxge/nxge_send.c
188
tx_desc_t *save_desc_p;
usr/src/uts/common/io/nxge/nxge_send.c
928
sop_index * sizeof (tx_desc_t),
usr/src/uts/common/io/nxge/nxge_send.c
929
ngathers * sizeof (tx_desc_t),
usr/src/uts/common/io/nxge/nxge_send.c
940
sop_index * sizeof (tx_desc_t),
usr/src/uts/common/io/nxge/nxge_send.c
941
nsdescs * sizeof (tx_desc_t),
usr/src/uts/common/io/nxge/nxge_send.c
951
(ngathers - nsdescs) * sizeof (tx_desc_t),
usr/src/uts/common/io/nxge/nxge_txdma.c
2402
sizeof (tx_desc_t));
usr/src/uts/common/io/nxge/nxge_txdma.c
909
tx_desc_t r_tx_desc;