Home
last modified time | relevance | path

Searched refs:hs_operational_mode (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c372 if (!HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
397 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
422 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_open()
528 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_close()
596 (HERMON_IS_OPERATIONAL(state->hs_operational_mode))) { in hermon_attach()
604 HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
652 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
696 if (!(HERMON_IS_OPERATIONAL(state->hs_operational_mode))) { in hermon_attach()
762 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_detach()
817 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_detach()
[all …]
H A Dhermon_ioctl.c769 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_ioctl_info()
836 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_ioctl_ports()
959 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_ioctl_loopback()
1238 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_ioctl_reg_read()
1313 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_ioctl_reg_write()
H A Dhermon_umap.c153 if (state->hs_operational_mode == HERMON_MAINTENANCE_MODE) { in hermon_devmap()
/titanic_50/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h400 int hs_operational_mode; member