Searched refs:hwq_depth (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tx.c1504 tid->hwq_depth++;
3008 tid->hwq_depth++;
3225 atid->hwq_depth = 0;
3374 if (tid->hwq_depth != 0)
3588 if (tid->bar_wait == 0 || tid->hwq_depth > 0)
3641 if (tid->hwq_depth > 0) {
3643 "%s: %6D: TID=%d, hwq_depth=%d, waiting\n",
3648 tid->hwq_depth);
3768 "%s: %s: %6D: bf=%p: tid txq_depth=%d hwq_depth=%d, bar_wait=%d, "
3776 tid->hwq_depth,
[all...]
H A Dif_athvar.h130 int hwq_depth; /* how many buffers are on HW */ member in struct:ath_tid

Completed in 66 milliseconds