Lines Matching refs:request
296 } request; member
324 } request; member
418 static void sbp2_status_write(struct fw_card *card, struct fw_request *request, in sbp2_status_write() argument
430 fw_send_response(card, request, RCODE_TYPE_ERROR); in sbp2_status_write()
443 fw_send_response(card, request, RCODE_COMPLETE); in sbp2_status_write()
466 fw_send_response(card, request, RCODE_COMPLETE); in sbp2_status_write()
583 orb->request.response.high = 0; in sbp2_send_management_orb()
584 orb->request.response.low = cpu_to_be32(orb->response_bus); in sbp2_send_management_orb()
586 orb->request.misc = cpu_to_be32( in sbp2_send_management_orb()
590 orb->request.length = cpu_to_be32( in sbp2_send_management_orb()
593 orb->request.status_fifo.high = in sbp2_send_management_orb()
595 orb->request.status_fifo.low = in sbp2_send_management_orb()
600 orb->request.misc |= cpu_to_be32( in sbp2_send_management_orb()
612 dma_map_single(device->card->device, &orb->request, in sbp2_send_management_orb()
613 sizeof(orb->request), DMA_TO_DEVICE); in sbp2_send_management_orb()
646 sizeof(orb->request), DMA_TO_DEVICE); in sbp2_send_management_orb()
1300 if (orb->request.misc & cpu_to_be32(COMMAND_ORB_PAGE_TABLE_PRESENT)) in sbp2_unmap_scatterlist()
1391 sizeof(orb->request), DMA_TO_DEVICE); in complete_command_orb()
1416 orb->request.data_descriptor.high = in sbp2_map_scatterlist()
1418 orb->request.data_descriptor.low = in sbp2_map_scatterlist()
1420 orb->request.misc |= in sbp2_map_scatterlist()
1443 orb->request.data_descriptor.high = cpu_to_be32(lu->tgt->address_high); in sbp2_map_scatterlist()
1444 orb->request.data_descriptor.low = cpu_to_be32(orb->page_table_bus); in sbp2_map_scatterlist()
1445 orb->request.misc |= cpu_to_be32(COMMAND_ORB_PAGE_TABLE_PRESENT | in sbp2_map_scatterlist()
1474 orb->request.next.high = cpu_to_be32(SBP2_ORB_NULL); in sbp2_scsi_queuecommand()
1475 orb->request.misc = cpu_to_be32( in sbp2_scsi_queuecommand()
1481 orb->request.misc |= cpu_to_be32(COMMAND_ORB_DIRECTION); in sbp2_scsi_queuecommand()
1489 memcpy(orb->request.command_block, cmd->cmnd, cmd->cmd_len); in sbp2_scsi_queuecommand()
1493 dma_map_single(device->card->device, &orb->request, in sbp2_scsi_queuecommand()
1494 sizeof(orb->request), DMA_TO_DEVICE); in sbp2_scsi_queuecommand()