Home
last modified time | relevance | path

Searched refs:fcxtdma (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c133 .fcxbtcrpt = 8, .fcxtdma = 7, .fcxslots = 7, .fcxcysta = 7,
1360 if (ver->fcxtdma == 1) { in _chk_btc_report()
1363 } else if (ver->fcxtdma == 3 || ver->fcxtdma == 7) { in _chk_btc_report()
1369 pcinfo->req_fver = ver->fcxtdma; in _chk_btc_report()
1704 if (ver->fcxtdma == 1) in _chk_btc_report()
1709 else if (ver->fcxtdma == 3 || ver->fcxtdma == 7) in _chk_btc_report()
2051 if (ver->fcxtdma == 1) { in _append_tdma()
2056 } else if (ver->fcxtdma == 7) { in _append_tdma()
2059 tlv_v7->ver = ver->fcxtdma; in _append_tdma()
2066 v3->fver = ver->fcxtdma; in _append_tdma()
[all …]
H A Dcore.h3045 u8 fcxtdma; member