Searched defs:state_arg (Results 1 - 1 of 1) sorted by relevance

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

Completed in 69 milliseconds