Home
last modified time | relevance | path

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

/freebsd-head/sys/contrib/dev/rtw89/
HDcoex.c1321 struct rtw89_btc_rpt_cmn_info *pcinfo = NULL; in _chk_btc_report() local
1356 pcinfo = &pfwinfo->rpt_ctrl.cinfo; in _chk_btc_report()
1360 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v1); in _chk_btc_report()
1363 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v4); in _chk_btc_report()
1366 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v5); in _chk_btc_report()
1369 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v105); in _chk_btc_report()
1370 pcinfo->req_fver = 5; in _chk_btc_report()
1374 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v8); in _chk_btc_report()
1378 pcinfo->req_len = sizeof(pfwinfo->rpt_ctrl.finfo.v7); in _chk_btc_report()
1383 pcinfo->req_fver = ver->fcxbtcrpt; in _chk_btc_report()
[all …]