Home
last modified time | relevance | path

Searched refs:ELS_PLOGI (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/scsi/elx/libefc/
H A Defc_fabric.c447 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_ns_plogi_wait_rsp()
1326 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp()
1342 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp()
1423 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp_recvd_prli()
1441 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_p2p_wait_plogi_rsp_recvd_prli()
H A Defc_device.c758 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_d_wait_plogi_rsp()
776 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_d_wait_plogi_rsp()
787 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_d_wait_plogi_rsp()
841 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_d_wait_plogi_rsp_recvd_prli()
860 if (efc_node_check_els_req(ctx, evt, arg, ELS_PLOGI, in __efc_d_wait_plogi_rsp_recvd_prli()
H A Defc_node.c934 {ELS_PLOGI, EFC_EVT_PLOGI_RCVD, sizeof(struct fc_els_flogi)}, in efc_node_recv_els_frame()
H A Defc_els.c413 plogi->fl_cmd = ELS_PLOGI; in efc_send_plogi()
/linux/include/uapi/scsi/fc/
H A Dfc_els.h31 ELS_PLOGI = 0x03, /* N_Port login */ enumerator
102 [ELS_PLOGI] = "PLOGI", \
/linux/drivers/scsi/libfc/
H A Dfc_encode.h913 case ELS_PLOGI: in fc_els_fill()
914 fc_plogi_fill(lport, fp, ELS_PLOGI); in fc_els_fill()
H A Dfc_rport.c1097 if (!lport->tt.elsct_send(lport, rdata->ids.port_id, fp, ELS_PLOGI, in fc_rport_enter_plogi()
1810 case ELS_PLOGI: in fc_rport_recv_req()
/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c835 if (iocb->u.isp24.status_subcode == ELS_PLOGI) in qlt_plogi_ack_unref()
978 (own->iocb.u.isp24.status_subcode == ELS_PLOGI)) { in qlt_free_session_done()
1008 (!own || own->iocb.u.isp24.status_subcode == ELS_PLOGI)) { in qlt_free_session_done()
1703 if (ntfy->u.isp24.status_subcode == ELS_PLOGI && in qlt_send_notify_ack()
5077 iocb->u.isp24.status_subcode == ELS_PLOGI && in qlt_handle_login()
5093 } else if (iocb->u.isp24.status_subcode == ELS_PLOGI && in qlt_handle_login()
5124 if (iocb->u.isp24.status_subcode == ELS_PLOGI) in qlt_handle_login()
5170 if (iocb->u.isp24.status_subcode == ELS_PLOGI) { in qlt_handle_login()
6142 case ELS_PLOGI: in qlt_24xx_handle_els()
H A Dqla_target.h487 #define ELS_PLOGI 0x3 macro
H A Dqla_iocb.c3766 if (ntfy->u.isp24.status_subcode == ELS_PLOGI && in qla2x00_send_notify_ack_iocb()
/linux/drivers/s390/scsi/
H A Dzfcp_fc.c347 if (els_type == ELS_PLOGI) in zfcp_fc_incoming_els()
/linux/drivers/scsi/fnic/
H A Dfdls_disc.c471 .fl_cmd = ELS_PLOGI, in fdls_init_plogi_frame()
4824 case ELS_PLOGI: in fnic_fdls_validate_and_get_frame_type()
/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1515 case ELS_PLOGI: in sli_els_request64_wqe()