Home
last modified time | relevance | path

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

/linux/include/scsi/
A 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/drivers/s390/scsi/
A 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/drivers/scsi/fcoe/
A Dfcoe.c835 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
839 FC_SERIAL_NUMBER_SIZE, in fcoe_fdmi_info()
/linux/drivers/scsi/qedf/
A 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/drivers/scsi/
A Dscsi_transport_fc.c1931 fc_private_host_rd_attr(serial_number, "%s\n", (FC_SERIAL_NUMBER_SIZE +1));
1932 fc_private_host_rd_attr(manufacturer, "%s\n", FC_SERIAL_NUMBER_SIZE + 1);

Completed in 26 milliseconds