Searched refs:FC_SERIAL_NUMBER_SIZE (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/include/scsi/ |
D | scsi_transport_fc.h | 524 #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/ |
D | zfcp_scsi.c | 882 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/ |
D | fcoe.c | 836 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info() 840 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
|
/linux-5.19.10/drivers/scsi/qedf/ |
D | qedf_main.c | 1680 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/ |
D | scsi_transport_fc.c | 1924 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);
|