Home
last modified time | relevance | path

Searched refs:tw_osl_callback (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/twa/
Dtw_cl_misc.c106 if (req_pkt->tw_osl_callback) in tw_cli_drain_complete_queue()
107 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_complete_queue()
160 if (req_pkt->tw_osl_callback) in tw_cli_drain_busy_queue()
161 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_busy_queue()
216 if (req_pkt->tw_osl_callback) in tw_cli_drain_pending_queue()
217 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_drain_pending_queue()
Dtw_osl_freebsd.c990 req_pkt->tw_osl_callback = tw_osl_complete_passthru; in tw_osli_fw_passthru()
1358 req_pkt->tw_osl_callback(&(req->req_handle)); in twa_map_load_data_callback()
1527 req->req_pkt.tw_osl_callback(&(req->req_handle)); in tw_osli_map_request()
Dtw_cl_share.h178 TW_VOID (*tw_osl_callback)(struct tw_cl_req_handle *req_handle); member
Dtw_cl_intr.c415 req_pkt->tw_osl_callback(req->req_handle); in tw_cli_complete_io()
Dtw_osl_cam.c251 req_pkt->tw_osl_callback = tw_osl_complete_io; in tw_osli_execute_scsi()
Dtw_cl_io.c92 req_pkt->tw_osl_callback(req_handle); in tw_cl_start_io()