Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/scsi/libsas/
Dsas_expander.c372 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() argument
380 disc_resp, DISCOVER_RESP_SIZE); in sas_ex_phy_discover_helper()
383 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper()
388 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper()
397 u8 *disc_resp; in sas_ex_phy_discover() local
403 disc_resp = alloc_smp_req(DISCOVER_RESP_SIZE); in sas_ex_phy_discover()
404 if (!disc_resp) { in sas_ex_phy_discover()
412 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover()
418 disc_resp, i); in sas_ex_phy_discover()
424 kfree(disc_resp); in sas_ex_phy_discover()
[all …]