Searched refs:sg_entry_cnt (Results 1 – 1 of 1) sorted by relevance
8018 ushort sg_entry_cnt; in AscPutReadySgListQueue() local8033 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()8035 if (sg_entry_cnt != 0) { in AscPutReadySgListQueue()8044 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()8046 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8060 sg_list_dwords = sg_entry_cnt << 1; in AscPutReadySgListQueue()8062 scsi_sg_q.sg_list_cnt = sg_entry_cnt; in AscPutReadySgListQueue()8064 sg_entry_cnt; in AscPutReadySgListQueue()8067 sg_entry_cnt - 1; in AscPutReadySgListQueue()8069 sg_entry_cnt - 1; in AscPutReadySgListQueue()[all …]