Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dadvansys.c10530 ushort sg_entry_cnt; in AscIsrChipHalted() local
10584 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscIsrChipHalted()
10593 sg_entry_cnt = scsiq->remain_sg_entry_cnt; in AscIsrChipHalted()
10609 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) in AscIsrChipHalted()
10612 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscIsrChipHalted()
10637 sg_list_dwords = sg_entry_cnt << 1; in AscIsrChipHalted()
10638 scsi_sg_q.sg_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()
10639 scsi_sg_q.sg_cur_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()
10640 sg_entry_cnt = 0; in AscIsrChipHalted()
11148 ushort sg_entry_cnt = 0; in AscExeScsiQueue() local
[all …]