Searched refs:disc_req (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/scsi/libsas/ |
D | sas_expander.c | 383 static int sas_ex_phy_discover_helper(struct domain_device *dev, u8 *disc_req, in sas_ex_phy_discover_helper() argument 389 disc_req[9] = single; in sas_ex_phy_discover_helper() 391 res = smp_execute_task(dev, disc_req, DISCOVER_REQ_SIZE, in sas_ex_phy_discover_helper() 408 u8 *disc_req; in sas_ex_phy_discover() local 411 disc_req = alloc_smp_req(DISCOVER_REQ_SIZE); in sas_ex_phy_discover() 412 if (!disc_req) in sas_ex_phy_discover() 417 kfree(disc_req); in sas_ex_phy_discover() 421 disc_req[1] = SMP_DISCOVER; in sas_ex_phy_discover() 424 res = sas_ex_phy_discover_helper(dev, disc_req, disc_resp, single); in sas_ex_phy_discover() 429 res = sas_ex_phy_discover_helper(dev, disc_req, in sas_ex_phy_discover() [all …]
|
/Linux-v4.19/drivers/scsi/bfa/ |
D | bfa_defs_svc.h | 296 u32 disc_req; /* Discovery solicit requests */ member 643 u64 disc_req; /* Discovery requests */ member
|