Lines Matching refs:ASC_MAX_SG_LIST
131 #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()
8710 sg_entry_cnt = ASC_MAX_SG_LIST; in AscExeScsiQueue()