Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/
H A Dadvansys.c134 #define ASC_SG_LIST_PER_Q 7 macro
7772 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()
7773 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()
7951 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
7953 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
7956 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
7958 ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
7961 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
7963 ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
7994 sg_index += ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
[all …]