Searched refs:sg_entry_cnt (Results 1 – 1 of 1) sorted by relevance
6865 ushort sg_entry_cnt; in AscIsrChipHalted() local6920 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscIsrChipHalted()6928 sg_entry_cnt = scsiq->remain_sg_entry_cnt; in AscIsrChipHalted()6943 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscIsrChipHalted()6945 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscIsrChipHalted()6969 sg_list_dwords = sg_entry_cnt << 1; in AscIsrChipHalted()6970 scsi_sg_q.sg_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()6971 scsi_sg_q.sg_cur_list_cnt = sg_entry_cnt - 1; in AscIsrChipHalted()6972 sg_entry_cnt = 0; in AscIsrChipHalted()8366 ushort sg_entry_cnt; in AscPutReadySgListQueue() local[all …]