Lines Matching defs:identify_resp
1760 struct aac_ciss_identify_pd *identify_resp;
1765 identify_resp = dev->hba_map[bus][target].safw_identify_resp;
1766 if (identify_resp == NULL) {
1771 if (identify_resp->current_queue_depth_limit <= 0 ||
1772 identify_resp->current_queue_depth_limit > 255)
1776 identify_resp->current_queue_depth_limit;
1780 struct aac_ciss_identify_pd **identify_resp, u32 bus, u32 target)
1805 *identify_resp = identify_reply;
1935 struct aac_ciss_identify_pd *identify_resp = NULL;
1945 &identify_resp, bus, target);
1950 dev->hba_map[bus][target].safw_identify_resp = identify_resp;