Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/pcn/
H A Dpcnimpl.h102 } pcn_tx_desc_t; typedef
179 pcn_tx_desc_t *pcn_txdescp;
243 (index * sizeof (pcn_tx_desc_t)), sizeof (pcn_tx_desc_t), who)
H A Dpcn.c724 pcn_tx_desc_t *tmd; in pcn_send()
793 pcn_tx_desc_t *tmdp; in pcn_reclaim()
1502 pcn_tx_desc_t *txd = &pcnp->pcn_txdescp[i]; in pcn_resetrings()
1509 PCN_TXRING * sizeof (pcn_tx_desc_t), DDI_DMA_SYNC_FORDEV); in pcn_resetrings()
1585 size = PCN_TXRING * sizeof (pcn_tx_desc_t); in pcn_alloctxring()