Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c341 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
366 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
391 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
497 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_close()
560 (TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
580 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_attach()
627 if (!(TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
678 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
733 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
779 state->ts_operational_mode = TAVOR_HCA_MODE; in tavor_drv_init()
[all …]
H A Dtavor_ioctl.c664 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_info()
734 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_ports()
857 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_loopback()
1128 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_ddr_read()
1188 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_reg_read()
1249 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_reg_write()
H A Dtavor_umap.c137 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_devmap()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h335 int ts_operational_mode; member