Home
last modified time | relevance | path

Searched refs:fdmi_version (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/libfc/
Dfc_lport.c1225 if ((ntohs(ct->ct_cmd) == FC_FS_RJT) && fc_host->fdmi_version == FDMI_V2) { in fc_lport_ms_resp()
1227 fc_host->fdmi_version = FDMI_V1; in fc_lport_ms_resp()
1475 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()
1503 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()
1616 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_timeout()
1618 fc_host->fdmi_version = FDMI_V1; in fc_lport_timeout()
1894 fc_host->fdmi_version = FDMI_V2; in fc_lport_init()
Dfc_encode.h215 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
372 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
468 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
574 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
/linux-6.1.9/include/scsi/
Dscsi_transport_fc.h586 u8 fdmi_version; member