Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/nxp/nxpwifi/
H A D11ax.c477 struct nxpwifi_twt_report *twt_report; in nxpwifi_cmd_twt_cfg() local
524 twt_report = (struct nxpwifi_twt_report *) in nxpwifi_cmd_twt_cfg()
526 memset(twt_report, 0x00, sizeof(struct nxpwifi_twt_report)); in nxpwifi_cmd_twt_cfg()
527 twt_report->type = twt_cfg->param.twt_report.type; in nxpwifi_cmd_twt_cfg()
590 struct nxpwifi_twt_report *twt_report = in nxpwifi_ret_twt_cfg() local
593 memcpy(&twt_cfg->param.twt_report, twt_report, sizeof(struct nxpwifi_twt_report)); in nxpwifi_ret_twt_cfg()
H A Ddebugfs.c947 num = twt_cfg.param.twt_report.length / NXPWIFI_BTWT_REPORT_LEN; in nxpwifi_twt_report_read()
950 twt_cfg.param.twt_report.length, num); in nxpwifi_twt_report_read()
956 twt_cfg.param.twt_report.data[i * NXPWIFI_BTWT_REPORT_LEN + j]); in nxpwifi_twt_report_read()
1037 NXPWIFI_DFS_FILE_READ_OPS(twt_report);
1067 NXPWIFI_DFS_ADD_FILE(twt_report); in nxpwifi_dev_debugfs_init()
H A Dcfg.h1014 struct nxpwifi_twt_report twt_report; member