Home
last modified time | relevance | path

Searched refs:sector_index (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2852 u16 sector_index; in wil_rf_sector_get_cfg() local
2884 sector_index = nla_get_u16( in wil_rf_sector_get_cfg()
2886 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_get_cfg()
2887 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_get_cfg()
2904 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_get_cfg()
2974 u16 sector_index, rf_module_index; in wil_rf_sector_set_cfg() local
3004 sector_index = nla_get_u16( in wil_rf_sector_set_cfg()
3006 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_set_cfg()
3007 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_set_cfg()
3019 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_set_cfg()
3165 wil_rf_sector_wmi_set_selected(struct wil6210_priv *wil, u8 mid, u16 sector_index, u8 sector_type, u8 cid) wil_rf_sector_wmi_set_selected() argument
3200 u16 sector_index; wil_rf_sector_set_selected() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2876 u16 sector_index; in wil_rf_sector_get_cfg() local
2908 sector_index = nla_get_u16( in wil_rf_sector_get_cfg()
2910 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_get_cfg()
2911 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_get_cfg()
2928 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_get_cfg()
2998 u16 sector_index, rf_module_index; in wil_rf_sector_set_cfg() local
3028 sector_index = nla_get_u16( in wil_rf_sector_set_cfg()
3030 if (sector_index >= WIL_MAX_RF_SECTORS) { in wil_rf_sector_set_cfg()
3031 wil_err(wil, "Invalid sector index %d\n", sector_index); in wil_rf_sector_set_cfg()
3043 cmd.sector_idx = cpu_to_le16(sector_index); in wil_rf_sector_set_cfg()
3189 wil_rf_sector_wmi_set_selected(struct wil6210_priv *wil, u8 mid, u16 sector_index, u8 sector_type, u8 cid) wil_rf_sector_wmi_set_selected() argument
3224 u16 sector_index; wil_rf_sector_set_selected() local
[all...]

Completed in 10 milliseconds