Lines Matching refs:ASC_SG_LIST_PER_Q
1148 #define ASC_SG_LIST_PER_Q 7 macro
5368 ASC_SG_LIST_PER_Q) + 1; in ASC_INITFUNC()
10609 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) in AscIsrChipHalted()
10611 sg_list_dwords = (uchar) (ASC_SG_LIST_PER_Q * 2); in AscIsrChipHalted()
10612 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscIsrChipHalted()
10620 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()
10621 scsi_sg_q.sg_cur_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscIsrChipHalted()
10654 scsiq->next_sg_index += ASC_SG_LIST_PER_Q; in AscIsrChipHalted()
11399 n_sg_list_qs = ((sg_list - 1) / ASC_SG_LIST_PER_Q); in AscSgListToQueue()
11400 if (((sg_list - 1) % ASC_SG_LIST_PER_Q) != 0) in AscSgListToQueue()
11564 if (sg_entry_cnt > ASC_SG_LIST_PER_Q) { in AscPutReadySgListQueue()
11565 sg_list_dwords = (uchar) (ASC_SG_LIST_PER_Q * 2); in AscPutReadySgListQueue()
11566 sg_entry_cnt -= ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
11568 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
11569 scsi_sg_q.sg_cur_list_cnt = ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()
11571 scsi_sg_q.sg_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
11572 scsi_sg_q.sg_cur_list_cnt = ASC_SG_LIST_PER_Q - 1; in AscPutReadySgListQueue()
11614 sg_index += ASC_SG_LIST_PER_Q; in AscPutReadySgListQueue()