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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/iwlwifi/
H A Diwl-helpers.h72 * iwl_queue_dec_wrap - decrement queue index, wrap back to end
76 static inline int iwl_queue_dec_wrap(int index, int n_bd) function
H A Diwl-agn-lib.c256 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
H A Diwl-agn-tx.c1323 index = iwl_queue_dec_wrap(ba_resp_scd_ssn & 0xff, txq->q.n_bd);
H A Diwl-4965.c2109 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);

Completed in 98 milliseconds