/kernel/linux/linux-6.6/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 in hccs_get_all_port_attr() 603 struct hccs_port_comm_req_param *req_param; hccs_query_port_link_status() local 630 struct hccs_port_comm_req_param *req_param; hccs_query_port_crc_err_cnt() local 655 struct hccs_die_comm_req_param *req_param; hccs_get_die_all_link_status() local 685 struct hccs_die_comm_req_param *req_param; hccs_get_die_all_port_lane_status() local 714 struct hccs_die_comm_req_param *req_param; hccs_get_die_total_crc_err_cnt() local [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs.c | 185 struct stats_request_params *req_param) in ath11k_debugfs_fw_stats_request() 204 ret = ath11k_wmi_send_stats_request_cmd(ar, req_param); in ath11k_debugfs_fw_stats_request() 236 struct stats_request_params req_param; in ath11k_open_pdev_stats() local 253 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats() 254 req_param.vdev_id = 0; in ath11k_open_pdev_stats() 255 req_param.stats_id = WMI_REQUEST_PDEV_STAT; in ath11k_open_pdev_stats() 257 ret = ath11k_debugfs_fw_stats_request(ar, &req_param); in ath11k_open_pdev_stats() 263 ath11k_wmi_fw_stats_fill(ar, &ar->debug.fw_stats, req_param.stats_id, in ath11k_open_pdev_stats() 307 struct stats_request_params req_param; in ath11k_open_vdev_stats() local 324 req_param in ath11k_open_vdev_stats() 184 ath11k_debugfs_fw_stats_request(struct ath11k *ar, struct stats_request_params *req_param) ath11k_debugfs_fw_stats_request() argument 380 struct stats_request_params req_param; ath11k_open_bcn_stats() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs.c | 167 struct stats_request_params *req_param) in ath11k_debugfs_fw_stats_request() 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 in ath11k_open_pdev_stats() 166 ath11k_debugfs_fw_stats_request(struct ath11k *ar, struct stats_request_params *req_param) ath11k_debugfs_fw_stats_request() argument 319 struct stats_request_params req_param; ath11k_open_vdev_stats() local 391 struct stats_request_params req_param; ath11k_open_bcn_stats() local [all...] |
H A D | mac.c | 8998 struct stats_request_params *req_param) in ath11k_fw_stats_request() 9013 ret = ath11k_wmi_send_stats_request_cmd(ar, req_param); in ath11k_fw_stats_request() 9035 struct stats_request_params req_param = {0}; in ath11k_mac_op_get_txpower() local 9058 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_mac_op_get_txpower() 9059 req_param.stats_id = WMI_REQUEST_PDEV_STAT; in ath11k_mac_op_get_txpower() 9061 ret = ath11k_fw_stats_request(ar, &req_param); in ath11k_mac_op_get_txpower() 8997 ath11k_fw_stats_request(struct ath11k *ar, struct stats_request_params *req_param) ath11k_fw_stats_request() argument
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/ |
H A D | efa_verbs.c | 758 enum ib_qp_attr_mask req_param; member 765 .req_param = IB_QP_PKEY_INDEX | 790 .req_param = IB_QP_SQ_PSN, 843 enum ib_qp_attr_mask req_param, opt_param; in efa_modify_srd_qp_is_ok() local 853 req_param = srd_qp_state_table[cur_state][next_state].req_param; in efa_modify_srd_qp_is_ok() 856 if ((mask & req_param) != req_param) in efa_modify_srd_qp_is_ok() 859 if (mask & ~(req_param | opt_param | IB_QP_STATE)) in efa_modify_srd_qp_is_ok()
|
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | verbs.c | 1298 enum ib_qp_attr_mask req_param[IB_QPT_MAX]; member 1305 .req_param = { 1358 .req_param = { 1407 .req_param = { 1606 enum ib_qp_attr_mask req_param, opt_param; in ib_modify_qp_is_ok() local 1616 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok() 1619 if ((mask & req_param) != req_param) in ib_modify_qp_is_ok() 1622 if (mask & ~(req_param | opt_para in ib_modify_qp_is_ok() [all...] |
H A D | cma.c | 1384 const struct ib_cm_req_event_param *req_param = in cma_save_req_info() local 1391 req->device = req_param->listen_id->device; in cma_save_req_info() 1392 req->port = req_param->port; in cma_save_req_info() 1393 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info() 1396 req->service_id = req_param->primary_path->service_id; in cma_save_req_info() 1397 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info() 1398 if (req->pkey != req_param->bth_pkey) in cma_save_req_info() 1401 req_param->bth_pkey, req->pkey); in cma_save_req_info()
|
/kernel/linux/linux-6.6/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_para in ib_modify_qp_is_ok() [all...] |
H A 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()
|
/kernel/linux/linux-6.6/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()
|