Home
last modified time | relevance | path

Searched refs:reqp (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c323 hv_vss_respond_host(reqp->rcv_buf, vmbus_get_channel(reqp->sc->dev), in hv_vss_notify_host_result_locked()
324 reqp->host_msg_len, reqp->host_msg_id, status); in hv_vss_notify_host_result_locked()
374 if (reqp == NULL) in hv_vss_drain_req_queue_locked()
377 if (reqp == NULL) in hv_vss_drain_req_queue_locked()
380 if (reqp == NULL) in hv_vss_drain_req_queue_locked()
383 return (reqp); in hv_vss_drain_req_queue_locked()
441 if (reqp == NULL) { in hv_vss_daemon_acked()
495 if (reqp == NULL) { in hv_vss_app_acked()
717 reqp->sc = sc; in hv_vss_init_req()
760 return (reqp); in hv_vss_get_new_req_locked()
[all …]
/freebsd-13.1/sys/dev/hyperv/storvsc/
H A Dhv_storvsc_drv_freebsd.c974 reqp->softc = sc; in storvsc_init_requests()
1331 ret = cv_timedwait(&reqp->event.cv, &reqp->event.mtx, 60*hz); in storvsc_timeout_test()
1381 reqp->retries++; in storvsc_timeout()
1393 ticks, reqp, ccb->ccb_h.timeout * (reqp->retries+1) / 1000, in storvsc_timeout()
1561 reqp->softc = sc; in storvsc_action()
1932 reqp->ccb = ccb; in create_storvsc_request()
1943 reqp->data_dmap, ccb, storvsc_xferbuf_prepare, reqp, in create_storvsc_request()
1997 reqp->bounce_sgl = in create_storvsc_request()
2046 reqp->prp_cnt = i; in create_storvsc_request()
2068 reqp->prp_cnt++; in create_storvsc_request()
[all …]
/freebsd-13.1/usr.sbin/bhyve/
H A Dvirtio.c219 struct vi_req *reqp) { in _vq_record() argument
226 reqp->readable++; in _vq_record()
228 reqp->writable++; in _vq_record()
268 struct vi_req *reqp) in vq_getchain() argument
392 *reqp = req; in vq_getchain()
H A Dvirtio.h405 struct vi_req *reqp);
/freebsd-13.1/sys/dev/isp/
H A Disp.c2598 ispreqt7_t local, *reqp = &local; in isp_start() local
2682 ISP_MEMZERO(reqp, QENTRY_LEN); in isp_start()
2699 if (cdblen > sizeof (reqp->req_cdb)) { in isp_start()
2706 reqp->req_header.rqs_entry_count = 1; in isp_start()
2707 reqp->req_nphdl = lp->handle; in isp_start()
2708 reqp->req_time = XS_TIME(xs); in isp_start()
2730 reqp->req_dl = XS_XFRLEN(xs); in isp_start()
2731 reqp->req_tidlo = lp->portid; in isp_start()
2732 reqp->req_tidhi = lp->portid >> 16; in isp_start()
2737 if (reqp->req_handle == 0) { in isp_start()
[all …]