Searched refs:new_pkey (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c796 eib_ibt_chan_pkey(eib_t *ss, eib_chan_t *chan, ib_pkey_t new_pkey, argument
804 new_pkey, &new_pkey_ix);
809 ss->ei_hca_hdl, ss->ei_props->ep_port_num, new_pkey, ret);
818 if ((chan->ch_pkey == new_pkey) && (chan->ch_pkey_ix == new_pkey_ix)) {
897 chan->ch_pkey = new_pkey;
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibdm/
H A Dibdm.c5366 ib_pkey_t new_pkey; local
5401 * 1. if orig_pkey is invalid and new_pkey is valid
5402 * ---> add new_pkey to DM database
5403 * 2. if orig_pkey is valid and new_pkey is invalid
5405 * 3. if orig_pkey and new_pkey are both valid:
5407 * ---> add new_pkey to DM database
5408 * 4. if orig_pkey and new_pkey are both invalid:
5413 new_pkey = pinfop[pp].p_pkey_tbl[pidx];
5417 if (*orig_pkey == new_pkey)
5421 !IBDM_INVALID_PKEY(new_pkey)) {
[all...]

Completed in 72 milliseconds