Searched refs:pcba_sn (Results 1 – 3 of 3) sorted by relevance
/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 407 u8 pcba_sn[ASD_PCBA_SN_SIZE]; member 700 memcpy(asd_ha->hw_prof.pcba_sn, ms->pcba_sn, ASD_PCBA_SN_SIZE); in asd_ms_get_pcba_sn() 701 asd_ha->hw_prof.pcba_sn[ASD_PCBA_SN_SIZE] = '\0'; in asd_ms_get_pcba_sn() 903 ASD_DPRINTK("manuf sect PCBA SN %s\n", asd_ha->hw_prof.pcba_sn); in asd_process_ms()
|
D | aic94xx_init.c | 284 return snprintf(buf, PAGE_SIZE, "%s\n", asd_ha->hw_prof.pcba_sn); in asd_show_dev_pcba_sn() 286 static DEVICE_ATTR(pcba_sn, S_IRUGO, asd_show_dev_pcba_sn, NULL); 781 asd_ha->hw_prof.pcba_sn, asd_ha->hw_prof.max_phys, in asd_pci_probe()
|
D | aic94xx_hwi.h | 91 char pcba_sn[ASD_PCBA_SN_SIZE+1]; member
|