Searched refs:AR_EncrType (Results 1 – 2 of 2) sorted by relevance
395 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416SetupTxDesc()490 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType); in ar5416FillTxDesc()496 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType; in ar5416FillTxDesc()505 ads->ds_ctl6 = __bswap32(AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType); in ar5416FillTxDesc()508 ads->ds_ctl6 = AR5416DESC_CONST(ds0)->ds_ctl6 & AR_EncrType; in ar5416FillTxDesc()594 ads->ds_ctl6 |= SM(ahp->ah_keytype[keyIx], AR_EncrType); in ar5416ChainTxDesc()
178 #define AR_EncrType 0x0c000000 macro