Searched refs:ELS_REC (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/include/uapi/scsi/fc/ |
D | fc_els.h | 41 ELS_REC = 0x13, /* read exchange concise */ enumerator 112 [ELS_REC] = "REC", \
|
/linux-6.6.21/drivers/scsi/qedf/ |
D | qedf_els.c | 1046 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.6.21/drivers/scsi/bnx2fc/ |
D | bnx2fc_els.c | 605 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.6.21/drivers/scsi/libfc/ |
D | fc_encode.h | 859 rec->rec_cmd = ELS_REC; in fc_rec_fill() 931 case ELS_REC: in fc_els_fill()
|
D | fc_rport.c | 1753 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()
|
D | fc_fcp.c | 1480 if (lport->tt.elsct_send(lport, rport->port_id, fp, ELS_REC, in fc_fcp_rec()
|
D | fc_exch.c | 1240 case ELS_REC: in fc_seq_els_rsp_send()
|