Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rsi/
H A Drsi_91x_main.c71 static char *opmode_str(int oper_mode) in opmode_str() argument
73 switch (oper_mode) { in opmode_str()
106 common->oper_mode, opmode_str(common->oper_mode)); in rsi_print_version()
301 struct rsi_hw *rsi_91x_init(u16 oper_mode) in rsi_91x_init() argument
345 common->oper_mode = oper_mode; in rsi_91x_init()
348 switch (common->oper_mode) { in rsi_91x_init()
365 common->oper_mode = 1; in rsi_91x_init()
369 __func__, common->oper_mode, common->coex_mode); in rsi_91x_init()
H A Drsi_common.h83 struct rsi_hw *rsi_91x_init(u16 oper_mode);
H A Drsi_main.h299 u16 oper_mode; member
H A Drsi_91x_mac80211.c2052 wiphy->max_ap_assoc_sta = rsi_max_ap_stas[common->oper_mode - 1]; in rsi_mac80211_attach()
H A Drsi_91x_mgmt.c898 dev_cfgs->opermode = common->oper_mode; in rsi_send_common_dev_params()
/OK3568_Linux_fs/kernel/drivers/crypto/ux500/hash/
H A Dhash_core.c228 if (HASH_OPER_MODE_HASH == ctx->config.oper_mode) { in get_empty_message_digest()
246 } else if (HASH_OPER_MODE_HMAC == ctx->config.oper_mode) { in get_empty_message_digest()
484 if (ctx->config.oper_mode == HASH_OPER_MODE_HMAC) in init_hash_hw()
712 if (HASH_OPER_MODE_HASH == config->oper_mode) in hash_setconfiguration()
715 else if (HASH_OPER_MODE_HMAC == config->oper_mode) { in hash_setconfiguration()
902 if (ctx->config.oper_mode == HASH_OPER_MODE_HMAC) in hash_dma_final()
933 if (ctx->config.oper_mode == HASH_OPER_MODE_HMAC && ctx->key) { in hash_dma_final()
1036 if (ctx->config.oper_mode == HASH_OPER_MODE_HMAC && ctx->key) { in hash_hw_final()
1367 ctx->config.oper_mode = HASH_OPER_MODE_HASH; in ahash_sha1_init()
1380 ctx->config.oper_mode = HASH_OPER_MODE_HASH; in ahash_sha256_init()
[all …]
H A Dhash_alg.h296 int oper_mode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/
H A D11ac.c251 if (bss_desc->oper_mode) { in mwifiex_cmd_append_11ac_tlv()
252 ieee_oper_ntf = bss_desc->oper_mode; in mwifiex_cmd_append_11ac_tlv()
257 oper_ntf->oper_mode = ieee_oper_ntf->oper_mode; in mwifiex_cmd_append_11ac_tlv()
H A Dscan.c1454 bss_entry->oper_mode = (void *)current_ptr; in mwifiex_update_bss_desc_with_ie()
1456 (u16)((u8 *)bss_entry->oper_mode - in mwifiex_update_bss_desc_with_ie()
2981 if (curr_bss->oper_mode) in mwifiex_save_curr_bcn()
2982 curr_bss->oper_mode = (void *)(curr_bss->beacon_buf + in mwifiex_save_curr_bcn()
H A Dfw.h1196 u8 oper_mode; member
1837 u8 oper_mode; member
H A Dmain.h432 struct ieee_types_oper_mode_ntf *oper_mode; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_11ac.c1220 pmrvl_oper_mode->oper_mode |= in wlan_cmd_append_11ac_tlv()
1222 pmrvl_oper_mode->oper_mode |= in wlan_cmd_append_11ac_tlv()
1225 if (!(IS_OPER_MODE_20M(pmrvl_oper_mode->oper_mode))) { in wlan_cmd_append_11ac_tlv()
1229 pmrvl_oper_mode->oper_mode); in wlan_cmd_append_11ac_tlv()
1232 pmrvl_oper_mode->oper_mode); in wlan_cmd_append_11ac_tlv()
1237 SET_OPER_MODE_80M(pmrvl_oper_mode->oper_mode); in wlan_cmd_append_11ac_tlv()
1267 pmrvl_oper_mode->oper_mode |= (nss - 1) << 4; in wlan_cmd_append_11ac_tlv()
1271 SET_OPER_MODE_20M(pmrvl_oper_mode->oper_mode); in wlan_cmd_append_11ac_tlv()
1274 SET_OPER_MODE_40M(pmrvl_oper_mode->oper_mode); in wlan_cmd_append_11ac_tlv()
H A Dmlan_fw.h1018 #define SET_OPER_MODE_80M(oper_mode) \ argument
1019 (oper_mode = (oper_mode & ~MBIT(0)) | MBIT(1))
1021 #define SET_OPER_MODE_40M(oper_mode) \ argument
1022 (oper_mode = (oper_mode & ~MBIT(1)) | MBIT(0))
1024 #define SET_OPER_MODE_20M(oper_mode) (oper_mode &= ~(0x03)) argument
1025 #define IS_OPER_MODE_20M(oper_mode) (((oper_mode) & (MBIT(0) | MBIT(1))) == 0) argument
1027 #define SET_OPER_MODE_2NSS(oper_mode) \ argument
1028 (oper_mode = (oper_mode & ~(MBIT(5) | MBIT(6))) | MBIT(4))
1030 #define SET_OPER_MODE_1NSS(oper_mode) \ argument
1031 (oper_mode &= ~(MBIT(4) | MBIT(5) | MBIT(6)))
[all …]
H A Dmlan_ieee.h1264 t_u8 oper_mode;
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wcn36xx/
H A Dsmd.c1529 bss->oper_mode = 1; in wcn36xx_smd_set_bss_params()
1536 bss->oper_mode = 0; in wcn36xx_smd_set_bss_params()
1542 bss->oper_mode = 1; in wcn36xx_smd_set_bss_params()
1634 bss->oper_mode = bss_v0.oper_mode; in wcn36xx_smd_config_bss_v1()
1707 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v1()
1748 bss->oper_mode, bss->nw_type); in wcn36xx_smd_config_bss_v0()
H A Dhal.h1870 u8 oper_mode; member
2017 u8 oper_mode; member
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/
H A D802.11.h1949 #define DOT11_OPER_MODE_RESET_CHAN_WIDTH_160MHZ(oper_mode) \ argument
1950 (oper_mode & (~(DOT11_OPER_MODE_CHANNEL_WIDTH_MASK | \
1952 #define DOT11_OPER_MODE_SET_CHAN_WIDTH_160MHZ(oper_mode) \ argument
1953 (oper_mode = (DOT11_OPER_MODE_RESET_CHAN_WIDTH_160MHZ(oper_mode) | \
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/
H A D802.11.h1949 #define DOT11_OPER_MODE_RESET_CHAN_WIDTH_160MHZ(oper_mode) \ argument
1950 (oper_mode & (~(DOT11_OPER_MODE_CHANNEL_WIDTH_MASK | \
1952 #define DOT11_OPER_MODE_SET_CHAN_WIDTH_160MHZ(oper_mode) \ argument
1953 (oper_mode = (DOT11_OPER_MODE_RESET_CHAN_WIDTH_160MHZ(oper_mode) | \
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Dwl_cfgvif.c6435 int oper_mode; in wl_update_opmode() local
6444 oper_mode = bw; in wl_update_opmode()
6445 oper_mode |= wl_rxchain_to_opmode_nss(rxchain); in wl_update_opmode()
6447 oper_mode |= OPER_MODE_ENABLE; in wl_update_opmode()
6449 ret = wldev_iovar_setint(ndev, "oper_mode", oper_mode); in wl_update_opmode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Dwl_cfgvif.c6390 int oper_mode; in wl_update_opmode() local
6399 oper_mode = bw; in wl_update_opmode()
6400 oper_mode |= wl_rxchain_to_opmode_nss(rxchain); in wl_update_opmode()
6402 oper_mode |= OPER_MODE_ENABLE; in wl_update_opmode()
6404 ret = wldev_iovar_setint(ndev, "oper_mode", oper_mode); in wl_update_opmode()
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmlan_ieee.h1264 t_u8 oper_mode;