Home
last modified time | relevance | path

Searched refs:TW_SG_Entry (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/scsi/
D3w-xxxx.h295 } TW_SG_Entry; typedef
316 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
320 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
395 TW_SG_Entry sg_list[TW_ATA_PASS_SGL_MAX];
D3w-9xxx.h499 } __packed TW_SG_Entry; typedef
517 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH];
521 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH];
537 TW_SG_Entry sg_list[TW_APACHE_MAX_SGL_LENGTH];
D3w-9xxx.c148 TW_SG_Entry *sglistarg);
286 TW_SG_Entry sglist[1]; in twa_aen_drain_queue()
307 memset(&sglist, 0, sizeof(TW_SG_Entry)); in twa_aen_drain_queue()
431 TW_SG_Entry sglist[1]; in twa_aen_read_queue()
444 memset(&sglist, 0, sizeof(TW_SG_Entry)); in twa_aen_read_queue()
1384 TW_SG_Entry *sgl; in twa_load_sgl()
1407 sgl = (TW_SG_Entry *)((u32 *)oldcommand+oldcommand->size - (sizeof(TW_SG_Entry)/4) + pae); in twa_load_sgl()
1409 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset)); in twa_load_sgl()
1800 TW_SG_Entry *sglistarg) in DEF_SCSI_QCMD()