Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
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.c1254 return (HERMON_MAINTENANCE_MODE); in hermon_device_mode()
1288 case HERMON_MAINTENANCE_MODE: in hermon_drv_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()
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.h240 #define HERMON_MAINTENANCE_MODE 1 macro