Home
last modified time | relevance | path

Searched refs:req_param (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/soc/hisilicon/
H A Dkunpeng_hccs.c403 struct hccs_die_num_req_param *req_param; in hccs_get_chip_info() local
408 req_param = (struct hccs_die_num_req_param *)desc.req.data; in hccs_get_chip_info()
409 req_param->chip_id = chip->chip_id; in hccs_get_chip_info()
458 struct hccs_die_info_req_param *req_param; in hccs_query_die_info_on_chip() local
464 req_param = (struct hccs_die_info_req_param *)desc.req.data; in hccs_query_die_info_on_chip()
465 req_param->chip_id = chip_id; in hccs_query_die_info_on_chip()
466 req_param->die_idx = die_idx; in hccs_query_die_info_on_chip()
561 struct hccs_die_comm_req_param *req_param; in hccs_get_all_port_attr() local
578 req_param = (struct hccs_die_comm_req_param *)desc.req.data; in hccs_get_all_port_attr()
579 req_param->chip_id = die->chip->chip_id; in hccs_get_all_port_attr()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Ddebugfs.c130 struct stats_request_params req_param; in ath11k_open_pdev_stats() local
147 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_pdev_stats()
148 req_param.vdev_id = 0; in ath11k_open_pdev_stats()
149 req_param.stats_id = WMI_REQUEST_PDEV_STAT; in ath11k_open_pdev_stats()
151 ret = ath11k_mac_fw_stats_request(ar, &req_param); in ath11k_open_pdev_stats()
157 ath11k_wmi_fw_stats_fill(ar, &ar->fw_stats, req_param.stats_id, buf); in ath11k_open_pdev_stats()
200 struct stats_request_params req_param; in ath11k_open_vdev_stats() local
217 req_param.pdev_id = ar->pdev->pdev_id; in ath11k_open_vdev_stats()
219 req_param.vdev_id = 0; in ath11k_open_vdev_stats()
220 req_param.stats_id = WMI_REQUEST_VDEV_STAT; in ath11k_open_vdev_stats()
[all …]
H A Dmac.h183 struct stats_request_params *req_param);
H A Dmac.c4044 struct stats_request_params *req_param) in ath11k_mac_fw_stats_request() argument
4057 ret = ath11k_wmi_send_stats_request_cmd(ar, req_param); in ath11k_mac_fw_stats_request()
4085 struct stats_request_params req_param; in ath11k_mac_get_fw_stats() local
4093 req_param.pdev_id = pdev_id; in ath11k_mac_get_fw_stats()
4094 req_param.vdev_id = vdev_id; in ath11k_mac_get_fw_stats()
4095 req_param.stats_id = stats_id; in ath11k_mac_get_fw_stats()
4097 ret = ath11k_mac_fw_stats_request(ar, &req_param); in ath11k_mac_get_fw_stats()
/linux/drivers/infiniband/hw/efa/
H A Defa_verbs.c841 enum ib_qp_attr_mask req_param; member
848 .req_param = IB_QP_PKEY_INDEX |
873 .req_param = IB_QP_SQ_PSN,
926 enum ib_qp_attr_mask req_param, opt_param; in efa_modify_srd_qp_is_ok() local
936 req_param = srd_qp_state_table[cur_state][next_state].req_param; in efa_modify_srd_qp_is_ok()
939 if ((mask & req_param) != req_param) in efa_modify_srd_qp_is_ok()
942 if (mask & ~(req_param | opt_param | IB_QP_STATE)) in efa_modify_srd_qp_is_ok()
/linux/drivers/infiniband/core/
H A Dverbs.c1450 enum ib_qp_attr_mask req_param[IB_QPT_MAX]; member
1457 .req_param = {
1510 .req_param = {
1560 .req_param = {
1761 enum ib_qp_attr_mask req_param, opt_param; in ib_modify_qp_is_ok() local
1771 req_param = qp_state_table[cur_state][next_state].req_param[type]; in ib_modify_qp_is_ok()
1774 if ((mask & req_param) != req_param) in ib_modify_qp_is_ok()
1777 if (mask & ~(req_param | opt_param | IB_QP_STATE)) in ib_modify_qp_is_ok()
H A Dcma.c1556 const struct ib_cm_req_event_param *req_param = in cma_save_req_info() local
1563 req->device = req_param->listen_id->device; in cma_save_req_info()
1564 req->port = req_param->port; in cma_save_req_info()
1565 memcpy(&req->local_gid, &req_param->primary_path->sgid, in cma_save_req_info()
1568 req->service_id = req_param->primary_path->service_id; in cma_save_req_info()
1569 req->pkey = be16_to_cpu(req_param->primary_path->pkey); in cma_save_req_info()
1570 if (req->pkey != req_param->bth_pkey) in cma_save_req_info()
1573 req_param->bth_pkey, req->pkey); in cma_save_req_info()