HomeSort by: relevance | last modified time | path
    Searched refs:ssn (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/dev/pci/
if_iwn.c 5180 DPRINTFN(2, ("ADDBA RA=%d TID=%d SSN=%d\n", wn->id, tid,
5256 uint8_t tid, uint16_t ssn)
5273 IWN_WRITE(sc, IWN_HBUS_TARG_WRPTR, qid << 8 | (ssn & 0xff));
5274 iwn_prph_write(sc, IWN4965_SCHED_QUEUE_RDPTR(qid), ssn);
5293 iwn4965_ampdu_tx_stop(struct iwn_softc *sc, uint8_t tid, uint16_t ssn)
5302 IWN_WRITE(sc, IWN_HBUS_TARG_WRPTR, qid << 8 | (ssn & 0xff));
5303 iwn_prph_write(sc, IWN4965_SCHED_QUEUE_RDPTR(qid), ssn);
5315 uint8_t tid, uint16_t ssn)
5335 IWN_WRITE(sc, IWN_HBUS_TARG_WRPTR, qid << 8 | (ssn & 0xff));
5336 iwn_prph_write(sc, IWN5000_SCHED_QUEUE_RDPTR(qid), ssn);
    [all...]
if_iwnreg.h 1268 uint16_t ssn; member in struct:iwn_compressed_ba
if_iwmreg.h 4677 * @sequence: Sequence # for this frame's Tx cmd (not SSN!)
4724 * After the array of statuses comes the SSN of the SCD. Look at
4827 * iwm_get_scd_ssn - returns the SSN of the SCD
4834 * Hence, it can't know in advance what the SSN of the SCD will be at the end
4835 * of the batch. This is why the SSN of the SCD is written at the end of the
4837 * variable offset and returns the SSN of the SCD.
4855 * @ssn: SSN for the BA agreement
4866 uint16_t ssn; member in struct:iwm_scd_txq_cfg_cmd
6098 * @add_immediate_ba_ssn: ssn for the Rx block-ack session. Used together wit
    [all...]
if_iwm.c 2711 uint16_t ssn, int start)
2733 cmd.add_immediate_ba_ssn = ssn;

Completed in 30 milliseconds