Home
last modified time | relevance | path

Searched refs:ch_pkey (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c723 (void) eib_ibt_modify_chan_pkey(ss, chan, chan->ch_pkey); in eib_ibt_reset_partitions()
731 chan->ch_pkey); in eib_ibt_reset_partitions()
735 chan->ch_pkey); in eib_ibt_reset_partitions()
818 if ((chan->ch_pkey == new_pkey) && (chan->ch_pkey_ix == new_pkey_ix)) { in eib_ibt_chan_pkey()
897 chan->ch_pkey = new_pkey; in eib_ibt_chan_pkey()
915 ret = eib_ibt_chan_pkey(ss, chan, chan->ch_pkey, B_FALSE, &changed); in eib_ibt_has_chan_pkey_changed()
H A Deib_ctl.c61 chan->ch_pkey = ss->ei_admin_chan->ch_pkey; in eib_ctl_create_qp()
H A Deib_adm.c75 chan->ch_pkey = EIB_ADMIN_PKEY; in eib_adm_setup_qp()
H A Deib_data.c73 chan->ch_pkey = ss->ei_admin_chan->ch_pkey; in eib_data_create_qp()
/illumos-gate/usr/src/uts/common/sys/ib/clients/eoib/
H A Deib_impl.h468 ib_pkey_t ch_pkey; member