Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dcoex.c1701 u32 trace_step = 0, rpt_len = 0, diff_t = 0; in _chk_btc_report() local
1717 rpt_len = le16_to_cpu(btc_prpt->len); in _chk_btc_report()
1992 pcinfo->rx_len = rpt_len; in _chk_btc_report()
1995 if (rpt_len != pcinfo->req_len) { in _chk_btc_report()
2002 __func__, rpt_type, rpt_len, pcinfo->req_len); in _chk_btc_report()
2650 return (rpt_len + BTC_RPT_HDR_SIZE); in _chk_btc_report()
2664 u32 index = 0, rpt_len = 0; in _parse_btc_report() local
2675 rpt_len = le16_to_cpu(btc_prpt->len); in _parse_btc_report()
2676 if ((index + rpt_len + BTC_RPT_HDR_SIZE) > buf_len) in _parse_btc_report()
2679 rpt_len = _chk_btc_report(rtwdev, pfwinfo, pbuf, index); in _parse_btc_report()
[all …]