Home
last modified time | relevance | path

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

/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()
/linux/net/ipv4/
H A Dtcp_fastopen.c408 struct request_sock *req1; in tcp_fastopen_queue_check() local
410 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
411 if (!req1 || time_after(req1->rsk_timer.expires, jiffies)) { in tcp_fastopen_queue_check()
417 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
420 reqsk_put(req1); in tcp_fastopen_queue_check()
/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()
/linux/net/handshake/
H A Dhandshake-test.c288 struct handshake_req *req1, *req2; in handshake_req_submit_test6() local
295 req1 = handshake_req_alloc(&handshake_req_alloc_proto_good, GFP_KERNEL); in handshake_req_submit_test6()
296 KUNIT_ASSERT_NOT_NULL(test, req1); in handshake_req_submit_test6()
310 err = handshake_req_submit(sock, req1, GFP_KERNEL); in handshake_req_submit_test6()
/linux/drivers/net/ethernet/broadcom/
H A Dcnic.c1469 struct iscsi_kwqe_init1 *req1 = (struct iscsi_kwqe_init1 *) kwqe; in cnic_bnx2x_iscsi_init1() local
1473 cp->num_iscsi_tasks = req1->num_tasks_per_conn; in cnic_bnx2x_iscsi_init1()
1474 cp->num_ccells = req1->num_ccells_per_conn; in cnic_bnx2x_iscsi_init1()
1482 cp->num_cqs = req1->num_cqs; in cnic_bnx2x_iscsi_init1()
1489 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1496 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1501 req1->rq_buffer_size); in cnic_bnx2x_iscsi_init1()
1508 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1510 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1512 req1->cq_num_wqes); in cnic_bnx2x_iscsi_init1()
[all …]
/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,
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_debugfs.c1664 u8 *req1 = (u8 *)desc[1].data; in hclge_dbg_dump_qos_dscp_map() local
1695 dscp_tc[j] = req1[i >> 1] >> HCLGE_DSCP_TC_SHIFT(i); in hclge_dbg_dump_qos_dscp_map()
1969 struct hclge_fd_tcam_config_1_cmd *req1; in hclge_dbg_fd_tcam_read() local
1982 req1 = (struct hclge_fd_tcam_config_1_cmd *)desc[0].data; in hclge_dbg_fd_tcam_read()
1986 req1->stage = tcam_msg.stage; in hclge_dbg_fd_tcam_read()
1987 req1->xy_sel = sel_x ? 1 : 0; in hclge_dbg_fd_tcam_read()
1988 req1->index = cpu_to_le32(tcam_msg.loc); in hclge_dbg_fd_tcam_read()
1998 req = (__le32 *)req1->tcam_data; in hclge_dbg_fd_tcam_read()
H A Dhclge_main.c1311 struct hclge_dev_specs_1_cmd *req1; in hclge_parse_cfg()
1314 req1 = (struct hclge_dev_specs_1_cmd *)desc[1].data; in hclge_parse_cfg()
1322 ae_dev->dev_specs.max_qset_num = le16_to_cpu(req1->max_qset_num); in hclge_parse_cfg()
1323 ae_dev->dev_specs.max_int_gl = le16_to_cpu(req1->max_int_gl); in hclge_parse_cfg()
1324 ae_dev->dev_specs.max_frm_size = le16_to_cpu(req1->max_frm_size); in hclge_parse_cfg()
1325 ae_dev->dev_specs.umv_size = le16_to_cpu(req1->umv_size);
1326 ae_dev->dev_specs.mc_mac_size = le16_to_cpu(req1->mc_mac_size);
1327 ae_dev->dev_specs.tnl_num = req1->tnl_num;
1328 ae_dev->dev_specs.hilink_version = req1->hilink_version;
3241 struct hclge_phy_link_ksetting_1_cmd *req1; in hclge_get_sfp_speed()
1384 struct hclge_dev_specs_1_cmd *req1; hclge_parse_dev_specs() local
3316 struct hclge_phy_link_ksetting_1_cmd *req1; hclge_get_phy_link_ksettings() local
3367 struct hclge_phy_link_ksetting_1_cmd *req1; hclge_set_phy_link_ksettings() local
5618 struct hclge_fd_tcam_config_1_cmd *req1; hclge_fd_tcam_config() local
9620 struct hclge_vlan_filter_vf_cfg_cmd *req1; hclge_set_vf_vlan_filter_cmd() local
[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()
/linux/drivers/dma/
H A Dbcm-sba-raid.c320 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests()
325 list_for_each_entry_safe(req, req1, &sba->reqs_alloc_list, node) in sba_cleanup_nonpending_requests()
329 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()
343 struct sba_request *req, *req1; in sba_cleanup_pending_requests()
348 list_for_each_entry_safe(req, req1, &sba->reqs_pending_list, node) in sba_cleanup_pending_requests()
319 struct sba_request *req, *req1; sba_cleanup_nonpending_requests() local
342 struct sba_request *req, *req1; sba_cleanup_pending_requests() local
/linux/fs/ceph/
H A Dcaps.c2368 struct ceph_mds_request *req1 = NULL, *req2 = NULL; in flush_mdlog_and_wait_inode_unsafe_requests()
2373 req1 = list_last_entry(&ci->i_unsafe_dirops, in flush_mdlog_and_wait_inode_unsafe_requests()
2376 ceph_mdsc_get_request(req1); in flush_mdlog_and_wait_inode_unsafe_requests()
2391 if (req1 || req2) { in flush_mdlog_and_wait_inode_unsafe_requests()
2409 if (req1) { in flush_mdlog_and_wait_inode_unsafe_requests()
2457 ceph_vinop(inode), req1 ? req1->r_tid : 0ULL, in flush_mdlog_and_wait_inode_unsafe_requests()
2459 if (req1) { in flush_mdlog_and_wait_inode_unsafe_requests()
2460 ret = !wait_for_completion_timeout(&req1->r_safe_completion, in flush_mdlog_and_wait_inode_unsafe_requests()
2461 ceph_timeout_jiffies(req1 in flush_mdlog_and_wait_inode_unsafe_requests()
2365 struct ceph_mds_request *req1 = NULL, *req2 = NULL; flush_mdlog_and_wait_inode_unsafe_requests() local
[all...]
/linux/Documentation/arch/arc/
H A Darc.rst29 <https://www.synopsys.com/cgi-bin/dwarcnsim/req1.cgi>`_ and
/linux/sound/core/
H A Dump.c630 static int ump_req_msg(struct snd_ump_endpoint *ump, u32 req1, u32 req2, in ump_req_msg() argument
636 __func__, req1, req2, reply); in ump_req_msg()
638 buf[0] = req1; in ump_req_msg()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.c2749 struct hclgevf_dev_specs_1_cmd *req1; in hclgevf_parse_dev_specs()
2752 req1 = (struct hclgevf_dev_specs_1_cmd *)desc[1].data; in hclgevf_parse_dev_specs()
2759 ae_dev->dev_specs.max_int_gl = le16_to_cpu(req1->max_int_gl); in hclgevf_check_dev_specs()
2760 ae_dev->dev_specs.max_frm_size = le16_to_cpu(req1->max_frm_size); in hclgevf_check_dev_specs()
2745 struct hclgevf_dev_specs_1_cmd *req1; hclgevf_parse_dev_specs() local