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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 120 milliseconds