Home
last modified time | relevance | path

Searched refs:ctl6 (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath9k/
Dar9002_mac.c215 u32 ctl1, ctl6; in ar9002_set_txdesc() local
227 ctl6 = SM(i->keytype, AR_EncrType); in ar9002_set_txdesc()
257 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc()
269 ctl6 |= SM(i->aggr_len, AR_AggrLen); in ar9002_set_txdesc()
273 ctl6 |= SM(i->ndelim, AR_PadDelim); in ar9002_set_txdesc()
293 WRITE_ONCE(ads->ds_ctl6, ctl6); in ar9002_set_txdesc()
Dmac.h283 u32 ctl6; member
321 #define ds_ctl6 u.tx.ctl6