Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/fibre-channel/impl/
H A Dfctl.h81 #define FC_PORT_SPEED_MASK(state) ((state) & 0xFF00) macro
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_init.c4203 ha->state = FC_PORT_SPEED_MASK(ha->state) | FC_STATE_OFFLINE; in ql_vport_enable()
4269 vha->state = FC_PORT_SPEED_MASK(ha->state) | FC_STATE_OFFLINE; in ql_vport_create()
H A Dql_isr.c1054 FC_PORT_SPEED_MASK(ha->state); in ql_async_event()
H A Dql_api.c3909 ha->state = FC_PORT_SPEED_MASK(ha->state); in ql_reset()
3918 ha->state = FC_PORT_SPEED_MASK(ha->state); in ql_reset()
4569 cnt = FC_PORT_SPEED_MASK(ha->state) | in ql_port_manage()
10572 vha->state = FC_PORT_SPEED_MASK(vha->state); in ql_loop_online()
17219 (FC_PORT_SPEED_MASK(vha->state) | state) : state; in ql_port_state()
/titanic_41/usr/src/uts/common/io/fibre-channel/impl/
H A Dfp.c6937 state = FC_PORT_SPEED_MASK(port->fp_state) | FC_STATE_LOOP; in fp_statec_cb()
7879 switch (FC_PORT_SPEED_MASK(port->fp_state)) { in fp_fciocmd()