Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_xmit.h64 #define AGG_EN BIT(29) macro
/linux-6.1.9/drivers/staging/r8188eu/include/
Drtl8188e_xmit.h57 #define AGG_EN BIT(12) macro
/linux-6.1.9/drivers/staging/rtl8723bs/include/
Drtl8723b_xmit.h43 #define AGG_EN BIT(29) macro
/linux-6.1.9/drivers/staging/r8188eu/hal/
Drtl8188eu_xmit.c194 ptxdesc->txdw2 |= cpu_to_le32(AGG_EN);/* AGG EN */ in update_txdesc()