Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/efe/
H A Defe.c1022 efep->efe_tx_desc = 0; in efe_init_tx_ring()
1435 dp = GETDESC(rp, efep->efe_tx_desc); in efe_send()
1436 SYNCDESC(rp, efep->efe_tx_desc, DDI_DMA_SYNC_FORKERNEL); in efe_send()
1445 bp = GETBUF(rp, efep->efe_tx_desc); in efe_send()
1464 SYNCDESC(rp, efep->efe_tx_desc, DDI_DMA_SYNC_FORDEV); in efe_send()
1477 efep->efe_tx_desc = NEXTDESC(rp, efep->efe_tx_desc); in efe_send()
H A Defe.h419 uint_t efe_tx_desc; member