Home
last modified time | relevance | path

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

/illumos-gate/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()
604 HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
652 if (HERMON_IS_OPERATIONAL(state->hs_operational_mode)) { in hermon_attach()
1283 state->hs_operational_mode = hermon_device_mode(state); in hermon_drv_init()
1284 switch (state->hs_operational_mode) { in hermon_drv_init()
1721 if (state->hs_operational_mode == HERMON_HCA_MODE) { in hermon_hw_init()
1738 state->hs_operational_mode = HERMON_MAINTENANCE_MODE; in hermon_hw_init()
1809 state->hs_operational_mode = HERMON_MAINTENANCE_MODE; in hermon_hw_init()
[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()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon.h399 int hs_operational_mode; member