Searched refs:TW_SECTOR_SIZE (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/scsi/ |
D | 3w-9xxx.c | 310 sglist[0].length = TW_SECTOR_SIZE; in twa_aen_drain_queue() 448 sglist[0].length = TW_SECTOR_SIZE; in twa_aen_read_queue() 495 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE); in twa_aen_sync_time() 501 memset(param, 0, TW_SECTOR_SIZE); in twa_aen_sync_time() 1041 TW_SECTOR_SIZE*TW_Q_LENGTH, in twa_free_device_extension() 1076 memset(param, 0, TW_SECTOR_SIZE); in twa_get_param() 1082 command_packet->byte8_offset.param.sgl[0].length = cpu_to_le32(TW_SECTOR_SIZE); in twa_get_param() 1183 if (twa_allocate_memory(tw_dev, TW_SECTOR_SIZE, 1)) { in twa_initialize_device_extension() 1872 TW_SECTOR_SIZE); in DEF_SCSI_QCMD() 1946 scsi_sg_copy_from_buffer(cmd, buf, TW_SECTOR_SIZE); in twa_scsiop_execute_scsi_complete()
|
D | 3w-sas.c | 427 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_read_queue() 460 command_packet->byte8_offset.param.sgl[0].length = TW_CPU_TO_SGL(TW_SECTOR_SIZE); in twl_aen_sync_time() 466 memset(param, 0, TW_SECTOR_SIZE); in twl_aen_sync_time() 619 sglist[0].length = TW_SECTOR_SIZE; in twl_aen_drain_queue() 949 TW_SECTOR_SIZE*TW_Q_LENGTH, in twl_free_device_extension() 983 memset(param, 0, TW_SECTOR_SIZE); in twl_get_param() 989 command_packet->byte8_offset.param.sgl[0].length = TW_CPU_TO_SGL(TW_SECTOR_SIZE); in twl_get_param() 1082 if (twl_allocate_memory(tw_dev, TW_SECTOR_SIZE, 1)) { in twl_initialize_device_extension()
|
D | 3w-sas.h | 111 #define TW_SECTOR_SIZE 512 macro
|
D | 3w-9xxx.h | 334 #define TW_SECTOR_SIZE 512 macro
|