Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c190 #define ASC_SG_LIST_PER_Q 7 macro
6943 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscIsrChipHalted()
6944 sg_list_dwords = (uchar)(ASC_SG_LIST_PER_Q * 2); in AscIsrChipHalted()
6945 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscIsrChipHalted()
6953 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()
6955 ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()
6987 scsiq->next_sg_index += ASC_SG_LIST_PER_Q; in AscIsrChipHalted()
8213 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()
8214 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()
8419 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
[all …]