Searched refs:ASC_SG_LIST_PER_Q (Results 1 – 1 of 1) sorted by relevance
134 #define ASC_SG_LIST_PER_Q 7 macro7763 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()7764 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()7942 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()7943 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()7944 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7947 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7949 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()7952 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()7954 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()[all …]