Searched refs:ASC_SG_LIST_PER_Q (Results 1 – 1 of 1) sorted by relevance
134 #define ASC_SG_LIST_PER_Q 7 macro7773 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()7774 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()7952 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()7953 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()7954 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7957 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7959 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7962 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()7964 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()[all …]