Home
last modified time | relevance | path

Searched refs:ELS_CMD_FLOGI (Results 1 – 7 of 7) sorted by relevance

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_els.c197 case ELS_CMD_FLOGI: /* Fabric login */ in emlxs_els_handle_event()
312 case ELS_CMD_FLOGI: /* Fabric login */ in emlxs_els_handle_event()
406 case ELS_CMD_FLOGI: in emlxs_els_handle_unsol_req()
1184 ELS_CMD_FLOGI, LSRJT_PROTOCOL_ERR, LSEXP_NOTHING_MORE); in emlxs_process_unsol_flogi()
1270 ELS_CMD_FLOGI, LSRJT_LOGICAL_BSY, LSEXP_OUT_OF_RESOURCE); in emlxs_handle_unsol_flogi()
1280 ub_priv->cmd = ELS_CMD_FLOGI; in emlxs_handle_unsol_flogi()
2557 case ELS_CMD_FLOGI: in emlxs_els_reply()
H A Demlxs_fct.c677 ELS_CMD_ACC, ELS_CMD_FLOGI, 0, 0);
681 ELS_CMD_LS_RJT, ELS_CMD_FLOGI,
691 ELS_CMD_LS_RJT, ELS_CMD_FLOGI,
720 ELS_CMD_LS_RJT, ELS_CMD_FLOGI,
3219 case ELS_CMD_FLOGI:
3338 if ((cmd_code != ELS_CMD_FLOGI) &&
H A Demlxs_solaris.c940 {ELS_CMD_FLOGI, "FLOGI"},
9055 case ELS_CMD_FLOGI: in emlxs_send_els()
9244 case ELS_CMD_FLOGI: in emlxs_send_els()
9251 if ((cmd == ELS_CMD_FLOGI) || (cmd == ELS_CMD_FDISC)) { in emlxs_send_els()
9301 case ELS_CMD_FLOGI: in emlxs_send_els()
9635 case ELS_CMD_FLOGI: in emlxs_send_els_rsp()
10912 case ELS_CMD_FLOGI: in emlxs_swap_els_pkt()
11107 case ELS_CMD_FLOGI: in emlxs_swap_els_ub()
H A Demlxs_sli4.c4451 if ((cmd == ELS_CMD_ACC) && (sbp->ucmd == ELS_CMD_FLOGI)) { in emlxs_sli4_prep_els_iocb()
4536 case ELS_CMD_FLOGI: in emlxs_sli4_prep_els_iocb()
6461 case ELS_CMD_FLOGI: in emlxs_sli4_process_unsol_rcv()
H A Demlxs_sli3.c4033 if ((cmd == ELS_CMD_FLOGI) || in emlxs_sli3_prep_els_iocb()
H A Demlxs_fcf.c12909 *((uint32_t *)pkt->pkt_cmd) = (uint32_t)ELS_CMD_FLOGI; in emlxs_vpi_logi_action()
12928 *((uint32_t *)pkt->pkt_cmd) = (uint32_t)ELS_CMD_FLOGI; in emlxs_vpi_logi_action()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_hw.h1337 #define ELS_CMD_FLOGI 0x04000000 macro
1385 #define ELS_CMD_FLOGI 0x04 macro