Searched defs:asc_sg_head (Results 1 – 1 of 1) sorted by relevance
1320 typedef struct asc_sg_head { struct1321 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