Home
last modified time | relevance | path

Searched refs:sg_queue_cnt (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/sys/dev/advansys/
H A Dadvansys.c498 scsiq.q1.sg_queue_cnt = 0; in adv_execute_ccb()
1004 u_int sg_queue_cnt; in adv_run_doneq() local
1009 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()
H A Dadvlib.c818 u_int8_t sg_queue_cnt; in adv_copy_lram_doneq() local
834 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()
H A Dadvlib.h584 u_int8_t sg_queue_cnt; /* Number of SG entries */ member