Searched refs:ASC_SG_LIST_PER_Q (Results 1 – 1 of 1) sorted by relevance
146 #define ASC_SG_LIST_PER_Q 7 macro7865 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()7866 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()8044 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()8045 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()8046 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8049 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8051 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8054 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()8056 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()[all …]