Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c530 toep->ddp.waiting_count++; in insert_ddp_data()
753 if (toep->ddp.waiting_count > 0) in handle_ddp_data_aio()
997 if (toep->ddp.waiting_count == 0) { in handle_ddp_indicate()
1007 toep->tid, toep->ddp.waiting_count); in handle_ddp_indicate()
1076 if (toep->ddp.waiting_count > 0) in do_ddp_tcb_rpl()
2277 toep->ddp.waiting_count--; in ddp_complete_all()
2313 toep->ddp.waiting_count++; in aio_ddp_requeue_one()
2338 MPASS(toep->ddp.waiting_count == 0); in aio_ddp_requeue()
2343 if (toep->ddp.waiting_count == 0 || in aio_ddp_requeue()
2366 toep->ddp.waiting_count--; in aio_ddp_requeue()
[all …]
H A Dt4_tom.h202 u_int waiting_count; /* (a) */ member
H A Dt4_cpl_io.c1751 if (toep->ddp.waiting_count != 0 || toep->ddp.active_count != 0) in do_rx_data()
1788 (toep->ddp.flags & DDP_AIO) != 0 && toep->ddp.waiting_count > 0 && in do_rx_data()