Symbol: txdp
usr/src/grub/grub-0.97/netboot/sis900.c
1085
outl(virt_to_bus(&txd), ioaddr + txdp);
usr/src/grub/grub-0.97/netboot/sis900.c
1088
inl(ioaddr + txdp));
usr/src/grub/grub-0.97/netboot/sis900.c
703
outl(virt_to_bus(&txd), ioaddr + txdp);
usr/src/grub/grub-0.97/netboot/sis900.c
706
inl(ioaddr + txdp));
usr/src/uts/common/io/arn/arn_ath9k.h
1035
boolean_t ath9k_hw_puttxbuf(struct ath_hal *ah, uint32_t q, uint32_t txdp);
usr/src/uts/common/io/arn/arn_mac.c
132
ath9k_hw_puttxbuf(struct ath_hal *ah, uint32_t q, uint32_t txdp)
usr/src/uts/common/io/arn/arn_mac.c
134
REG_WRITE(ah, AR_QTXDP(q), txdp);
usr/src/uts/common/io/ath/ath_hal.h
902
HAL_BOOL (*ah_setTxDP) (struct ath_hal *, uint32_t, uint32_t txdp);
usr/src/uts/common/io/xge/hal/include/xgehal-fifo.h
282
xge_hal_fifo_txd_t *txdp, int txdl_count);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5654
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5657
txdp->control_1, txdp->control_2, txdp->buffer_pointer,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-device.c
5658
txdp->host_control);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1042
xge_hal_fifo_txd_t *txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1045
txdp = (xge_hal_fifo_txd_t *)dtrh + txdl_priv->frags;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1048
txdp->control_1 = txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1058
txdp->buffer_pointer = (u64)dma_pointer;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1059
txdp->control_1 |= XGE_HAL_TXD_BUFFER0_SIZE(size);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1085
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1087
txdp->control_1 |= XGE_HAL_TXD_LSO_COF_CTRL(XGE_HAL_TXD_TCP_LSO);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1088
txdp->control_1 |= XGE_HAL_TXD_TCP_LSO_MSS(mss);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1114
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1116
txdp->control_2 |= cksum_bits;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1132
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1134
txdp->control_2 |= XGE_HAL_TXD_VLAN_ENABLE;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1135
txdp->control_2 |= XGE_HAL_TXD_VLAN_TAG(vlan_tag);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1145
xge_hal_fifo_txd_t *txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1149
txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1150
if (txdp == NULL) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1155
if ( !(txdp->control_1 & XGE_HAL_TXD_LIST_OWN_XENA) ) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
1156
xge_assert(txdp->host_control!=0);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
118
txdp->control_1, txdp->control_2, txdp->buffer_pointer,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
119
txdp->host_control, txdl_priv->dma_addr);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
130
xge_hal_fifo_txd_t *txdp, int list_size, int frags)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
138
txdp, frags, list_size);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
141
while(txdp){
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
144
txdp, frags, list_size);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
145
current_txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
149
__hal_channel_dtr_free(channelh, txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
155
txdp = next_txdl_priv->first_txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
169
xge_hal_fifo_txd_t *txdp, int txdl_count)
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
178
current_txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
185
txdp = current_txdl_priv->first_txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
187
__hal_channel_dtr_restore(channelh, (xge_hal_dtr_h )txdp, --i);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
189
"dtrh %p restored at offset %d", txdp, i);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
209
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
211
return ((char *)(ulong_t)txdp->host_control) +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
31
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t*)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
34
xge_assert(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
351
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)*dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
353
txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
36
(ulong_t)txdp->host_control;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
362
txdp->control_1 = txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
426
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)*dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
429
txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
444
txdp->control_1 = txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
53
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
57
txdp->control_1 |= XGE_HAL_TXD_LIST_OWN_XENA;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
61
XGE_HAL_SET_TXD_T_CODE(txdp->control_1, XGE_HAL_TXD_T_CODE_UNUSED_5);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
650
xge_hal_fifo_txd_t *txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
657
txdp = (xge_hal_fifo_txd_t *)*dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
658
if (txdp == NULL) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
663
txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
677
if ( !(txdp->control_1 & XGE_HAL_TXD_LIST_OWN_XENA) ) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
679
xge_assert(txdp->host_control!=0);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
683
*t_code = (u8)XGE_HAL_GET_TXD_T_CODE(txdp->control_1);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
839
xge_hal_fifo_txd_t *txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
844
txdp = (xge_hal_fifo_txd_t *)dtrh + txdl_priv->frags;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
847
txdp->control_1 = txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
86
if (txdp->control_1 & XGE_HAL_TXD_LSO_COF_CTRL(XGE_HAL_TXD_TCP_LSO)) {
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
870
txdp->buffer_pointer = (u64)txdl_priv->align_dma_addr + prev_boff;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
871
txdp->control_1 |= XGE_HAL_TXD_BUFFER0_SIZE(misaligned_size);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
883
txdp->buffer_pointer,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
891
txdp++;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
892
txdp->buffer_pointer = (u64)dma_pointer +
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
894
txdp->control_1 =
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
897
txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
971
xge_hal_fifo_txd_t *txdp;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
977
txdp = (xge_hal_fifo_txd_t *)dtrh + txdl_priv->frags;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
980
txdp->control_1 = txdp->control_2 = 0;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
984
txdp->buffer_pointer = (u64)txdl_priv->align_dma_addr + prev_boff;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
985
txdp->control_1 |=
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo-fp.c
997
txdp->buffer_pointer,
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
39
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)item;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
493
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
496
txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
524
xge_hal_fifo_txd_t *txdp = (xge_hal_fifo_txd_t *)dtrh;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
527
xge_assert(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
529
txdl_priv = __hal_fifo_txdl_priv(txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
64
txdp->host_control = (u64)(ulong_t)txdl_priv;
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
74
status =__hal_fifo_dtr_align_alloc_map(fifo, txdp);
usr/src/uts/common/io/xge/hal/xgehal/xgehal-fifo.c
89
fifo->channel.dtr_init(fifo, (xge_hal_dtr_h)txdp, index,
usr/src/uts/sun4v/io/vnet_rxdring.c
1175
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_rxdring.c
1268
txdp = &ldcp->mtxdp[txi];
usr/src/uts/sun4v/io/vnet_rxdring.c
1269
if (txdp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vnet_rxdring.c
1311
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_rxdring.c
1365
txdp = &(ldcp->mtxdp[txi]);
usr/src/uts/sun4v/io/vnet_rxdring.c
1366
if (txdp->dstate == VIO_DESC_READY)
usr/src/uts/sun4v/io/vnet_rxdring.c
1367
txdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
361
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_rxdring.c
445
txdp = &ldcp->mtxdp[i];
usr/src/uts/sun4v/io/vnet_rxdring.c
446
txdp->dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vnet_rxdring.c
580
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_rxdring.c
657
txdp = &(ldcp->mtxdp[txi]);
usr/src/uts/sun4v/io/vnet_rxdring.c
658
if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
usr/src/uts/sun4v/io/vnet_rxdring.c
668
txdp->dstate = VIO_DESC_INITIALIZING;
usr/src/uts/sun4v/io/vnet_rxdring.c
691
buf_offset = txdp->data_buf_offset;
usr/src/uts/sun4v/io/vnet_rxdring.c
704
txdp->nbytes = size;
usr/src/uts/sun4v/io/vnet_rxdring.c
714
ASSERT(txdp->dstate == VIO_DESC_INITIALIZING);
usr/src/uts/sun4v/io/vnet_rxdring.c
717
txdp->dstate = VIO_DESC_READY;
usr/src/uts/sun4v/io/vnet_txdring.c
1288
vnet_public_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
134
vnet_public_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
1354
txdp = tbufp->descp;
usr/src/uts/sun4v/io/vnet_txdring.c
1355
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
1369
txdp = tbufp->descp;
usr/src/uts/sun4v/io/vnet_txdring.c
1370
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
1415
vnet_public_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
1458
txdp = &(ldcp->txdp[txi]);
usr/src/uts/sun4v/io/vnet_txdring.c
1459
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
1551
vnet_public_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
1556
txdp = tbufp->descp;
usr/src/uts/sun4v/io/vnet_txdring.c
1557
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
1566
txdp = tbufp->descp;
usr/src/uts/sun4v/io/vnet_txdring.c
1567
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
168
ldcp->txdp = (vnet_public_desc_t *)(minfo.vaddr);
usr/src/uts/sun4v/io/vnet_txdring.c
250
txdp = &(ldcp->txdp[i]);
usr/src/uts/sun4v/io/vnet_txdring.c
251
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
254
tbufp->descp = txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
336
ldcp->txdp = NULL;
usr/src/uts/sun4v/io/vnet_txdring.c
411
ldcp->peer_hparams.dring_ident = (uint64_t)ldcp->txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
414
msg->dring_ident = (uint64_t)ldcp->txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
594
vnet_public_desc_t *txdp;
usr/src/uts/sun4v/io/vnet_txdring.c
682
txdp = tbufp->descp;
usr/src/uts/sun4v/io/vnet_txdring.c
683
hdrp = &txdp->hdr;
usr/src/uts/sun4v/io/vnet_txdring.c
684
txdp->nbytes = size;
usr/src/uts/sun4v/io/vnet_txdring.c
685
txdp->ncookies = tbufp->ncookies;
usr/src/uts/sun4v/io/vnet_txdring.c
686
bcopy((tbufp->memcookie), (txdp->memcookie),
usr/src/uts/sun4v/io/vsw_rxdring.c
1125
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vsw_rxdring.c
1194
txdp = &pub_addr[txi];
usr/src/uts/sun4v/io/vsw_rxdring.c
1195
if (txdp->dstate == VIO_DESC_READY) {
usr/src/uts/sun4v/io/vsw_rxdring.c
446
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vsw_rxdring.c
484
txdp = (vnet_rx_dringdata_desc_t *)dp->pub_addr;
usr/src/uts/sun4v/io/vsw_rxdring.c
486
txdp[i].dstate = VIO_DESC_DONE;
usr/src/uts/sun4v/io/vsw_rxdring.c
858
vnet_rx_dringdata_desc_t *txdp;
usr/src/uts/sun4v/io/vsw_rxdring.c
952
txdp = &(pub_addr[txi]);
usr/src/uts/sun4v/io/vsw_rxdring.c
953
if (txdp->dstate != VIO_DESC_DONE) { /* out of descriptors */
usr/src/uts/sun4v/io/vsw_rxdring.c
959
txdp->dstate = VIO_DESC_INITIALIZING;
usr/src/uts/sun4v/io/vsw_rxdring.c
970
buf_offset = txdp->data_buf_offset;
usr/src/uts/sun4v/io/vsw_rxdring.c
983
txdp->nbytes = size;
usr/src/uts/sun4v/io/vsw_rxdring.c
993
ASSERT(txdp->dstate == VIO_DESC_INITIALIZING);
usr/src/uts/sun4v/io/vsw_rxdring.c
996
txdp->dstate = VIO_DESC_READY;
usr/src/uts/sun4v/sys/vnet_gen.h
324
vnet_public_desc_t *txdp; /* exported dring */