Lines Matching refs:response
229 /* Status write response codes */
279 struct sbp2_pointer response;
284 __be32 response[4];
550 int lun_or_login_id, void *response)
566 dma_map_single(device->card->device, &orb->response,
567 sizeof(orb->response), DMA_FROM_DEVICE);
571 orb->request.response.high = 0;
572 orb->request.response.low = cpu_to_be32(orb->response_bus);
579 MANAGEMENT_ORB_RESPONSE_LENGTH(sizeof(orb->response)));
637 sizeof(orb->response), DMA_FROM_DEVICE);
639 if (response)
640 memcpy(response, orb->response, sizeof(orb->response));
804 struct sbp2_login_response response;
821 SBP2_LOGIN_REQUEST, lu->lun, &response) < 0) {
839 ((u64)(be32_to_cpu(response.command_block_agent.high) & 0xffff)
840 << 32) | be32_to_cpu(response.command_block_agent.low);
841 lu->login_id = be32_to_cpu(response.misc) & 0xffff;