Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/scsi/fc/
Dfc_els.h28 ELS_REC = 0x13, enumerator
90 [ELS_REC] = "REC", \
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/scsi/fc/
Dfc_els.h42 ELS_REC = 0x13, enumerator
88 …_RLS] = "RLS",[ELS_ECHO] = "ECHO",[ELS_TEST] = "TEST",[ELS_RRQ] = "RRQ",[ELS_REC] = "REC",[ELS_SRR…
/kernel/linux/linux-5.10/include/uapi/scsi/fc/
Dfc_els.h41 ELS_REC = 0x13, /* read exchange concise */ enumerator
111 [ELS_REC] = "REC", \
/kernel/linux/linux-5.10/include/scsi/
Dfc_encode.h635 rec->rec_cmd = ELS_REC; in fc_rec_fill()
707 case ELS_REC: in fc_els_fill()
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
Dbnx2fc_els.c605 rec.rec_cmd = ELS_REC; in bnx2fc_send_rec()
610 rc = bnx2fc_initiate_els(tgt, ELS_REC, &rec, sizeof(rec), in bnx2fc_send_rec()
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_els.c1046 rec.rec_cmd = ELS_REC; in qedf_send_rec()
1055 rc = qedf_initiate_els(fcport, ELS_REC, &rec, sizeof(rec), in qedf_send_rec()
/kernel/linux/linux-5.10/drivers/scsi/libfc/
Dfc_rport.c1753 case ELS_REC: in fc_rport_recv_els_req()
1754 fc_seq_els_rsp_send(fp, ELS_REC, NULL); in fc_rport_recv_els_req()
1820 case ELS_REC: in fc_rport_recv_req()
Dfc_fcp.c1485 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC, in fc_fcp_rec()
Dfc_exch.c1242 case ELS_REC: in fc_seq_els_rsp_send()