Home
last modified time | relevance | path

Searched refs:TW_SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/scsi/
D3w-sas.c390 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_read_queue()
422 command_packet->byte8_offset.param.sgl[0].length = TW_CPU_TO_SGL(TW_SECTOR_SIZE); in twl_aen_sync_time()
428 memset(param, 0, TW_SECTOR_SIZE); in twl_aen_sync_time()
580 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_drain_queue()
909 TW_SECTOR_SIZE*TW_Q_LENGTH, in twl_free_device_extension()
943 memset(param, 0, TW_SECTOR_SIZE); in twl_get_param()
949 command_packet->byte8_offset.param.sgl[0].length = TW_CPU_TO_SGL(TW_SECTOR_SIZE); in twl_get_param()
1042 if (twl_allocate_memory(tw_dev, TW_SECTOR_SIZE, 1)) { in twl_initialize_device_extension()
D3w-9xxx.c304 sglist[0].length = TW_SECTOR_SIZE; in twa_aen_drain_queue()
441 sglist[0].length = TW_SECTOR_SIZE; in twa_aen_read_queue()
487 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE); in twa_aen_sync_time()
493 memset(param, 0, TW_SECTOR_SIZE); in twa_aen_sync_time()
1037 TW_SECTOR_SIZE*TW_Q_LENGTH, in twa_free_device_extension()
1072 memset(param, 0, TW_SECTOR_SIZE); in twa_get_param()
1078 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE); in twa_get_param()
1179 if (twa_allocate_memory(tw_dev, TW_SECTOR_SIZE, 1)) { in twa_initialize_device_extension()
1852 TW_SECTOR_SIZE); in DEF_SCSI_QCMD()
1926 scsi_sg_copy_from_buffer(cmd, buf, TW_SECTOR_SIZE); in twa_scsiop_execute_scsi_complete()
D3w-sas.h104 #define TW_SECTOR_SIZE 512 macro
D3w-9xxx.h326 #define TW_SECTOR_SIZE 512 macro