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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A D3w-xxxx.h240 } TW_SG_Entry; typedef in typeref:struct:TAG_TW_SG_Entry
261 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
265 TW_SG_Entry sgl[TW_MAX_SGL_LENGTH];
340 TW_SG_Entry sg_list[TW_ATA_PASS_SGL_MAX];
H A D3w-9xxx.h483 } TW_SG_Entry; typedef in typeref:struct:TAG_TW_SG_Entry
501 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH];
505 TW_SG_Entry sgl[TW_ESCALADE_MAX_SGL_LENGTH];
521 TW_SG_Entry sg_list[TW_APACHE_MAX_SGL_LENGTH];
H A D3w-9xxx.c133 static int twa_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg);
266 TW_SG_Entry sglist[1];
287 memset(&sglist, 0, sizeof(TW_SG_Entry));
412 TW_SG_Entry sglist[1];
425 memset(&sglist, 0, sizeof(TW_SG_Entry));
1356 TW_SG_Entry *sgl;
1372 sgl = (TW_SG_Entry *)((u32 *)oldcommand+TW_SGL_OUT(oldcommand->opcode__sgloffset));
1811 static int twa_scsiop_execute_scsi(TW_Device_Extension *tw_dev, int request_id, char *cdb, int use_sg, TW_SG_Entry *sglistarg)

Completed in 54 milliseconds