Lines Matching refs:iovresp
9405 uint8 *iovresp = NULL; in wl_cfgvendor_twt_stats() local
9430 iovresp = (uint8 *)MALLOCZ(cfg->osh, WLC_IOCTL_MEDLEN); in wl_cfgvendor_twt_stats()
9431 if (iovresp == NULL) { in wl_cfgvendor_twt_stats()
9446 iovresp, WLC_IOCTL_MEDLEN, NULL))) { in wl_cfgvendor_twt_stats()
9451 (void)memcpy_s(&stats_v2, sizeof(stats_v2), iovresp, sizeof(stats_v2)); in wl_cfgvendor_twt_stats()
9456 ret = wl_cfgvendor_twt_stats_update_v2(wiphy, (wl_twt_stats_v2_t*)iovresp); in wl_cfgvendor_twt_stats()
9465 if (iovresp) { in wl_cfgvendor_twt_stats()
9466 MFREE(cfg->osh, iovresp, WLC_IOCTL_MEDLEN); in wl_cfgvendor_twt_stats()
9537 uint8 *iovresp = NULL; in wl_cfgvendor_twt_cap() local
9549 iovresp = (uint8 *)MALLOCZ(cfg->osh, WLC_IOCTL_MEDLEN); in wl_cfgvendor_twt_cap()
9550 if (iovresp == NULL) { in wl_cfgvendor_twt_cap()
9566 iovresp, WLC_IOCTL_MEDLEN, NULL))) { in wl_cfgvendor_twt_cap()
9571 (void)memcpy_s(&result, sizeof(result), iovresp, sizeof(result)); in wl_cfgvendor_twt_cap()
9584 if (iovresp) { in wl_cfgvendor_twt_cap()
9585 MFREE(cfg->osh, iovresp, WLC_IOCTL_MEDLEN); in wl_cfgvendor_twt_cap()