Searched refs:disc_resp (Results 1 – 1 of 1) sorted by relevance
158 void *disc_resp) in sas_set_ex_phy() argument162 struct smp_resp *resp = disc_resp; in sas_set_ex_phy()227 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() argument236 disc_resp, DISCOVER_RESP_SIZE); in sas_ex_phy_discover_helper()242 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper()252 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper()261 u8 *disc_resp; in sas_ex_phy_discover() local267 disc_resp = alloc_smp_req(DISCOVER_RESP_SIZE); in sas_ex_phy_discover()268 if (!disc_resp) { in sas_ex_phy_discover()276 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover()[all …]