Home
last modified time | relevance | path

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

/drivers/scsi/libsas/
Dsas_expander.c158 void *disc_resp) in sas_set_ex_phy() argument
162 struct smp_resp *resp = disc_resp; in sas_set_ex_phy()
227 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() argument
236 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() local
267 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 …]