Home
last modified time | relevance | path

Searched refs:fx_op (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dfct.h269 uint8_t fx_op; /* ELS_OP_FLOGI or ELS_OP_ACC/RJT */ member
/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c420 fx.fx_op = ELS_OP_FLOGI; in fct_do_flogi()
451 } else if ((ret == FCT_SUCCESS) && (fx.fx_op == ELS_OP_LSRJT)) { in fct_do_flogi()
475 fx.fx_op, fx.fx_rjt_reason, fx.fx_rjt_expl); in fct_do_flogi()
483 ASSERT(fx.fx_op == ELS_OP_ACC); in fct_do_flogi()
526 fx->fx_op = ELS_OP_ACC; in fct_handle_rcvd_flogi()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fct.c630 if (port->fx.fx_op) {
675 if (fx->fx_op == ELS_OP_ACC) {
724 if (port->fx.fx_op) {
1903 fx->fx_op = ELS_OP_LSRJT;
1908 fx->fx_op = ELS_OP_ACC;
3237 fx.fx_op = ELS_OP_FLOGI;