Searched refs:fp_state (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/boot/sys/boot/efi/include/
H A Defifpswa.h31 IN OUT VOID *fp_state
/illumos-gate/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl_private.h412 * fp_state sort of tracks the state of the link at the local port.
418 * The legal values for fp_state are given above.
420 volatile uint32_t fp_state; member in struct:fc_local_port
565 * values as fp_state above, including FC_STATE_OFFLINE, FC_STATE_LOOP,
/illumos-gate/usr/src/cmd/mdb/common/modules/fctl/
H A Dfctl.c180 port.fp_state, port.fp_soft_state,
472 mdb_printf(" fp_state : 0x%-8x\n", port.fp_state);
/illumos-gate/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c2686 port->fp_state = FC_STATE_OFFLINE;
2770 port->fp_state = FC_STATE_OFFLINE;
2913 state = FC_PORT_STATE_MASK(port->fp_state);
3095 (port->fp_statec_busy || FC_PORT_STATE_MASK(port->fp_state) ==
3118 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
3759 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
4361 if ((FC_PORT_STATE_MASK(port->fp_state) != FC_STATE_OFFLINE) ||
4897 FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ? 1 : 0;
5903 state = FC_PORT_STATE_MASK(port->fp_state);
6044 FC_PORT_STATE_MASK(port->fp_state)
[all...]
H A Dfctl.c953 if (FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) {
1061 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
1381 if (((FC_PORT_STATE_MASK(port->fp_state)) == FC_STATE_OFFLINE) ||
1496 if ((FC_PORT_STATE_MASK(port->fp_state) == FC_STATE_OFFLINE) ||
2514 info.port_state = port->fp_state;

Completed in 110 milliseconds