Home
last modified time | relevance | path

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

/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 ACCESS_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 ACCESS_ONCE(ads->ds_ctl6) = ctl6; in ar9002_set_txdesc()
Dmac.h281 u32 ctl6; member
319 #define ds_ctl6 u.tx.ctl6