Home
last modified time | relevance | path

Searched refs:AGG_EN (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8712/
Drtl8712_xmit.h78 #define AGG_EN BIT(29) macro
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h76 #define AGG_EN BIT(12) macro
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_xmit.h55 #define AGG_EN BIT(29) macro
/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188eu_xmit.c235 ptxdesc->txdw2 |= cpu_to_le32(AGG_EN);/* AGG EN */ in update_txdesc()