Searched refs:TW_SG_Entry (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/scsi/ |
D | 3w-xxxx.h | 291 } TW_SG_Entry; typedef 312 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH]; 316 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH]; 391 TW_SG_Entry sg_list[TW_ATA_PASS_SGL_MAX];
|
D | 3w-9xxx.h | 488 } TW_SG_Entry; typedef 506 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH]; 510 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH]; 526 TW_SG_Entry sg_list[TW_APACHE_MAX_SGL_LENGTH];
|
D | 3w-9xxx.c | 149 …e_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg); 288 TW_SG_Entry sglist[1]; in twa_aen_drain_queue() 309 memset(&sglist, 0, sizeof(TW_SG_Entry)); in twa_aen_drain_queue() 434 TW_SG_Entry sglist[1]; in twa_aen_read_queue() 447 memset(&sglist, 0, sizeof(TW_SG_Entry)); in twa_aen_read_queue() 1383 TW_SG_Entry *sgl; in twa_load_sgl() 1406 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl() 1408 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl() 1820 …te_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg) in DEF_SCSI_QCMD()
|