Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Denx_ibt.c428 eibnx_tx_t *snd_p = &info->ti_snd; in eibnx_setup_txbufs() local
443 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()
454 &snd_p->tx_mr, &desc)) != IBT_SUCCESS) { in eibnx_setup_txbufs()
458 kmem_free((void *)(uintptr_t)(snd_p->tx_vaddr), tx_bufsz); in eibnx_setup_txbufs()
461 snd_p->tx_lkey = desc.md_lkey; in eibnx_setup_txbufs()
466 buf = (uint8_t *)(uintptr_t)(snd_p->tx_vaddr); in eibnx_setup_txbufs()
468 swqe = &snd_p->tx_wqe[i]; in eibnx_setup_txbufs()
491 swqe->qe_sgl.ds_key = snd_p->tx_lkey; in eibnx_setup_txbufs()
966 eibnx_tx_t *snd_p = &info->ti_snd; in eibnx_rb_setup_txbufs() local
[all …]
H A Denx_q.c44 eibnx_tx_t *snd_p = &info->ti_snd; in eibnx_acquire_swqe() local
48 wqe = &(snd_p->tx_wqe[i]); in eibnx_acquire_swqe()