Home
last modified time | relevance | path

Searched refs:txb_paddr (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/afe/
H A Dafeimpl.h186 uint32_t txb_paddr; member
H A Dafe.c1577 txb->txb_paddr = dmac.dmac_address; in afe_alloctxbuf()
1586 if (txb->txb_paddr) in afe_destroytxbuf()
2015 PUTTXDESC(afep, tmd->desc_buffer1, txb->txb_paddr); in afe_send()
/illumos-gate/usr/src/uts/common/io/mxfe/
H A Dmxfeimpl.h212 uint32_t txb_paddr; member
H A Dmxfe.c1923 txb->txb_paddr = dmac.dmac_address; in mxfe_alloctxbuf()
1932 if (txb->txb_paddr) in mxfe_destroytxbuf()
2324 PUTTXDESC(mxfep, tmdp->desc_buffer1, txb->txb_paddr); in mxfe_send_setup()
2412 PUTTXDESC(mxfep, tmd->desc_buffer1, txb->txb_paddr); in mxfe_send()