Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pcn/
H A Dpcn.c755 txb = pcnp->pcn_txbufs[txsend]; in pcn_send()
1503 pcn_buf_t *txb = pcnp->pcn_txbufs[i]; in pcn_resetrings()
1618 pcnp->pcn_txbufs = kmem_zalloc(PCN_TXRING * sizeof (pcn_buf_t *), in pcn_alloctxring()
1625 pcnp->pcn_txbufs[i] = txb; in pcn_alloctxring()
1693 if (pcnp->pcn_txbufs) { in pcn_freetxring()
1695 pcn_destroybuf(pcnp->pcn_txbufs[i]); in pcn_freetxring()
1697 kmem_free(pcnp->pcn_txbufs, PCN_TXRING * sizeof (pcn_buf_t *)); in pcn_freetxring()
H A Dpcnimpl.h183 pcn_buf_t **pcn_txbufs; member