Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/aic94xx/
Daic94xx_sds.c974 struct asd_ctrla_phy_settings dflt_ps; in asd_process_ctrl_a_user() local
981 dflt_ps.id0 = 'h'; in asd_process_ctrl_a_user()
982 dflt_ps.num_phys = 8; in asd_process_ctrl_a_user()
984 memcpy(dflt_ps.phy_ent[i].sas_addr, in asd_process_ctrl_a_user()
986 dflt_ps.phy_ent[i].sas_link_rates = 0x98; in asd_process_ctrl_a_user()
987 dflt_ps.phy_ent[i].flags = 0x0; in asd_process_ctrl_a_user()
988 dflt_ps.phy_ent[i].sata_link_rates = 0x0; in asd_process_ctrl_a_user()
992 ps = &dflt_ps; in asd_process_ctrl_a_user()