Searched refs:node_ap_state (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/ib/ibnex/
H A Dibnex.h135 * Defines for node_ap_state:
164 unsigned int node_ap_state; member in struct:ibnex_node_data_s
/illumos-gate/usr/src/uts/common/io/ib/ibnex/
H A Dibnex_ioctl.c948 nodep->node_ap_state = IBNEX_NODE_AP_UNCONFIGURED;
1002 * unconfigured it earlier. Set the node_ap_state to configuring
1006 nodep->node_ap_state = IBNEX_NODE_AP_CONFIGURING;
1050 nodep->node_ap_state = IBNEX_NODE_AP_CONFIGURED;
1701 if (nodep->node_ap_state >= IBNEX_NODE_AP_UNCONFIGURED) {
H A Dibnex.c1961 if (node_data->node_ap_state == IBNEX_NODE_AP_UNCONFIGURED) {
2993 if (node_data && (node_data->node_ap_state ==
3537 node_data->node_ap_state = IBNEX_NODE_AP_CONFIGURED;
4168 if (node_data && node_data->node_ap_state ==

Completed in 57 milliseconds