Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/scsi/
Dscsi_transport_fc.h488 #define FC_SERIAL_NUMBER_SIZE 80 macro
500 char serial_number[FC_SERIAL_NUMBER_SIZE];
501 char manufacturer[FC_SERIAL_NUMBER_SIZE];
/kernel/linux/linux-5.10/drivers/s390/scsi/
Dzfcp_scsi.c885 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
887 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
896 snprintf(fc_host_manufacturer(shost), FC_SERIAL_NUMBER_SIZE, "%s", in zfcp_scsi_shost_update_config_data()
/kernel/linux/linux-5.10/drivers/scsi/fcoe/
Dfcoe.c837 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
841 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
/kernel/linux/linux-5.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()
/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_transport_fc.c1520 fc_private_host_rd_attr(serial_number, "%s\n", (FC_SERIAL_NUMBER_SIZE +1));
1521 fc_private_host_rd_attr(manufacturer, "%s\n", FC_SERIAL_NUMBER_SIZE + 1);