Home
last modified time | relevance | path

Searched refs:ELS_PRLI (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/uapi/scsi/fc/
H A Dfc_els.h47 ELS_PRLI = 0x20, /* process login */ enumerator
118 [ELS_PRLI] = "PRLI", \
/openbmc/linux/drivers/scsi/elx/libefc/
H A Defc_device.c1171 if (efc_node_check_els_req(ctx, evt, arg, ELS_PRLI, in __efc_d_port_logged_in()
1185 if (efc_node_check_els_req(ctx, evt, arg, ELS_PRLI, in __efc_d_port_logged_in()
1202 if (efc_node_check_els_req(ctx, evt, arg, ELS_PRLI, in __efc_d_port_logged_in()
H A Defc_node.c937 {ELS_PRLI, EFC_EVT_PRLI_RCVD, prli_size}, in efc_node_recv_els_frame()
H A Defc_els.c502 pp->prli.prli_cmd = ELS_PRLI; in efc_send_prli()
/openbmc/linux/drivers/scsi/libfc/
H A Dfc_encode.h877 pp->prli.prli_cmd = ELS_PRLI; in fc_prli_fill()
935 case ELS_PRLI: in fc_els_fill()
H A Dfc_rport.c1721 if (fc_frame_payload_op(fp) == ELS_PRLI) { in fc_rport_recv_els_req()
1740 case ELS_PRLI: in fc_rport_recv_els_req()
1816 case ELS_PRLI: in fc_rport_recv_req()
/openbmc/linux/drivers/scsi/qla2xxx/
H A Dqla_target.h489 #define ELS_PRLI 0x20 macro
H A Dqla_target.c996 ELS_PRLI) && ha->flags.rida_fmt2) { in qlt_free_session_done()
4882 if (iocb->u.isp24.status_subcode == ELS_PRLI) { in qlt_handle_login()
4988 case ELS_PRLI: in qlt_24xx_handle_els()
H A Dqla_os.c5399 if (pla->iocb.u.isp24.status_subcode == ELS_PRLI) { in qla24xx_create_new_sess()