Home
last modified time | relevance | path

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

/linux/drivers/scsi/libfc/
H A Dfc_lport.c1231 if ((ntohs(ct->ct_cmd) == FC_FS_RJT) && fc_host->fdmi_version == FDMI_V2) { in fc_lport_ms_resp()
1233 fc_host->fdmi_version = FDMI_V1; in fc_lport_ms_resp()
1481 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()
1509 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_enter_ms()
1622 if (fc_host->fdmi_version == FDMI_V2) { in fc_lport_timeout()
1624 fc_host->fdmi_version = FDMI_V1; in fc_lport_timeout()
1900 fc_host->fdmi_version = FDMI_V2; in fc_lport_init()
H A Dfc_encode.h217 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
374 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
470 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
576 if (fc_host->fdmi_version == FDMI_V2) { in fc_ct_ms_fill()
/linux/include/scsi/
H A Dscsi_transport_fc.h585 u8 fdmi_version; member