Lines Matching defs:identify_resp
1747 struct aac_ciss_identify_pd *identify_resp;
1752 identify_resp = dev->hba_map[bus][target].safw_identify_resp;
1753 if (identify_resp == NULL) {
1758 if (identify_resp->current_queue_depth_limit <= 0 ||
1759 identify_resp->current_queue_depth_limit > 255)
1763 identify_resp->current_queue_depth_limit;
1767 struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target)
1792 *identify_resp = identify_reply;
1927 struct aac_ciss_identify_pd *identify_resp = NULL;
1937 &identify_resp, bus, target);
1942 dev->hba_map[bus][target].safw_identify_resp = identify_resp;