Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/libsas/
Dsas_expander.c353 u8 *disc_resp, int single) in sas_ex_phy_discover_helper() argument
361 disc_resp, DISCOVER_RESP_SIZE); in sas_ex_phy_discover_helper()
364 dr = &((struct smp_resp *)disc_resp)->disc; in sas_ex_phy_discover_helper()
369 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper()
378 u8 *disc_resp; in sas_ex_phy_discover() local
384 disc_resp = alloc_smp_resp(DISCOVER_RESP_SIZE); in sas_ex_phy_discover()
385 if (!disc_resp) { in sas_ex_phy_discover()
393 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover()
399 disc_resp, i); in sas_ex_phy_discover()
405 kfree(disc_resp); in sas_ex_phy_discover()
[all …]