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 in typeref:struct:pcn_tx_desc
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;
793 pcn_tx_desc_t *tmdp;
1502 pcn_tx_desc_t *txd = &pcnp->pcn_txdescp[i];
1509 PCN_TXRING * sizeof (pcn_tx_desc_t), DDI_DMA_SYNC_FORDEV);
1585 size = PCN_TXRING * sizeof (pcn_tx_desc_t);

Completed in 47 milliseconds