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

/freebsd-current/sys/dev/ath/
H A Dif_ath_tx.c1531 tid->hwq_depth++;
3106 tid->hwq_depth++;
3336 atid->hwq_depth = 0;
3485 if (tid->hwq_depth != 0)
3699 if (tid->bar_wait == 0 || tid->hwq_depth > 0)
3752 if (tid->hwq_depth > 0) {
3754 "%s: %6D: TID=%d, hwq_depth=%d, waiting\n",
3759 tid->hwq_depth);
3879 "%s: %s: %6D: bf=%p: tid txq_depth=%d hwq_depth=%d, bar_wait=%d, "
3887 tid->hwq_depth,
[all...]
H A Dif_athvar.h131 int hwq_depth; /* how many buffers are on HW */ member in struct:ath_tid

Completed in 181 milliseconds