Home
last modified time | relevance | path

Searched refs:pcn_txctl (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h99 uint32_t pcn_txctl; member
H A Dpcn.c774 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()
804 if (tmdp->pcn_txctl & PCN_TXCTL_OWN) in pcn_reclaim()
1505 txd->pcn_txstat = txd->pcn_txctl = txd->pcn_uspace = 0; in pcn_resetrings()