Home
last modified time | relevance | path

Searched refs:client_type (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c169 p_oct->authorized = !is_remote(p_oct->client_type) || in is_authorized()
187 strncpy(p_oct->client_type, opt->console, sizeof(p_oct->client_type)); in osm_console_init()
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_console_io.h78 char client_type[32]; member
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dreg.h71 enum wmi_reg_6g_client_type client_type; member
H A Dmac.c11978 enum wmi_reg_6g_client_type client_type; in ath12k_mac_parse_tx_pwr_env() local
11985 client_type = reg_info->client_type; in ath12k_mac_parse_tx_pwr_env()
11987 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env()
11988 reg_psd = &tpe->psd_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env()
11989 local_non_psd = &tpe->max_local[client_type]; in ath12k_mac_parse_tx_pwr_env()
11990 reg_non_psd = &tpe->max_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env()
11998 client_type); in ath12k_mac_parse_tx_pwr_env()
H A Dwmi.c6285 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev()
6307 reg_info->client_type, reg_info->domain_code_6g_super_id); in ath12k_pull_reg_chan_list_ext_update_ev()
H A Dwmi.h4346 __le32 client_type; member
/freebsd/sys/dev/mana/
H A Dmana.h289 uint32_t client_type :2; member
H A Dmana_en.c1467 if (cqe_oob->cqe_hdr.client_type != in mana_poll_tx_cq()
1471 cqe_oob->cqe_hdr.client_type); in mana_poll_tx_cq()
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c8321 enum wmi_reg_6ghz_client_type client_type; in ath11k_mac_parse_tx_pwr_env() local
8328 client_type = reg_info->client_type; in ath11k_mac_parse_tx_pwr_env()
8331 bss_conf->tpe.max_local[client_type].valid + in ath11k_mac_parse_tx_pwr_env()
8332 bss_conf->tpe.psd_local[client_type].valid; in ath11k_mac_parse_tx_pwr_env()
8334 bss_conf->tpe.max_reg_client[client_type].valid + in ath11k_mac_parse_tx_pwr_env()
8335 bss_conf->tpe.psd_reg_client[client_type].valid; in ath11k_mac_parse_tx_pwr_env()
8340 client_type); in ath11k_mac_parse_tx_pwr_env()
8349 psd = &bss_conf->tpe.psd_local[client_type]; in ath11k_mac_parse_tx_pwr_env()
8352 non_psd = &bss_conf->tpe.max_local[client_type]; in ath11k_mac_parse_tx_pwr_env()
8356 psd = &bss_conf->tpe.psd_reg_client[client_type]; in ath11k_mac_parse_tx_pwr_env()
[all …]
H A Dwmi.h4518 enum wmi_reg_6ghz_client_type client_type; member
4576 u32 client_type; member
H A Dwmi.c6052 reg_info->client_type = ev->client_type; in ath11k_pull_reg_chan_list_ext_update_ev()
6065 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
6093 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dscan.c2269 enum reg_6g_client_type client_type; in wpas_channel_width_tx_pwr() local
2282 client_type = (elem->data[0] >> 6) & 0x03; in wpas_channel_width_tx_pwr()
2284 if (client_type != REG_DEFAULT_CLIENT) in wpas_channel_width_tx_pwr()