Searched refs:tmd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/pcn/ |
H A D | pcn.c | 724 pcn_tx_desc_t *tmd; in pcn_send() local 767 tmd = &pcnp->pcn_txdescp[txsend]; in pcn_send() 770 tmd->pcn_txstat = 0; in pcn_send() 771 tmd->pcn_tbaddr = txb->pb_paddr; in pcn_send() 774 tmd->pcn_txctl = (~(len) + 1) & PCN_TXCTL_BUFSZ; in pcn_send() 775 tmd->pcn_txctl |= PCN_TXCTL_MBO; in pcn_send() 776 tmd->pcn_txctl |= PCN_TXCTL_STP | PCN_TXCTL_ENP | PCN_TXCTL_ADD_FCS | in pcn_send()
|
/titanic_50/usr/src/uts/common/io/afe/ |
H A D | afe.c | 1958 afe_desc_t *tmd; in afe_send() local 2011 tmd = &afep->afe_txdescp[txsend]; in afe_send() 2014 PUTTXDESC(afep, tmd->desc_control, control); in afe_send() 2015 PUTTXDESC(afep, tmd->desc_buffer1, txb->txb_paddr); in afe_send() 2016 PUTTXDESC(afep, tmd->desc_buffer2, 0); in afe_send() 2017 PUTTXDESC(afep, tmd->desc_status, TXSTAT_OWN); in afe_send()
|
/titanic_50/usr/src/uts/common/io/mxfe/ |
H A D | mxfe.c | 2354 mxfe_desc_t *tmd; in mxfe_send() local 2408 tmd = &mxfep->mxfe_txdescp[txsend]; in mxfe_send() 2411 PUTTXDESC(mxfep, tmd->desc_control, control); in mxfe_send() 2412 PUTTXDESC(mxfep, tmd->desc_buffer1, txb->txb_paddr); in mxfe_send() 2413 PUTTXDESC(mxfep, tmd->desc_buffer2, 0); in mxfe_send() 2414 PUTTXDESC(mxfep, tmd->desc_status, TXSTAT_OWN); in mxfe_send()
|