Searched refs:FC_SERIAL_NUMBER_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux/include/scsi/ |
H A D | scsi_transport_fc.h | 527 #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 D | zfcp_scsi.c | 883 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 D | fcoe.c | 836 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info() 840 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
|
/linux/drivers/scsi/ |
H A D | scsi_transport_fc.c | 1917 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);
|