Lines Matching defs:ssn
1156 bool iwl_trans_pcie_txq_enable(struct iwl_trans *trans, int txq_id, u16 ssn,
1202 ssn = txq->read_ptr;
1217 !((ssn - txq->write_ptr) & 0x3f) &&
1218 (ssn != txq->write_ptr);
1220 ssn++;
1225 txq->read_ptr = (ssn & 0xff);
1226 txq->write_ptr = (ssn & 0xff);
1228 (ssn & 0xff) | (txq_id << 8));
1233 iwl_write_prph(trans, SCD_QUEUE_RDPTR(txq_id), ssn);
1258 txq_id, fifo, ssn & 0xff);
1262 txq_id, ssn & 0xff);
2341 void iwl_pcie_reclaim(struct iwl_trans *trans, int txq_id, int ssn,
2356 tfd_num = iwl_txq_get_cmd_index(txq, ssn);
2369 txq_id, ssn);
2377 txq_id, read_ptr, txq_read_ptr, tfd_num, ssn);