Searched refs:arr_phy (Results 1 - 4 of 4) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/mvsas/
H A Dmv_init.c424 struct asd_sas_phy **arr_phy; local
433 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL);
435 if (!arr_phy || !arr_port)
438 sha->sas_phy = arr_phy;
456 kfree(arr_phy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/pm8001/
H A Dpm8001_init.c443 struct asd_sas_phy **arr_phy; local
450 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL);
451 if (!arr_phy)
457 sha->sas_phy = arr_phy;
475 kfree(arr_phy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/mvsas/
H A Dmv_init.c424 struct asd_sas_phy **arr_phy; local
433 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL);
435 if (!arr_phy || !arr_port)
438 sha->sas_phy = arr_phy;
456 kfree(arr_phy);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/pm8001/
H A Dpm8001_init.c443 struct asd_sas_phy **arr_phy; local
450 arr_phy = kcalloc(phy_nr, sizeof(void *), GFP_KERNEL);
451 if (!arr_phy)
457 sha->sas_phy = arr_phy;
475 kfree(arr_phy);

Completed in 75 milliseconds