• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/

Lines Matching refs:byte8

398 	command_packet->byte8.param.sgl[0].address = param_value;
399 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
540 command_packet->byte8.param.sgl[0].address = param_value;
541 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
770 tw_ioctl->firmware_command.byte8.param.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1;
771 tw_ioctl->firmware_command.byte8.param.sgl[0].length = data_buffer_length_adjusted;
774 tw_ioctl->firmware_command.byte8.io.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1;
775 tw_ioctl->firmware_command.byte8.io.sgl[0].length = data_buffer_length_adjusted;
891 command_packet->byte8.init_connection.response_queue_pointer = 0x0;
955 command_packet->byte8.param.sgl[0].address = param_value;
956 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
1285 command_packet->byte8.param.sgl[0].address = param_value;
1286 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
1419 command_packet->byte8.param.sgl[0].address = param_value;
1420 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
1509 command_packet->byte8.param.sgl[0].address = param_value;
1510 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);
1623 command_packet->byte8.io.lba = lba;
1633 command_packet->byte8.io.sgl[0].address = buffaddr;
1634 command_packet->byte8.io.sgl[0].length = tw_dev->srb[request_id]->request_bufflen;
1645 command_packet->byte8.io.sgl[i].address = sg_dma_address(&sglist[i]);
1646 command_packet->byte8.io.sgl[i].length = sg_dma_len(&sglist[i]);
1768 command_packet->byte8.param.sgl[0].address = param_value;
1769 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector);