Searched refs:ASC_MAX_SG_LIST (Results 1 – 1 of 1) sorted by relevance
928 #define ASC_MAX_SG_LIST 255 macro1325 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()[all …]