Lines Matching refs:response
230 /* Status write response codes */
280 struct sbp2_pointer response;
285 __be32 response[4];
551 int lun_or_login_id, void *response)
567 dma_map_single(device->card->device, &orb->response,
568 sizeof(orb->response), DMA_FROM_DEVICE);
572 orb->request.response.high = 0;
573 orb->request.response.low = cpu_to_be32(orb->response_bus);
580 MANAGEMENT_ORB_RESPONSE_LENGTH(sizeof(orb->response)));
638 sizeof(orb->response), DMA_FROM_DEVICE);
640 if (response)
641 memcpy(response, orb->response, sizeof(orb->response));
805 struct sbp2_login_response response;
822 SBP2_LOGIN_REQUEST, lu->lun, &response) < 0) {
840 ((u64)(be32_to_cpu(response.command_block_agent.high) & 0xffff)
841 << 32) | be32_to_cpu(response.command_block_agent.low);
842 lu->login_id = be32_to_cpu(response.misc) & 0xffff;