Searched refs:disc_resp (Results 1 – 1 of 1) sorted by relevance
384 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() argument392 disc_resp, DISCOVER_RESP_SIZE); in sas_ex_phy_discover_helper()395 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper()400 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper()409 u8 *disc_resp; in sas_ex_phy_discover() local415 disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE); in sas_ex_phy_discover()416 if (!disc_resp) { in sas_ex_phy_discover()424 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover()430 disc_resp, i); in sas_ex_phy_discover()436 kfree(disc_resp); in sas_ex_phy_discover()[all …]