Lines Matching defs:vif
1008 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev);
1025 rc1 = wmi_send(wil, cmdid, vif->mid, cmd, cmdlen);
1278 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev);
1294 rc = wmi_call(wil, WMI_NOTIFY_REQ_CMDID, vif->mid,
1402 struct wil6210_vif *vif;
1423 vif = (mid < GET_MAX_VIFS(wil)) ? wil->vifs[mid] : NULL;
1424 if (vif) {
1425 rc = wil_cid_fill_sinfo(vif, i, sinfo);
1624 struct wil6210_vif *vif = wil->vifs[mid];
1626 if (vif->wdev.iftype == NL80211_IFTYPE_STATION &&
1684 struct wil6210_vif *vif;
1690 vif = wil->vifs[i];
1692 if (vif) {
1693 ndev = vif_to_ndev(vif);
1826 static void wil_link_stats_print_basic(struct wil6210_vif *vif,
1874 static void wil_link_stats_debugfs_show_vif(struct wil6210_vif *vif,
1877 struct wil6210_priv *wil = vif_to_wil(vif);
1881 if (!vif->fw_stats_ready) {
1886 seq_printf(s, "TSF %lld\n", vif->fw_stats_tsf);
1890 if (wil->sta[i].mid != vif->mid)
1894 wil_link_stats_print_basic(vif, s, stats);
1901 struct wil6210_vif *vif;
1912 vif = wil->vifs[i];
1915 if (!vif) {
1920 wil_link_stats_debugfs_show_vif(vif, s);
1939 struct wil6210_vif *vif;
1968 vif = wil->vifs[i];
1969 if (!vif)
1972 rc = wmi_link_stats_cfg(vif, WMI_LINK_STATS_TYPE_BASIC,
2018 struct wil6210_vif *vif = ndev_to_vif(wil->main_ndev);
2029 rc = wmi_link_stats_cfg(vif, WMI_LINK_STATS_TYPE_GLOBAL, 0, interval);