Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c443 snd_p->tx_vaddr = (ib_vaddr_t)(uintptr_t)kmem_zalloc(tx_bufsz, in eibnx_setup_txbufs()
449 attr.mr_vaddr = snd_p->tx_vaddr; in eibnx_setup_txbufs()
458 kmem_free((void *)(uintptr_t)(snd_p->tx_vaddr), tx_bufsz); in eibnx_setup_txbufs()
466 buf = (uint8_t *)(uintptr_t)(snd_p->tx_vaddr); in eibnx_setup_txbufs()
1016 if (snd_p->tx_vaddr) { in eibnx_rb_setup_txbufs()
1017 kmem_free((void *)(uintptr_t)(snd_p->tx_vaddr), in eibnx_rb_setup_txbufs()
1019 snd_p->tx_vaddr = 0; in eibnx_rb_setup_txbufs()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Denx_impl.h171 ib_vaddr_t tx_vaddr; member