Home
last modified time | relevance | path

Searched refs:ASC_SG_LIST_PER_Q (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dadvansys.c142 #define ASC_SG_LIST_PER_Q 7 macro
7858 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()
7859 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()
8037 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
8038 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()
8039 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
8042 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
8044 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
8047 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
8049 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
[all …]