Searched refs:scd_ssn (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-agn-lib.c244 const u32 scd_ssn = iwlagn_get_scd_ssn(tx_resp); local
255 if (txq->q.read_ptr != (scd_ssn & 0xff)) {
256 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
258 "scd_ssn=%d idx=%d txq=%d swq=%d\n",
259 scd_ssn , index, txq_id, txq->swq_id);
H A Diwl-4965.c2096 const u32 scd_ssn = iwl4965_get_scd_ssn(tx_resp); local
2108 if (txq->q.read_ptr != (scd_ssn & 0xff)) {
2109 index = iwl_queue_dec_wrap(scd_ssn & 0xff, txq->q.n_bd);
2110 IWL_DEBUG_TX_REPLY(priv, "Retry scheduler reclaim scd_ssn "
2111 "%d index %d\n", scd_ssn , index);
H A Diwl-agn-tx.c1303 u16 ba_resp_scd_ssn = le16_to_cpu(ba_resp->scd_ssn);
1333 "%d, scd_ssn = %d\n",
1338 ba_resp->scd_ssn);
H A Diwl-commands.h1996 __le16 scd_ssn; member in struct:iwl_compressed_ba_resp

Completed in 80 milliseconds