Searched refs:req_param (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/soc/hisilicon/ |
H A 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 …]
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs.c | 168 struct stats_request_params *req_param) in ath11k_debugfs_fw_stats_request() argument 187 ret = ath11k_wmi_send_stats_request_cmd(ar, req_param); in ath11k_debugfs_fw_stats_request() 218 struct stats_request_params req_param; in ath11k_debugfs_get_fw_stats() local 228 req_param.pdev_id = pdev_id; in ath11k_debugfs_get_fw_stats() 229 req_param.vdev_id = vdev_id; in ath11k_debugfs_get_fw_stats() 230 req_param.stats_id = stats_id; in ath11k_debugfs_get_fw_stats() 232 ret = ath11k_debugfs_fw_stats_request(ar, &req_param); in ath11k_debugfs_get_fw_stats() 250 struct stats_request_params req_param; in ath11k_open_pdev_stats() local 267 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats() 268 req_param.vdev_id = 0; in ath11k_open_pdev_stats() [all …]
|
H A D | mac.c | 9004 struct stats_request_params *req_param) in ath11k_fw_stats_request() argument 9019 ret = ath11k_wmi_send_stats_request_cmd(ar, req_param); in ath11k_fw_stats_request() 9041 struct stats_request_params req_param = {0}; in ath11k_mac_op_get_txpower() local 9064 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_mac_op_get_txpower() 9065 req_param.stats_id = WMI_REQUEST_PDEV_STAT; in ath11k_mac_op_get_txpower() 9067 ret = ath11k_fw_stats_request(ar, &req_param); in ath11k_mac_op_get_txpower()
|
/openbmc/linux/drivers/infiniband/core/ |
H A 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()
|
H A D | cma.c | 1533 const struct ib_cm_req_event_param *req_param = in cma_save_req_info() local 1540 req->device = req_param->listen_id->device; in cma_save_req_info() 1541 req->port = req_param->port; in cma_save_req_info() 1542 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info() 1545 req->service_id = req_param->primary_path->service_id; in cma_save_req_info() 1546 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info() 1547 if (req->pkey != req_param->bth_pkey) in cma_save_req_info() 1550 req_param->bth_pkey, req->pkey); in cma_save_req_info()
|
/openbmc/linux/drivers/infiniband/hw/efa/ |
H A 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()
|