Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/realtek/rtw89/
Dcoex.c1315 u32 trace_step = 0, rpt_len = 0, diff_t = 0; in _chk_btc_report() local
1330 rpt_len = le16_to_cpu(btc_prpt->len); in _chk_btc_report()
1538 pcinfo->rx_len = rpt_len; in _chk_btc_report()
1541 if (rpt_len != pcinfo->req_len) { in _chk_btc_report()
1548 __func__, rpt_type, rpt_len, pcinfo->req_len); in _chk_btc_report()
2035 return (rpt_len + BTC_RPT_HDR_SIZE); in _chk_btc_report()
2049 u32 index = 0, rpt_len = 0; in _parse_btc_report() local
2060 rpt_len = le16_to_cpu(btc_prpt->len); in _parse_btc_report()
2061 if ((index + rpt_len + BTC_RPT_HDR_SIZE) > buf_len) in _parse_btc_report()
2064 rpt_len = _chk_btc_report(rtwdev, pfwinfo, pbuf, index); in _parse_btc_report()
[all …]