Home
last modified time | relevance | path

Searched refs:req1 (Results 1 – 17 of 17) sorted by relevance

/openbmc/linux/drivers/base/power/
H A Dqos-test.c12 struct freq_qos_request req1, req2; in freq_qos_test_min() local
16 memset(&req1, 0, sizeof(req1)); in freq_qos_test_min()
19 ret = freq_qos_add_request(&qos, &req1, FREQ_QOS_MIN, 1000); in freq_qos_test_min()
30 ret = freq_qos_remove_request(&req1); in freq_qos_test_min()
40 struct freq_qos_request req1, req2; in freq_qos_test_maxdef() local
44 memset(&req1, 0, sizeof(req1)); in freq_qos_test_maxdef()
49 ret = freq_qos_add_request(&qos, &req1, FREQ_QOS_MAX, in freq_qos_test_maxdef()
57 ret = freq_qos_update_request(&req1, 1000); in freq_qos_test_maxdef()
67 ret = freq_qos_remove_request(&req1); in freq_qos_test_maxdef()
/openbmc/linux/drivers/fpga/
H A Ddfl-afu-error.c169 u64 req0, req1; in first_malformed_req_show() local
175 req1 = readq(base + PORT_MALFORMED_REQ1); in first_malformed_req_show()
179 (unsigned long long)req1, (unsigned long long)req0); in first_malformed_req_show()
/openbmc/linux/net/ipv4/
H A Dtcp_fastopen.c317 struct request_sock *req1; in tcp_fastopen_queue_check() local
319 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
320 if (!req1 || time_after(req1->rsk_timer.expires, jiffies)) { in tcp_fastopen_queue_check()
326 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
329 reqsk_put(req1); in tcp_fastopen_queue_check()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec.c109 struct ec_params_host_sleep_event_v1 req1; in cros_ec_sleep_event() member
117 buf.u.req1.sleep_event = sleep_event; in cros_ec_sleep_event()
118 buf.u.req1.suspend_params.sleep_timeout_ms = in cros_ec_sleep_event()
121 buf.msg.outsize = sizeof(buf.u.req1); in cros_ec_sleep_event()
/openbmc/linux/net/handshake/
H A Dhandshake-test.c281 struct handshake_req *req1, *req2; in handshake_req_submit_test6() local
287 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
288 KUNIT_ASSERT_NOT_NULL(test, req1); in handshake_req_submit_test6()
301 err = handshake_req_submit(sock, req1, GFP_KERNEL); in handshake_req_submit_test6()
/openbmc/linux/drivers/virt/vboxguest/
H A Dvboxguest_core.c178 struct vmmdev_guest_info *req1 = NULL; in vbg_report_guest_info() local
182 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO, in vbg_report_guest_info()
186 if (!req1 || !req2) in vbg_report_guest_info()
189 req1->interface_version = VMMDEV_VERSION; in vbg_report_guest_info()
190 req1->os_type = VMMDEV_OSTYPE_LINUX26; in vbg_report_guest_info()
192 req1->os_type |= VMMDEV_OSTYPE_X64; in vbg_report_guest_info()
214 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info()
216 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info()
227 vbg_req_free(req1, sizeof(*req1)); in vbg_report_guest_info()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1475 cp->num_cqs = req1->num_cqs; in cnic_bnx2x_iscsi_init1()
1482 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1489 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1494 req1->rq_buffer_size); in cnic_bnx2x_iscsi_init1()
1501 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1503 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1505 req1->cq_num_wqes); in cnic_bnx2x_iscsi_init1()
1533 req1->cq_num_wqes); in cnic_bnx2x_iscsi_init1()
2315 memcpy(&fcoe_init->init_kwqe1, req1, sizeof(*req1)); in cnic_bnx2x_fcoe_init1()
2364 l5_cid = req1->fcoe_conn_id; in cnic_bnx2x_fcoe_ofld1()
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pinctrl/
H A Dlantiq,pinctrl-xway.txt59 req1, req2, req3, dfe led0, dfe led1
70 clkout2, clkout3, gnt1, gnt2, gnt3, gnt4, req1, req2, req3, req4, mdio,
85 gnt2, gnt3, gnt4, req1, req2, req3, req4, mdio, dfe led0, dfe led1,
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1184 u8 *req1 = (u8 *)desc[1].data; in hclge_dbg_dump_qos_dscp_map() local
1214 dscp_tc[j] = req1[i >> 1] >> HCLGE_DSCP_TC_SHIFT(i); in hclge_dbg_dump_qos_dscp_map()
1516 struct hclge_fd_tcam_config_1_cmd *req1; in hclge_dbg_fd_tcam_read() local
1530 req1 = (struct hclge_fd_tcam_config_1_cmd *)desc[0].data; in hclge_dbg_fd_tcam_read()
1534 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
1535 req1->xy_sel = sel_x ? 1 : 0; in hclge_dbg_fd_tcam_read()
1536 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1547 req = (__le32 *)req1->tcam_data; in hclge_dbg_fd_tcam_read()
H A Dhclge_main.c1338 struct hclge_dev_specs_1_cmd *req1; in hclge_parse_dev_specs() local
1354 ae_dev->dev_specs.tnl_num = req1->tnl_num; in hclge_parse_dev_specs()
3257 struct hclge_phy_link_ksetting_1_cmd *req1; in hclge_get_phy_link_ksettings() local
3308 struct hclge_phy_link_ksetting_1_cmd *req1; in hclge_set_phy_link_ksettings() local
5533 struct hclge_fd_tcam_config_1_cmd *req1; in hclge_fd_tcam_config() local
5549 req1->stage = stage; in hclge_fd_tcam_config()
5550 req1->xy_sel = sel_x ? 1 : 0; in hclge_fd_tcam_config()
5552 req1->index = cpu_to_le32(loc); in hclge_fd_tcam_config()
5553 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
5556 memcpy(req1->tcam_data, &key[0], sizeof(req1->tcam_data)); in hclge_fd_tcam_config()
[all …]
H A Dhclge_tm.c283 u8 *req1 = (u8 *)desc[1].data; in hclge_dscp_to_tc_map() local
304 req1[i >> 1] |= tc_id << HCLGE_DSCP_TC_SHIFT(i); in hclge_dscp_to_tc_map()
/openbmc/linux/drivers/dma/
H A Dbcm-sba-raid.c319 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests() local
324 list_for_each_entry_safe(req, req1, &sba->reqs_alloc_list, node) in sba_cleanup_nonpending_requests()
328 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()
342 struct sba_request *req, *req1; in sba_cleanup_pending_requests() local
347 list_for_each_entry_safe(req, req1, &sba->reqs_pending_list, node) in sba_cleanup_pending_requests()
/openbmc/linux/fs/ceph/
H A Dcaps.c2319 struct ceph_mds_request *req1 = NULL, *req2 = NULL; in flush_mdlog_and_wait_inode_unsafe_requests() local
2324 req1 = list_last_entry(&ci->i_unsafe_dirops, in flush_mdlog_and_wait_inode_unsafe_requests()
2327 ceph_mdsc_get_request(req1); in flush_mdlog_and_wait_inode_unsafe_requests()
2342 if (req1 || req2) { in flush_mdlog_and_wait_inode_unsafe_requests()
2360 if (req1) { in flush_mdlog_and_wait_inode_unsafe_requests()
2408 inode, req1 ? req1->r_tid : 0ULL, req2 ? req2->r_tid : 0ULL); in flush_mdlog_and_wait_inode_unsafe_requests()
2409 if (req1) { in flush_mdlog_and_wait_inode_unsafe_requests()
2410 ret = !wait_for_completion_timeout(&req1->r_safe_completion, in flush_mdlog_and_wait_inode_unsafe_requests()
2411 ceph_timeout_jiffies(req1->r_timeout)); in flush_mdlog_and_wait_inode_unsafe_requests()
2423 if (req1) in flush_mdlog_and_wait_inode_unsafe_requests()
[all …]
/openbmc/linux/Documentation/arch/arc/
H A Darc.rst29 <https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi>`_ and
/openbmc/linux/sound/core/
H A Dump.c548 static int ump_req_msg(struct snd_ump_endpoint *ump, u32 req1, u32 req2, in ump_req_msg() argument
554 __func__, req1, req2, reply); in ump_req_msg()
556 buf[0] = req1; in ump_req_msg()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c423 const VirtIOBlockReq *req1 = *(VirtIOBlockReq **)a, in multireq_compare() local
430 if (req1->sector_num > req2->sector_num) { in multireq_compare()
432 } else if (req1->sector_num < req2->sector_num) { in multireq_compare()
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c2669 struct hclgevf_dev_specs_1_cmd *req1; in hclgevf_parse_dev_specs() local
2672 req1 = (struct hclgevf_dev_specs_1_cmd *)desc[1].data; in hclgevf_parse_dev_specs()
2679 ae_dev->dev_specs.max_int_gl = le16_to_cpu(req1->max_int_gl); in hclgevf_parse_dev_specs()
2680 ae_dev->dev_specs.max_frm_size = le16_to_cpu(req1->max_frm_size); in hclgevf_parse_dev_specs()