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

/illumos-gate/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_ibt.c801 uint16_t new_pkey_ix; local
804 new_pkey, &new_pkey_ix);
818 if ((chan->ch_pkey == new_pkey) && (chan->ch_pkey_ix == new_pkey_ix)) {
869 qp_attr.qp_transport.ud.ud_pkey_ix = new_pkey_ix;
884 "failed for new_pkey_ix=0x%x, ret=%d",
885 chan->ch_chan, new_pkey_ix, ret);
898 chan->ch_pkey_ix = new_pkey_ix;

Completed in 67 milliseconds