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
449 attr.mr_vaddr = snd_p->tx_vaddr; in eibnx_setup_txbufs()
461 snd_p->tx_lkey = desc.md_lkey; in eibnx_setup_txbufs()
468 swqe = &snd_p->tx_wqe[i]; in eibnx_setup_txbufs()
978 swqe = &snd_p->tx_wqe[i]; in eibnx_rb_setup_txbufs()
1002 snd_p->tx_lkey = 0; in eibnx_rb_setup_txbufs()
1003 if (snd_p->tx_mr) { in eibnx_rb_setup_txbufs()
1008 snd_p->tx_mr, ret); in eibnx_rb_setup_txbufs()
1010 snd_p->tx_mr = NULL; in eibnx_rb_setup_txbufs()
1016 if (snd_p->tx_vaddr) { in eibnx_rb_setup_txbufs()
[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()