Home
last modified time | relevance | path

Searched refs:IBT_PORT_RESET_QKEY (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibtl/
H A Dibtl_types.h664 IBT_PORT_RESET_QKEY = 1 << 0, /* Reset Q_Key violation */ enumerator
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_misc.c1793 reset_qkey = (flags & IBT_PORT_RESET_QKEY) ? 1 : 0; in tavor_port_modify()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_misc.c2079 if (flags & IBT_PORT_RESET_QKEY) in hermon_port_modify()