Home
last modified time | relevance | path

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

/linux/include/scsi/
H A Dscsi_transport_fc.h527 #define FC_SERIAL_NUMBER_SIZE 64 macro
543 char serial_number[FC_SERIAL_NUMBER_SIZE];
544 char manufacturer[FC_SERIAL_NUMBER_SIZE];
/linux/drivers/s390/scsi/
H A Dzfcp_scsi.c883 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
885 min(FC_SERIAL_NUMBER_SIZE, 17)); in zfcp_scsi_shost_update_config_data()
894 snprintf(fc_host_manufacturer(shost), FC_SERIAL_NUMBER_SIZE, "%s", in zfcp_scsi_shost_update_config_data()
/linux/drivers/scsi/fcoe/
H A Dfcoe.c836 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
840 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
/linux/drivers/scsi/
H A Dscsi_transport_fc.c1917 fc_private_host_rd_attr(serial_number, "%s\n", (FC_SERIAL_NUMBER_SIZE +1));
1918 fc_private_host_rd_attr(manufacturer, "%s\n", FC_SERIAL_NUMBER_SIZE + 1);