Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/
Dadvansys.c131 #define ASC_MAX_SG_LIST 255 macro
6919 if (scsiq->remain_sg_entry_cnt > (ASC_MAX_SG_LIST - 1)) { in AscIsrChipHalted()
6920 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscIsrChipHalted()
6926 scsiq->remain_sg_entry_cnt -= (ASC_MAX_SG_LIST - 1); in AscIsrChipHalted()
8383 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) { in AscPutReadySgListQueue()
8391 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscPutReadySgListQueue()
8398 sg_head->entry_cnt - ASC_MAX_SG_LIST; in AscPutReadySgListQueue()
8441 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) { in AscPutReadySgListQueue()
8605 if (sg_entry_cnt > ASC_MAX_SG_LIST) { in AscExeScsiQueue()
8709 if (sg_entry_cnt > ASC_MAX_SG_LIST) { in AscExeScsiQueue()
[all …]