Home
last modified time | relevance | path

Searched refs: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
37 __func__, txrpt_ccx->tag1, txrpt_ccx->pkt_num, in dump_txrpt_ccx_88e()
38 txrpt_ccx->txdma_underflow, txrpt_ccx->int_bt, in dump_txrpt_ccx_88e()
39 txrpt_ccx->int_tri, txrpt_ccx->int_ccx, in dump_txrpt_ccx_88e()
40 txrpt_ccx->mac_id, txrpt_ccx->pkt_ok, txrpt_ccx->bmc, in dump_txrpt_ccx_88e()
41 txrpt_ccx->retry_cnt, txrpt_ccx->lifetime_over, in dump_txrpt_ccx_88e()
42 txrpt_ccx->retry_over, txrpt_ccx_qtime_88e(txrpt_ccx), in dump_txrpt_ccx_88e()
43 txrpt_ccx->final_data_rate, txrpt_ccx->qsel, in dump_txrpt_ccx_88e()
44 txrpt_ccx_sw_88e(txrpt_ccx) in dump_txrpt_ccx_88e()
50 struct txrpt_ccx_88e *txrpt_ccx = (struct txrpt_ccx_88e *)buf; in handle_txrpt_ccx_88e() local
[all …]
/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
157 ((txrpt_ccx)->ccx_qtime0+((txrpt_ccx)->ccx_qtime1<<8))
/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
1032 if (txrpt_ccx->int_ccx && adapter->xmitpriv.ack_tx) { in handle_txrpt_ccx_8723a()
1033 if (txrpt_ccx->pkt_ok) in handle_txrpt_ccx_8723a()