Searched refs:sg_queue_cnt (Results 1 – 3 of 3) sorted by relevance
498 scsiq.q1.sg_queue_cnt = 0; in adv_execute_ccb()1004 u_int sg_queue_cnt; in adv_run_doneq() local1009 sg_queue_cnt = adv_copy_lram_doneq(adv, done_qaddr, &scsiq, in adv_run_doneq()1024 for (i = 0; i < sg_queue_cnt; i++) { in adv_run_doneq()1041 sg_queue_cnt = 0; in adv_run_doneq()1043 if (adv->cur_active < (sg_queue_cnt + 1)) in adv_run_doneq()1047 adv->cur_active -= sg_queue_cnt + 1; in adv_run_doneq()
818 u_int8_t sg_queue_cnt; in adv_copy_lram_doneq() local834 sg_queue_cnt = (val >> 8) & 0xFF; in adv_copy_lram_doneq()855 return (sg_queue_cnt); in adv_copy_lram_doneq()1767 scsiq->q1.sg_queue_cnt = sg_head->queue_cnt; in adv_put_ready_sg_list_queue()
584 u_int8_t sg_queue_cnt; /* Number of SG entries */ member