Lines Matching refs:ASC_MAX_SG_LIST
928 #define ASC_MAX_SG_LIST 255 macro
1325 ASC_SG_LIST sg_list[ASC_MAX_SG_LIST];
10582 if (scsiq->remain_sg_entry_cnt > (ASC_MAX_SG_LIST - 1)) in AscIsrChipHalted()
10584 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscIsrChipHalted()
10590 scsiq->remain_sg_entry_cnt -= (ASC_MAX_SG_LIST - 1); in AscIsrChipHalted()
11201 if (sg_entry_cnt > ASC_MAX_SG_LIST) in AscExeScsiQueue()
11283 if (sg_entry_cnt > ASC_MAX_SG_LIST) in AscExeScsiQueue()
11285 sg_entry_cnt = ASC_MAX_SG_LIST; in AscExeScsiQueue()
11527 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) in AscPutReadySgListQueue()
11536 sg_entry_cnt = ASC_MAX_SG_LIST - 1; in AscPutReadySgListQueue()
11542 scsiq->remain_sg_entry_cnt = sg_head->entry_cnt - ASC_MAX_SG_LIST; in AscPutReadySgListQueue()
11582 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) in AscPutReadySgListQueue()