Home
last modified time | relevance | path

Searched defs:txrpt_ccx (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Drtl8188e_xmit.c28 struct txrpt_ccx_88e *txrpt_ccx = buf; in dump_txrpt_ccx_88e() local
50 struct txrpt_ccx_88e *txrpt_ccx = (struct txrpt_ccx_88e *)buf; in handle_txrpt_ccx_88e() local
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_xmit.h155 #define txrpt_ccx_sw_88e(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8)) argument
156 #define txrpt_ccx_qtime_88e(txrpt_ccx) \ argument
/linux-4.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_xmit.h211 #define txrpt_ccx_sw_8723a(txrpt_ccx) ((txrpt_ccx)->sw0 + ((txrpt_ccx)->sw1<<8)) argument
212 #define txrpt_ccx_qtime_8723a(txrpt_ccx) ((txrpt_ccx)->ccx_qtime0+((txrpt_ccx)->ccx_qtime1<<8)) argument
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Drtl8723a_hal_init.c1029 struct txrpt_ccx_8723a *txrpt_ccx = buf; in handle_txrpt_ccx_8723a() local