Searched refs:command_packet (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.c359 TW_Command *command_packet; local
377 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
378 memset(command_packet, 0, sizeof(TW_Sector));
379 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_GET_PARAM);
380 command_packet->size = 4;
381 command_packet->request_id = request_id;
382 command_packet->status = 0;
383 command_packet->flags = 0;
384 command_packet->byte6.parameter_count = 1;
405 command_packet
489 TW_Command *command_packet; local
885 TW_Command *command_packet; local
940 TW_Command *command_packet; local
1231 TW_Command *command_packet; local
1329 TW_Command *command_packet; local
1428 TW_Command *command_packet; local
1527 TW_Command *command_packet; local
1639 TW_Command *command_packet; local
1676 TW_Command *command_packet; local
1837 TW_Command *command_packet; local
[all...]
H A D3w-sas.c330 TW_Command_Apache *command_packet; local
348 command_packet = &full_command_packet->command.newcommand;
349 command_packet->status = 0;
350 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI);
354 memcpy(command_packet->cdb, srb->cmnd, TW_MAX_CDB_LEN);
356 memcpy(command_packet->cdb, cdb, TW_MAX_CDB_LEN);
359 command_packet->unit = srb->device->id;
360 command_packet->request_id__lunl =
363 command_packet->request_id__lunl =
365 command_packet
449 TW_Command *command_packet; local
507 TW_Command *command_packet; local
967 TW_Command *command_packet; local
[all...]
H A D3w-9xxx.c232 TW_Command *command_packet; local
241 command_packet = &full_command_packet->command.oldcommand;
244 if (TW_OP_OUT(command_packet->opcode__sgloffset) == TW_OP_SET_PARAM) {
483 TW_Command *command_packet; local
490 command_packet = &full_command_packet->command.oldcommand;
491 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_SET_PARAM);
492 command_packet->request_id = request_id;
493 command_packet->byte8_offset.param.sgl[0].address = TW_CPU_TO_SGL(tw_dev->generic_buffer_phys[request_id]);
494 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE);
495 command_packet
1060 TW_Command *command_packet; local
1819 TW_Command_Apache *command_packet; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/scsi/
H A D3w-xxxx.c359 TW_Command *command_packet; local
377 command_packet = (TW_Command *)tw_dev->command_packet_virtual_address[request_id];
378 memset(command_packet, 0, sizeof(TW_Sector));
379 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_GET_PARAM);
380 command_packet->size = 4;
381 command_packet->request_id = request_id;
382 command_packet->status = 0;
383 command_packet->flags = 0;
384 command_packet->byte6.parameter_count = 1;
405 command_packet
489 TW_Command *command_packet; local
885 TW_Command *command_packet; local
940 TW_Command *command_packet; local
1231 TW_Command *command_packet; local
1329 TW_Command *command_packet; local
1428 TW_Command *command_packet; local
1527 TW_Command *command_packet; local
1639 TW_Command *command_packet; local
1676 TW_Command *command_packet; local
1837 TW_Command *command_packet; local
[all...]
H A D3w-sas.c330 TW_Command_Apache *command_packet; local
348 command_packet = &full_command_packet->command.newcommand;
349 command_packet->status = 0;
350 command_packet->opcode__reserved = TW_OPRES_IN(0, TW_OP_EXECUTE_SCSI);
354 memcpy(command_packet->cdb, srb->cmnd, TW_MAX_CDB_LEN);
356 memcpy(command_packet->cdb, cdb, TW_MAX_CDB_LEN);
359 command_packet->unit = srb->device->id;
360 command_packet->request_id__lunl =
363 command_packet->request_id__lunl =
365 command_packet
449 TW_Command *command_packet; local
507 TW_Command *command_packet; local
967 TW_Command *command_packet; local
[all...]
H A D3w-9xxx.c232 TW_Command *command_packet; local
241 command_packet = &full_command_packet->command.oldcommand;
244 if (TW_OP_OUT(command_packet->opcode__sgloffset) == TW_OP_SET_PARAM) {
483 TW_Command *command_packet; local
490 command_packet = &full_command_packet->command.oldcommand;
491 command_packet->opcode__sgloffset = TW_OPSGL_IN(2, TW_OP_SET_PARAM);
492 command_packet->request_id = request_id;
493 command_packet->byte8_offset.param.sgl[0].address = TW_CPU_TO_SGL(tw_dev->generic_buffer_phys[request_id]);
494 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE);
495 command_packet
1060 TW_Command *command_packet; local
1819 TW_Command_Apache *command_packet; local
[all...]

Completed in 117 milliseconds