Searched refs:reqp (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/sys/dev/hyperv/utilities/ |
| H A D | hv_snapshot.c | 321 hv_vss_respond_host(reqp->rcv_buf, vmbus_get_channel(reqp->sc->dev), in hv_vss_notify_host_result_locked() 322 reqp->host_msg_len, reqp->host_msg_id, status); in hv_vss_notify_host_result_locked() 372 if (reqp == NULL) in hv_vss_drain_req_queue_locked() 375 if (reqp == NULL) in hv_vss_drain_req_queue_locked() 378 if (reqp == NULL) in hv_vss_drain_req_queue_locked() 381 return (reqp); in hv_vss_drain_req_queue_locked() 439 if (reqp == NULL) { in hv_vss_daemon_acked() 493 if (reqp == NULL) { in hv_vss_app_acked() 715 reqp->sc = sc; in hv_vss_init_req() 758 return (reqp); in hv_vss_get_new_req_locked() [all …]
|
| /freebsd-14.2/sys/dev/hyperv/storvsc/ |
| H A D | hv_storvsc_drv_freebsd.c | 975 reqp->softc = sc; in storvsc_init_requests() 1328 ret = cv_timedwait(&reqp->event.cv, &reqp->event.mtx, 60*hz); in storvsc_timeout_test() 1378 reqp->retries++; in storvsc_timeout() 1390 ticks, reqp, ccb->ccb_h.timeout * (reqp->retries+1) / 1000, in storvsc_timeout() 1558 reqp->softc = sc; in storvsc_action() 1943 reqp->ccb = ccb; in create_storvsc_request() 1954 reqp->data_dmap, ccb, storvsc_xferbuf_prepare, reqp, in create_storvsc_request() 2008 reqp->bounce_sgl = in create_storvsc_request() 2057 reqp->prp_cnt = i; in create_storvsc_request() 2079 reqp->prp_cnt++; in create_storvsc_request() [all …]
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | virtio.c | 218 int n_iov, struct vi_req *reqp) in _vq_record() argument 230 reqp->readable++; in _vq_record() 232 reqp->writable++; in _vq_record() 272 struct vi_req *reqp) in vq_getchain() argument 396 *reqp = req; in vq_getchain()
|
| H A D | virtio.h | 420 struct vi_req *reqp);
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp.c | 2826 ispreqt7_t local, *reqp = &local; in isp_start() local 2910 ISP_MEMZERO(reqp, QENTRY_LEN); in isp_start() 2927 if (cdblen > sizeof (reqp->req_cdb)) { in isp_start() 2934 reqp->req_header.rqs_entry_count = 1; in isp_start() 2935 reqp->req_nphdl = lp->handle; in isp_start() 2936 reqp->req_time = XS_TIME(xs); in isp_start() 2958 reqp->req_dl = XS_XFRLEN(xs); in isp_start() 2959 reqp->req_tidlo = lp->portid; in isp_start() 2960 reqp->req_tidhi = lp->portid >> 16; in isp_start() 2965 if (reqp->req_handle == 0) { in isp_start() [all …]
|