Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/scsi/fc/
Dfc_els.h41 ELS_REC = 0x13, /* read exchange concise */ enumerator
112 [ELS_REC] = "REC", \
/linux-6.1.9/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()
/linux-6.1.9/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()
/linux-6.1.9/drivers/scsi/libfc/
Dfc_encode.h859 rec->rec_cmd = ELS_REC; in fc_rec_fill()
931 case ELS_REC: in fc_els_fill()
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.c1475 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC, in fc_fcp_rec()
Dfc_exch.c1240 case ELS_REC: in fc_seq_els_rsp_send()