Searched refs:snd_p (Results 1 – 2 of 2) sorted by relevance
428 eibnx_tx_t *snd_p = &info->ti_snd; in eibnx_setup_txbufs() local443 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 …]
44 eibnx_tx_t *snd_p = &info->ti_snd; in eibnx_acquire_swqe() local48 wqe = &(snd_p->tx_wqe[i]); in eibnx_acquire_swqe()