Searched refs:ASC_SG_LIST_PER_Q (Results 1 – 1 of 1) sorted by relevance
146 #define ASC_SG_LIST_PER_Q 7 macro7864 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()7865 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()8043 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()8044 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()8045 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8048 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8050 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()8053 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()8055 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()[all …]