Searched refs:req_handle (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_externs.h78 struct tw_cl_req_handle *req_handle);
81 extern TW_VOID tw_osl_complete_io(struct tw_cl_req_handle *req_handle);
84 extern TW_VOID tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle);
H A Dtw_osl_cam.c336 req->req_handle.osl_req_ctxt = req;
337 req->req_handle.is_io = TW_CL_TRUE;
499 * req_handle -- ptr to request handle sent by OSL.
505 struct tw_cl_req_handle *req_handle)
508 if (req_handle->is_io) {
509 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
521 * Input: req_handle -- ptr to request handle sent by OSL.
526 tw_osl_timeout(struct tw_cl_req_handle *req_handle) argument
528 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
539 * Input: req_handle
504 tw_osli_disallow_new_requests(struct twa_softc *sc, struct tw_cl_req_handle *req_handle) argument
544 tw_osl_untimeout(struct tw_cl_req_handle *req_handle) argument
583 tw_osl_complete_io(struct tw_cl_req_handle *req_handle) argument
[all...]
H A Dtw_cl_share.h168 TW_VOID (*tw_osl_callback)(struct tw_cl_req_handle *req_handle);
171 struct tw_cl_req_handle *req_handle, TW_VOID *sg_list,
321 extern TW_VOID tw_osl_timeout(struct tw_cl_req_handle *req_handle);
326 extern TW_VOID tw_osl_untimeout(struct tw_cl_req_handle *req_handle);
477 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle);
514 extern TW_VOID tw_cl_print_req_info(struct tw_cl_req_handle *req_handle);
531 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle);
H A Dtw_cl_misc.c103 req_pkt->tw_osl_callback(req->req_handle);
108 tw_osl_untimeout(req->req_handle);
155 req_pkt->tw_osl_callback(req->req_handle);
160 tw_osl_untimeout(req->req_handle);
209 req_pkt->tw_osl_callback(req->req_handle);
214 tw_osl_untimeout(req->req_handle);
561 req->req_handle = TW_CL_NULL;
898 tw_cl_print_req_info(struct tw_cl_req_handle *req_handle) argument
900 struct tw_cli_req_context *req = req_handle->cl_req_ctxt;
914 "req_handle
[all...]
H A Dtw_osl_freebsd.c955 req->req_handle.osl_req_ctxt = req;
1111 * Input: req_handle -- ptr to request handle
1116 tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle) argument
1118 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
1210 req->req_handle.osl_req_ctxt = NULL;
1211 req->req_handle.cl_req_ctxt = NULL;
1212 req->req_handle.is_io = 0;
1293 &(req->req_handle));
1316 &(req->req_handle));
1322 req_pkt->tw_osl_callback(&(req->req_handle));
[all...]
H A Dtw_cl_io.c62 * req_handle -- request handle
69 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle)
90 req_pkt->tw_osl_callback(req_handle);
101 req_handle->cl_req_ctxt = req;
102 req->req_handle = req_handle;
127 req_pkt->tw_osl_sgl_callback(req_handle, cmd->sg_list,
250 * req_handle -- request handle
257 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle)
280 req_handle
68 tw_cl_start_io(struct tw_cl_ctlr_handle *ctlr_handle, struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) argument
256 tw_cl_fw_passthru(struct tw_cl_ctlr_handle *ctlr_handle, struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) argument
[all...]
H A Dtw_cl.h92 struct tw_cl_req_handle *req_handle;/* handle to track requests between member in struct:tw_cli_req_context
H A Dtw_osl.h95 struct tw_cl_req_handle req_handle;/* tag to track req b/w OSL & CL */ member in struct:tw_osli_req_context
H A Dtw_cl_intr.c398 req_pkt->tw_osl_callback(req->req_handle);
/freebsd-13-stable/sys/dev/isp/
H A Dispmbox.h408 uint32_t req_handle; member in struct:__anon12438
489 uint32_t req_handle; member in struct:__anon12443
H A Disp.c2736 reqp->req_handle = isp_allocate_handle(isp, xs, ISP_HANDLE_INITIATOR);
2737 if (reqp->req_handle == 0) {
2751 isp_destroy_handle(isp, reqp->req_handle);
3179 xs = isp_find_xs(isp, sp->req_handle);
3188 sp->req_handle, sp->req_completion_status);
3253 isp_destroy_handle(isp, sp->req_handle);
H A Disp_library.c584 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle);
696 ISP_IOXGET_32(isp, &src->req_handle, dst->req_handle);

Completed in 196 milliseconds