Home
last modified time | relevance | path

Searched refs:DDI_HP_CN_STATE_PORT_EMPTY (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/os/
H A Dddi_hp_impl.c342 state = DDI_HP_CN_STATE_PORT_EMPTY; in ddihp_port_ops()
397 if (hdlp->cn_info.cn_state != DDI_HP_CN_STATE_PORT_EMPTY) { in ddihp_port_ops()
844 if (target_state < DDI_HP_CN_STATE_PORT_EMPTY || in ddihp_port_change_state()
872 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_port_upgrade_state()
952 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_port_downgrade_state()
957 new_state = DDI_HP_CN_STATE_PORT_EMPTY; in ddihp_port_downgrade_state()
/titanic_44/usr/src/uts/common/sys/
H A Dddi_hp.h47 DDI_HP_CN_STATE_PORT_EMPTY = 0x5000, /* PORT Empty */ enumerator
/titanic_44/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.h42 #define HP_IS_OFFLINE(s) ((s == DDI_HP_CN_STATE_PORT_EMPTY) || \
H A Dhotplugd_door.c743 case DDI_HP_CN_STATE_PORT_EMPTY: in state_str()
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/
H A Dhotplug.c45 case DDI_HP_CN_STATE_PORT_EMPTY: in ddihp_get_cn_state()
/titanic_44/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c923 if (target_state < DDI_HP_CN_STATE_PORT_EMPTY) { in pcie_hp_common_ops()
946 case DDI_HP_CN_STATE_PORT_EMPTY: in pcie_hp_common_ops()
/titanic_44/usr/src/cmd/hotplug/
H A Dhotplug.c84 { DDI_HP_CN_STATE_PORT_EMPTY, "PORT-EMPTY", 0 },