Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c921 pcie_hp_port_state_t state_arg; in pcie_hp_common_ops() local
931 state_arg.rv = DDI_FAILURE; in pcie_hp_common_ops()
932 state_arg.cn_name = cn_name; in pcie_hp_common_ops()
933 ndi_hp_walk_cn(dip, pcie_hp_get_port_state, &state_arg); in pcie_hp_common_ops()
934 if (state_arg.rv != DDI_SUCCESS) { in pcie_hp_common_ops()
938 curr_state = state_arg.cn_state; in pcie_hp_common_ops()