Searched refs:pcba_sn (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/scsi/aic94xx/ |
D | aic94xx_sds.c | 425 u8 pcba_sn[ASD_PCBA_SN_SIZE]; member 716 memcpy(asd_ha->hw_prof.pcba_sn, ms->pcba_sn, ASD_PCBA_SN_SIZE); in asd_ms_get_pcba_sn() 717 asd_ha->hw_prof.pcba_sn[ASD_PCBA_SN_SIZE] = '\0'; in asd_ms_get_pcba_sn() 917 ASD_DPRINTK("manuf sect PCBA SN %s\n", asd_ha->hw_prof.pcba_sn); in asd_process_ms()
|
D | aic94xx_init.c | 313 return snprintf(buf, PAGE_SIZE, "%s\n", asd_ha->hw_prof.pcba_sn); in asd_show_dev_pcba_sn() 315 static DEVICE_ATTR(pcba_sn, S_IRUGO, asd_show_dev_pcba_sn, NULL); 822 asd_ha->hw_prof.pcba_sn, asd_ha->hw_prof.max_phys, in asd_pci_probe()
|
D | aic94xx_hwi.h | 109 char pcba_sn[ASD_PCBA_SN_SIZE+1]; member
|