Searched refs:sas_phys (Results 1 - 2 of 2) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/aic94xx/
H A Daic94xx_init.c690 struct asd_sas_phy **sas_phys = local
691 kcalloc(ASD_MAX_PHYS, sizeof(*sas_phys), GFP_KERNEL);
695 if (!sas_phys || !sas_ports) {
696 kfree(sas_phys);
706 sas_phys[i] = &asd_ha->phys[i].sas_phy;
710 asd_ha->sas_ha.sas_phy = sas_phys;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/aic94xx/
H A Daic94xx_init.c690 struct asd_sas_phy **sas_phys = local
691 kcalloc(ASD_MAX_PHYS, sizeof(*sas_phys), GFP_KERNEL);
695 if (!sas_phys || !sas_ports) {
696 kfree(sas_phys);
706 sas_phys[i] = &asd_ha->phys[i].sas_phy;
710 asd_ha->sas_ha.sas_phy = sas_phys;

Completed in 105 milliseconds