Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h25 ELS_PLOGI = 0x03, /* N_Port login */ enumerator
96 [ELS_PLOGI] = "PLOGI", \
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h911 case ELS_PLOGI: in fc_els_fill()
912 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()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.c842 if (iocb->u.isp24.status_subcode == ELS_PLOGI) in qlt_plogi_ack_unref()
985 (own->iocb.u.isp24.status_subcode == ELS_PLOGI)) { in qlt_free_session_done()
1015 (!own || own->iocb.u.isp24.status_subcode == ELS_PLOGI)) { in qlt_free_session_done()
1754 if (ntfy->u.isp24.status_subcode == ELS_PLOGI && in qlt_send_notify_ack()
4776 iocb->u.isp24.status_subcode == ELS_PLOGI && in qlt_handle_login()
4792 } else if (iocb->u.isp24.status_subcode == ELS_PLOGI && in qlt_handle_login()
4823 if (iocb->u.isp24.status_subcode == ELS_PLOGI) in qlt_handle_login()
4869 if (iocb->u.isp24.status_subcode == ELS_PLOGI) { in qlt_handle_login()
4984 case ELS_PLOGI: in qlt_24xx_handle_els()
H A Dqla_target.h486 #define ELS_PLOGI 0x3 macro
H A Dqla_iocb.c3768 if (ntfy->u.isp24.status_subcode == ELS_PLOGI && in qla2x00_send_notify_ack_iocb()
/openbmc/linux/drivers/s390/scsi/
H A Dzfcp_fc.c348 if (els_type == ELS_PLOGI) in zfcp_fc_incoming_els()
/openbmc/linux/drivers/scsi/elx/libefc_sli/
H A Dsli4.c1515 case ELS_PLOGI: in sli_els_request64_wqe()