Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c391 if (!TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
419 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
447 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_open()
561 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_close()
629 (TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
653 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_attach()
704 if (!(TAVOR_IS_OPERATIONAL(state->ts_operational_mode))) { in tavor_attach()
763 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
824 if (TAVOR_IS_OPERATIONAL(state->ts_operational_mode)) { in tavor_detach()
876 state->ts_operational_mode = TAVOR_HCA_MODE; in tavor_drv_init()
[all …]
H A Dtavor_ioctl.c777 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_info()
862 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_ports()
1007 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_loopback()
1341 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_ddr_read()
1418 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_reg_read()
1494 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_ioctl_reg_write()
H A Dtavor_umap.c141 if (state->ts_operational_mode == TAVOR_MAINTENANCE_MODE) { in tavor_devmap()
/titanic_44/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor.h357 int ts_operational_mode; member