Searched refs:client_type (Results 1 – 9 of 9) sorted by relevance
58 static bool hnae3_client_match(enum hnae3_client_type client_type) in hnae3_client_match() argument60 if (client_type == HNAE3_CLIENT_KNIC || in hnae3_client_match()61 client_type == HNAE3_CLIENT_ROCE) in hnae3_client_match()
174 unsigned long client_type; member
232 u32 client_type : 2; member
12243 enum wmi_reg_6g_client_type client_type; in ath12k_mac_parse_tx_pwr_env() local12250 client_type = reg_info->client_type; in ath12k_mac_parse_tx_pwr_env()12252 local_psd = &tpe->psd_local[client_type]; in ath12k_mac_parse_tx_pwr_env()12253 reg_psd = &tpe->psd_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env()12254 local_non_psd = &tpe->max_local[client_type]; in ath12k_mac_parse_tx_pwr_env()12255 reg_non_psd = &tpe->max_reg_client[client_type]; in ath12k_mac_parse_tx_pwr_env()12263 client_type); in ath12k_mac_parse_tx_pwr_env()
6226 reg_info->client_type = le32_to_cpu(ev->client_type); in ath12k_pull_reg_chan_list_ext_update_ev()6248 reg_info->client_type, reg_info->domain_code_6g_super_id); in ath12k_pull_reg_chan_list_ext_update_ev()
4454 __le32 client_type; member
561 :c:type:`i2c_board_info` structure using the ``client_type`` and the
5774 reg_info->client_type = ev->client_type; in ath11k_pull_reg_chan_list_ext_update_ev()5787 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()5815 ath11k_6ghz_client_type_to_str(reg_info->client_type), in ath11k_pull_reg_chan_list_ext_update_ev()
1949 if (WARN_ON_ONCE(cqe_oob->cqe_hdr.client_type != in mana_poll_tx_cq()