Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/aacraid/
Daachba.c1742 struct aac_ciss_identify_pd *identify_resp; in aac_set_safw_target_qd() local
1747 identify_resp = dev->hba_map[bus][target].safw_identify_resp; in aac_set_safw_target_qd()
1748 if (identify_resp == NULL) { in aac_set_safw_target_qd()
1753 if (identify_resp->current_queue_depth_limit <= 0 || in aac_set_safw_target_qd()
1754 identify_resp->current_queue_depth_limit > 255) in aac_set_safw_target_qd()
1758 identify_resp->current_queue_depth_limit; in aac_set_safw_target_qd()
1762 struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target) in aac_issue_safw_bmic_identify() argument
1787 *identify_resp = identify_reply; in aac_issue_safw_bmic_identify()
1922 struct aac_ciss_identify_pd *identify_resp = NULL; in aac_get_safw_attr_all_targets() local
1932 &identify_resp, bus, target); in aac_get_safw_attr_all_targets()
[all …]