Home
last modified time | relevance | path

Searched refs:FC_SERIAL_NUMBER_SIZE (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/include/scsi/
Dscsi_transport_fc.h524 #define FC_SERIAL_NUMBER_SIZE 64 macro
540 char serial_number[FC_SERIAL_NUMBER_SIZE];
541 char manufacturer[FC_SERIAL_NUMBER_SIZE];
/linux-5.19.10/drivers/s390/scsi/
Dzfcp_scsi.c882 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
884 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
893 snprintf(fc_host_manufacturer(shost), FC_SERIAL_NUMBER_SIZE, "%s", in zfcp_scsi_shost_update_config_data()
/linux-5.19.10/drivers/scsi/fcoe/
Dfcoe.c836 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
840 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
/linux-5.19.10/drivers/scsi/qedf/
Dqedf_main.c1680 FC_SERIAL_NUMBER_SIZE, in qedf_setup_fdmi()
1686 FC_SERIAL_NUMBER_SIZE, "Unknown"); in qedf_setup_fdmi()
1689 FC_SERIAL_NUMBER_SIZE, "%s", "Marvell Semiconductor Inc."); in qedf_setup_fdmi()
/linux-5.19.10/drivers/scsi/
Dscsi_transport_fc.c1924 fc_private_host_rd_attr(serial_number, "%s\n", (FC_SERIAL_NUMBER_SIZE +1));
1925 fc_private_host_rd_attr(manufacturer, "%s\n", FC_SERIAL_NUMBER_SIZE + 1);