Lines Matching defs:state
156 /* set vport state */
163 /* set vport state */
240 * csio_get_port_state - Return FC local port state.
249 char state[16];
253 csio_lnode_state_to_str(ln, state);
254 if (!strcmp(state, "READY"))
256 else if (!strcmp(state, "OFFLINE"))
393 char state[16];
395 /* Set fc vport state based on phyiscal lnode */
396 csio_lnode_state_to_str(pln, state);
397 if (strcmp(state, "READY")) {
407 /* Set fc vport state based on virtual lnode */
408 csio_lnode_state_to_str(ln, state);
409 if (strcmp(state, "READY")) {