Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/scsi/libsas/
Dsas_expander.c179 struct smp_disc_resp *disc_resp) in sas_set_ex_phy() argument
184 struct discover_resp *dr = &disc_resp->disc; in sas_set_ex_phy()
201 switch (disc_resp->result) { in sas_set_ex_phy()
353 struct smp_disc_resp *disc_resp, in sas_ex_phy_discover_helper() argument
356 struct discover_resp *dr = &disc_resp->disc; in sas_ex_phy_discover_helper()
362 disc_resp, DISCOVER_RESP_SIZE); in sas_ex_phy_discover_helper()
369 sas_set_ex_phy(dev, single, disc_resp); in sas_ex_phy_discover_helper()
378 struct smp_disc_resp *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()
[all …]