Searched refs:pcn_buf_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h132 } pcn_buf_t; typedef in typeref:struct:pcn_buf
171 pcn_buf_t **pcn_rxbufs;
183 pcn_buf_t **pcn_txbufs;
H A Dpcn.c123 static pcn_buf_t *pcn_allocbuf(pcn_t *);
124 static void pcn_destroybuf(pcn_buf_t *);
723 pcn_buf_t *txb;
892 pcn_buf_t *rxb;
1490 pcn_buf_t *rxb = pcnp->pcn_rxbufs[i];
1503 pcn_buf_t *txb = pcnp->pcn_txbufs[i];
1526 pcn_destroybuf(pcn_buf_t *buf)
1540 static pcn_buf_t *
1543 pcn_buf_t *buf;
1618 pcnp->pcn_txbufs = kmem_zalloc(PCN_TXRING * sizeof (pcn_buf_t *),
[all...]

Completed in 60 milliseconds