Home
last modified time | relevance | path

Searched defs:asc_sg_head (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c1320 typedef struct asc_sg_head { struct
1321 ushort entry_cnt;
1322 ushort queue_cnt;
1323 ushort entry_to_copy;
1324 ushort res;
1325 ASC_SG_LIST sg_list[ASC_MAX_SG_LIST];
4198 STATIC ASC_SG_HEAD asc_sg_head = { 0 }; variable