OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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_iwm.c
2196
int aggregate, uint8_t tid, uint16_t
ssn
)
2211
!((
ssn
- ring->cur) & 0x3f) &&
2212
(
ssn
!= ring->cur);
2214
scd_bug = !((
ssn
- ring->cur) & 0x3f) &&
2215
(
ssn
!= ring->cur);
2218
ssn
= (
ssn
+ 1) & 0xfff;
2220
idx = IWM_AGG_SSN_TO_TXQ_IDX(
ssn
);
2231
cmd.
ssn
= htole16(
ssn
);
[
all
...]
if_iwnreg.h
1268
uint16_t
ssn
;
member in struct:iwn_compressed_ba
if_iwmreg.h
4978
* @sequence: Sequence # for this frame's Tx cmd (not
SSN
!)
5025
* After the array of statuses comes the
SSN
of the SCD. Look at
5141
* iwm_get_scd_ssn - returns the
SSN
of the SCD
5148
* Hence, it can't know in advance what the
SSN
of the SCD will be at the end
5149
* of the batch. This is why the
SSN
of the SCD is written at the end of the
5151
* variable offset and returns the
SSN
of the SCD.
5169
* @
ssn
:
SSN
for the BA agreement
5180
uint16_t
ssn
;
member in struct:iwm_scd_txq_cfg_cmd
6555
* @add_immediate_ba_ssn:
ssn
for the Rx block-ack session. Used together wit
[
all
...]
Completed in 42 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026