Lines Matching refs:entry_cnt
363 ushort entry_cnt; member
2620 printk(" entry_cnt %u, queue_cnt %u\n", sgp->entry_cnt, in asc_prt_asc_scsi_q()
2622 for (i = 0; i < sgp->entry_cnt; i++) { in asc_prt_asc_scsi_q()
7940 asc_sg_head->entry_cnt = asc_scsi_q->q1.sg_queue_cnt = use_sg; in asc_build_req()
7942 asc_sg_head->entry_cnt); in asc_build_req()
8383 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) { in AscPutReadySgListQueue()
8398 sg_head->entry_cnt - ASC_MAX_SG_LIST; in AscPutReadySgListQueue()
8406 sg_entry_cnt = sg_head->entry_cnt - 1; in AscPutReadySgListQueue()
8441 if (sg_head->entry_cnt > ASC_MAX_SG_LIST) { in AscPutReadySgListQueue()
8600 if ((sg_entry_cnt = sg_head->entry_cnt) == 0) { in AscExeScsiQueue()
8702 sg_head->entry_to_copy = sg_head->entry_cnt; in AscExeScsiQueue()