Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/chrome/
Dcros_ec.c63 struct ec_params_host_sleep_event_v1 req1; in cros_ec_sleep_event() member
71 buf.u.req1.sleep_event = sleep_event; in cros_ec_sleep_event()
72 buf.u.req1.suspend_params.sleep_timeout_ms = in cros_ec_sleep_event()
75 buf.msg.outsize = sizeof(buf.u.req1); in cros_ec_sleep_event()
/Linux-v5.4/drivers/fpga/
Ddfl-afu-error.c166 u64 req0, req1; in first_malformed_req_show() local
172 req1 = readq(base + PORT_MALFORMED_REQ1); in first_malformed_req_show()
176 (unsigned long long)req1, (unsigned long long)req0); in first_malformed_req_show()
/Linux-v5.4/net/ipv4/
Dtcp_fastopen.c308 struct request_sock *req1; in tcp_fastopen_queue_check() local
310 req1 = fastopenq->rskq_rst_head; in tcp_fastopen_queue_check()
311 if (!req1 || time_after(req1->rsk_timer.expires, jiffies)) { in tcp_fastopen_queue_check()
317 fastopenq->rskq_rst_head = req1->dl_next; in tcp_fastopen_queue_check()
320 reqsk_put(req1); in tcp_fastopen_queue_check()
/Linux-v5.4/drivers/virt/vboxguest/
Dvboxguest_core.c177 struct vmmdev_guest_info *req1 = NULL; in vbg_report_guest_info() local
181 req1 = vbg_req_alloc(sizeof(*req1), VMMDEVREQ_REPORT_GUEST_INFO, in vbg_report_guest_info()
185 if (!req1 || !req2) in vbg_report_guest_info()
188 req1->interface_version = VMMDEV_VERSION; in vbg_report_guest_info()
189 req1->os_type = VMMDEV_OSTYPE_LINUX26; in vbg_report_guest_info()
191 req1->os_type |= VMMDEV_OSTYPE_X64; in vbg_report_guest_info()
213 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info()
215 rc = vbg_req_perform(gdev, req1); in vbg_report_guest_info()
226 vbg_req_free(req1, sizeof(*req1)); in vbg_report_guest_info()
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dlantiq,pinctrl-xway.txt53 gpt3, clkout0, clkout1, clkout2, clkout3, gnt1, gnt2, gnt3, req1, req2,
65 clkout2, clkout3, gnt1, gnt2, gnt3, gnt4, req1, req2, req3, req4, mdio,
86 req1, req2, req3, dfe led0, dfe led1
97 clkout2, clkout3, gnt1, gnt2, gnt3, gnt4, req1, req2, req3, req4, mdio,
112 gnt2, gnt3, gnt4, req1, req2, req3, req4, mdio, dfe led0, dfe led1,
/Linux-v5.4/drivers/net/ethernet/broadcom/
Dcnic.c1464 struct iscsi_kwqe_init1 *req1 = (struct iscsi_kwqe_init1 *) kwqe; in cnic_bnx2x_iscsi_init1() local
1468 cp->num_iscsi_tasks = req1->num_tasks_per_conn; in cnic_bnx2x_iscsi_init1()
1469 cp->num_ccells = req1->num_ccells_per_conn; in cnic_bnx2x_iscsi_init1()
1477 cp->num_cqs = req1->num_cqs; in cnic_bnx2x_iscsi_init1()
1484 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1491 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1496 req1->rq_buffer_size); in cnic_bnx2x_iscsi_init1()
1503 req1->num_tasks_per_conn); in cnic_bnx2x_iscsi_init1()
1505 req1->rq_num_wqes); in cnic_bnx2x_iscsi_init1()
1507 req1->cq_num_wqes); in cnic_bnx2x_iscsi_init1()
[all …]
/Linux-v5.4/drivers/net/ethernet/hisilicon/hns3/hns3pf/
Dhclge_debugfs.c878 struct hclge_fd_tcam_config_1_cmd *req1; in hclge_dbg_fd_tcam_read() local
891 req1 = (struct hclge_fd_tcam_config_1_cmd *)desc[0].data; in hclge_dbg_fd_tcam_read()
895 req1->stage = stage; in hclge_dbg_fd_tcam_read()
896 req1->xy_sel = sel_x ? 1 : 0; in hclge_dbg_fd_tcam_read()
897 req1->index = cpu_to_le32(loc); in hclge_dbg_fd_tcam_read()
907 req = (u32 *)req1->tcam_data; in hclge_dbg_fd_tcam_read()
Dhclge_main.c4805 struct hclge_fd_tcam_config_1_cmd *req1; in hclge_fd_tcam_config() local
4817 req1 = (struct hclge_fd_tcam_config_1_cmd *)desc[0].data; in hclge_fd_tcam_config()
4821 req1->stage = stage; in hclge_fd_tcam_config()
4822 req1->xy_sel = sel_x ? 1 : 0; in hclge_fd_tcam_config()
4823 hnae3_set_bit(req1->port_info, HCLGE_FD_EPORT_SW_EN_B, 0); in hclge_fd_tcam_config()
4824 req1->index = cpu_to_le32(loc); in hclge_fd_tcam_config()
4825 req1->entry_vld = sel_x ? is_add : 0; in hclge_fd_tcam_config()
4828 memcpy(req1->tcam_data, &key[0], sizeof(req1->tcam_data)); in hclge_fd_tcam_config()
4829 memcpy(req2->tcam_data, &key[sizeof(req1->tcam_data)], in hclge_fd_tcam_config()
4831 memcpy(req3->tcam_data, &key[sizeof(req1->tcam_data) + in hclge_fd_tcam_config()
[all …]
/Linux-v5.4/drivers/dma/
Dbcm-sba-raid.c327 struct sba_request *req, *req1; in sba_cleanup_nonpending_requests() local
332 list_for_each_entry_safe(req, req1, &sba->reqs_alloc_list, node) in sba_cleanup_nonpending_requests()
336 list_for_each_entry_safe(req, req1, &sba->reqs_active_list, node) in sba_cleanup_nonpending_requests()
350 struct sba_request *req, *req1; in sba_cleanup_pending_requests() local
355 list_for_each_entry_safe(req, req1, &sba->reqs_pending_list, node) in sba_cleanup_pending_requests()
/Linux-v5.4/fs/ceph/
Dcaps.c2187 struct ceph_mds_request *req1 = NULL, *req2 = NULL; in unsafe_request_wait() local
2192 req1 = list_last_entry(&ci->i_unsafe_dirops, in unsafe_request_wait()
2195 ceph_mdsc_get_request(req1); in unsafe_request_wait()
2206 inode, req1 ? req1->r_tid : 0ULL, req2 ? req2->r_tid : 0ULL); in unsafe_request_wait()
2207 if (req1) { in unsafe_request_wait()
2208 ret = !wait_for_completion_timeout(&req1->r_safe_completion, in unsafe_request_wait()
2209 ceph_timeout_jiffies(req1->r_timeout)); in unsafe_request_wait()
2212 ceph_mdsc_put_request(req1); in unsafe_request_wait()