Searched refs:req_handle (Results 1 – 12 of 12) sorted by relevance
| /freebsd-13-stable/sys/dev/twa/ |
| HD | tw_osl_cam.c | 334 req->req_handle.osl_req_ctxt = req; in twa_action() 335 req->req_handle.is_io = TW_CL_TRUE; in twa_action() 503 struct tw_cl_req_handle *req_handle) in tw_osli_disallow_new_requests() argument 506 if (req_handle->is_io) { in tw_osli_disallow_new_requests() 507 struct tw_osli_req_context *req = req_handle->osl_req_ctxt; in tw_osli_disallow_new_requests() 524 tw_osl_timeout(struct tw_cl_req_handle *req_handle) in tw_osl_timeout() argument 526 struct tw_osli_req_context *req = req_handle->osl_req_ctxt; in tw_osl_timeout() 542 tw_osl_untimeout(struct tw_cl_req_handle *req_handle) in tw_osl_untimeout() argument 544 struct tw_osli_req_context *req = req_handle->osl_req_ctxt; in tw_osl_untimeout() 581 tw_osl_complete_io(struct tw_cl_req_handle *req_handle) in tw_osl_complete_io() argument [all …]
|
| HD | tw_osl_externs.h | 76 struct tw_cl_req_handle *req_handle); 79 extern TW_VOID tw_osl_complete_io(struct tw_cl_req_handle *req_handle); 82 extern TW_VOID tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle);
|
| HD | tw_cl_share.h | 166 TW_VOID (*tw_osl_callback)(struct tw_cl_req_handle *req_handle); 169 struct tw_cl_req_handle *req_handle, TW_VOID *sg_list, 319 extern TW_VOID tw_osl_timeout(struct tw_cl_req_handle *req_handle); 324 extern TW_VOID tw_osl_untimeout(struct tw_cl_req_handle *req_handle); 475 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle); 512 extern TW_VOID tw_cl_print_req_info(struct tw_cl_req_handle *req_handle); 529 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle);
|
| HD | tw_cl_misc.c | 101 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_complete_queue() 106 tw_osl_untimeout(req->req_handle); in tw_cli_drain_complete_queue() 153 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_busy_queue() 158 tw_osl_untimeout(req->req_handle); in tw_cli_drain_busy_queue() 207 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_pending_queue() 212 tw_osl_untimeout(req->req_handle); in tw_cli_drain_pending_queue() 559 req->req_handle = TW_CL_NULL; in tw_cli_get_request() 896 tw_cl_print_req_info(struct tw_cl_req_handle *req_handle) in tw_cl_print_req_info() argument 898 struct tw_cli_req_context *req = req_handle->cl_req_ctxt; in tw_cl_print_req_info() 918 req_handle, ctlr, in tw_cl_print_req_info()
|
| HD | tw_osl_freebsd.c | 953 req->req_handle.osl_req_ctxt = req; in tw_osli_fw_passthru() 1114 tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle) in tw_osl_complete_passthru() argument 1116 struct tw_osli_req_context *req = req_handle->osl_req_ctxt; in tw_osl_complete_passthru() 1208 req->req_handle.osl_req_ctxt = NULL; in tw_osli_get_request() 1209 req->req_handle.cl_req_ctxt = NULL; in tw_osli_get_request() 1210 req->req_handle.is_io = 0; in tw_osli_get_request() 1291 &(req->req_handle)); in twa_map_load_data_callback() 1314 &(req->req_handle)); in twa_map_load_data_callback() 1320 req_pkt->tw_osl_callback(&(req->req_handle)); in twa_map_load_data_callback() 1446 tw_osli_disallow_new_requests(sc, &(req->req_handle)); in tw_osli_map_request() [all …]
|
| HD | tw_cl_io.c | 67 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) in tw_cl_start_io() argument 88 req_pkt->tw_osl_callback(req_handle); in tw_cl_start_io() 99 req_handle->cl_req_ctxt = req; in tw_cl_start_io() 100 req->req_handle = req_handle; in tw_cl_start_io() 125 req_pkt->tw_osl_sgl_callback(req_handle, cmd->sg_list, in tw_cl_start_io() 255 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) in tw_cl_fw_passthru() argument 278 req_handle->cl_req_ctxt = req; in tw_cl_fw_passthru() 279 req->req_handle = req_handle; in tw_cl_fw_passthru() 1089 tw_osl_timeout(req->req_handle); in tw_cl_reset_ctlr()
|
| HD | tw_osl.h | 93 struct tw_cl_req_handle req_handle;/* tag to track req b/w OSL & CL */ member
|
| HD | tw_cl.h | 90 struct tw_cl_req_handle *req_handle;/* handle to track requests between member
|
| HD | tw_cl_intr.c | 396 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_complete_io()
|
| /freebsd-13-stable/sys/dev/isp/ |
| HD | ispmbox.h | 408 uint32_t req_handle; member 489 uint32_t req_handle; member
|
| HD | isp.c | 2964 reqp->req_handle = isp_allocate_handle(isp, xs, ISP_HANDLE_INITIATOR); in isp_start() 2965 if (reqp->req_handle == 0) { in isp_start() 2979 isp_destroy_handle(isp, reqp->req_handle); in isp_start() 3414 xs = isp_find_xs(isp, sp->req_handle); in isp_intr_respq() 3423 sp->req_handle, sp->req_completion_status); in isp_intr_respq() 3488 isp_destroy_handle(isp, sp->req_handle); in isp_intr_respq()
|
| HD | isp_library.c | 583 ISP_IOXPUT_32(isp, src->req_handle, &dst->req_handle); in isp_put_request_t7() 695 ISP_IOXGET_32(isp, &src->req_handle, dst->req_handle); in isp_get_24xx_response()
|