Searched refs:req_param (Results  1 – 6 of 6) sorted by relevance
| /Linux-v6.6/drivers/soc/hisilicon/ | 
| D | kunpeng_hccs.c | 301 	struct hccs_die_num_req_param *req_param;  in hccs_get_chip_info()  local 306 	req_param = (struct hccs_die_num_req_param *)desc.req.data;  in hccs_get_chip_info() 307 	req_param->chip_id = chip->chip_id;  in hccs_get_chip_info() 356 	struct hccs_die_info_req_param *req_param;  in hccs_query_die_info_on_chip()  local 362 	req_param = (struct hccs_die_info_req_param *)desc.req.data;  in hccs_query_die_info_on_chip() 363 	req_param->chip_id = chip_id;  in hccs_query_die_info_on_chip() 364 	req_param->die_idx = die_idx;  in hccs_query_die_info_on_chip() 457 	struct hccs_die_comm_req_param *req_param;  in hccs_get_all_port_attr()  local 474 		req_param = (struct hccs_die_comm_req_param *)desc.req.data;  in hccs_get_all_port_attr() 475 		req_param->chip_id = die->chip->chip_id;  in hccs_get_all_port_attr() [all …] 
 | 
| /Linux-v6.6/drivers/net/wireless/ath/ath11k/ | 
| D | debugfs.c | 167 					   struct stats_request_params *req_param)  in ath11k_debugfs_fw_stats_request()  argument 186 	ret = ath11k_wmi_send_stats_request_cmd(ar, req_param);  in ath11k_debugfs_fw_stats_request() 217 	struct stats_request_params req_param;  in ath11k_debugfs_get_fw_stats()  local 227 	req_param.pdev_id = pdev_id;  in ath11k_debugfs_get_fw_stats() 228 	req_param.vdev_id = vdev_id;  in ath11k_debugfs_get_fw_stats() 229 	req_param.stats_id = stats_id;  in ath11k_debugfs_get_fw_stats() 231 	ret = ath11k_debugfs_fw_stats_request(ar, &req_param);  in ath11k_debugfs_get_fw_stats() 249 	struct stats_request_params req_param;  in ath11k_open_pdev_stats()  local 266 	req_param.pdev_id = ar->pdev->pdev_id;  in ath11k_open_pdev_stats() 267 	req_param.vdev_id = 0;  in ath11k_open_pdev_stats() [all …] 
 | 
| D | mac.c | 8993 				   struct stats_request_params *req_param)  in ath11k_fw_stats_request()  argument 9008 	ret = ath11k_wmi_send_stats_request_cmd(ar, req_param);  in ath11k_fw_stats_request() 9030 	struct stats_request_params req_param = {0};  in ath11k_mac_op_get_txpower()  local 9045 	req_param.pdev_id = ar->pdev->pdev_id;  in ath11k_mac_op_get_txpower() 9046 	req_param.stats_id = WMI_REQUEST_PDEV_STAT;  in ath11k_mac_op_get_txpower() 9048 	ret = ath11k_fw_stats_request(ar, &req_param);  in ath11k_mac_op_get_txpower()
  | 
| /Linux-v6.6/drivers/infiniband/core/ | 
| D | verbs.c | 1380 	enum ib_qp_attr_mask	req_param[IB_QPT_MAX];  member 1387 			.req_param = { 1440 			.req_param = { 1489 			.req_param = { 1688 	enum ib_qp_attr_mask req_param, opt_param;  in ib_modify_qp_is_ok()  local 1698 	req_param = qp_state_table[cur_state][next_state].req_param[type];  in ib_modify_qp_is_ok() 1701 	if ((mask & req_param) != req_param)  in ib_modify_qp_is_ok() 1704 	if (mask & ~(req_param | opt_param | IB_QP_STATE))  in ib_modify_qp_is_ok()
  | 
| D | cma.c | 1531 	const struct ib_cm_req_event_param *req_param =  in cma_save_req_info()  local 1538 		req->device	= req_param->listen_id->device;  in cma_save_req_info() 1539 		req->port	= req_param->port;  in cma_save_req_info() 1540 		memcpy(&req->local_gid, &req_param->primary_path->sgid,  in cma_save_req_info() 1543 		req->service_id = req_param->primary_path->service_id;  in cma_save_req_info() 1544 		req->pkey	= be16_to_cpu(req_param->primary_path->pkey);  in cma_save_req_info() 1545 		if (req->pkey != req_param->bth_pkey)  in cma_save_req_info() 1548 					    req_param->bth_pkey, req->pkey);  in cma_save_req_info()
  | 
| /Linux-v6.6/drivers/infiniband/hw/efa/ | 
| D | efa_verbs.c | 776 	enum ib_qp_attr_mask	req_param;  member 783 			.req_param = IB_QP_PKEY_INDEX | 808 			.req_param = IB_QP_SQ_PSN, 861 	enum ib_qp_attr_mask req_param, opt_param;  in efa_modify_srd_qp_is_ok()  local 871 	req_param = srd_qp_state_table[cur_state][next_state].req_param;  in efa_modify_srd_qp_is_ok() 874 	if ((mask & req_param) != req_param)  in efa_modify_srd_qp_is_ok() 877 	if (mask & ~(req_param | opt_param | IB_QP_STATE))  in efa_modify_srd_qp_is_ok()
  |