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

/linux-master/drivers/net/wireless/marvell/mwifiex/
H A Dwmm.c1094 atomic_t *hqp; local
1117 hqp = &priv_tmp->wmm.highest_queued_prio;
1118 for (i = atomic_read(hqp); i >= LOW_PRIO_TID; --i) {
1155 if (atomic_read(hqp) > i)
1156 atomic_set(hqp, i);

Completed in 200 milliseconds