Lines Matching refs:byte8
589 command_packet->byte8.param.sgl[0].address = param_value; in tw_aen_read_queue()
590 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_aen_read_queue()
731 command_packet->byte8.param.sgl[0].address = param_value; in tw_aen_drain_queue()
732 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_aen_drain_queue()
967 tw_ioctl->firmware_command.byte8.param.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1; in tw_chrdev_ioctl()
968 tw_ioctl->firmware_command.byte8.param.sgl[0].length = data_buffer_length_adjusted; in tw_chrdev_ioctl()
971 tw_ioctl->firmware_command.byte8.io.sgl[0].address = dma_handle + sizeof(TW_New_Ioctl) - 1; in tw_chrdev_ioctl()
972 tw_ioctl->firmware_command.byte8.io.sgl[0].length = data_buffer_length_adjusted; in tw_chrdev_ioctl()
1103 command_packet->byte8.init_connection.response_queue_pointer = 0x0; in tw_initconnection()
1167 command_packet->byte8.param.sgl[0].address = param_value; in tw_setfeature()
1168 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_setfeature()
1439 command_packet->byte8.param.sgl[0].address = param_value; in tw_scsiop_inquiry()
1440 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_scsiop_inquiry()
1549 command_packet->byte8.param.sgl[0].address = param_value; in tw_scsiop_mode_sense()
1550 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_scsiop_mode_sense()
1639 command_packet->byte8.param.sgl[0].address = param_value; in tw_scsiop_read_capacity()
1640 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_scsiop_read_capacity()
1754 command_packet->byte8.io.lba = lba; in tw_scsiop_read_write()
1762 command_packet->byte8.io.sgl[i].address = sg_dma_address(sg); in tw_scsiop_read_write()
1763 command_packet->byte8.io.sgl[i].length = sg_dma_len(sg); in tw_scsiop_read_write()
1884 command_packet->byte8.param.sgl[0].address = param_value; in tw_scsiop_test_unit_ready()
1885 command_packet->byte8.param.sgl[0].length = sizeof(TW_Sector); in tw_scsiop_test_unit_ready()