Home
last modified time | relevance | path

Searched refs:tw_cl_req_handle (Results 1 – 8 of 8) sorted by relevance

/freebsd-9-stable/sys/dev/twa/
Dtw_osl_externs.h84 struct tw_cl_req_handle *req_handle);
87 extern TW_VOID tw_osl_complete_io(struct tw_cl_req_handle *req_handle);
90 extern TW_VOID tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle);
Dtw_cl_share.h143 struct tw_cl_req_handle { struct
178 TW_VOID (*tw_osl_callback)(struct tw_cl_req_handle *req_handle);
181 struct tw_cl_req_handle *req_handle, TW_VOID *sg_list,
354 extern TW_VOID tw_osl_timeout(struct tw_cl_req_handle *req_handle);
359 extern TW_VOID tw_osl_untimeout(struct tw_cl_req_handle *req_handle);
534 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle);
577 extern TW_VOID tw_cl_print_req_info(struct tw_cl_req_handle *req_handle);
598 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle);
Dtw_osl_cam.c517 struct tw_cl_req_handle *req_handle) in tw_osli_disallow_new_requests()
540 tw_osl_timeout(struct tw_cl_req_handle *req_handle) in tw_osl_timeout()
560 tw_osl_untimeout(struct tw_cl_req_handle *req_handle) in tw_osl_untimeout()
603 tw_osl_complete_io(struct tw_cl_req_handle *req_handle) in tw_osl_complete_io()
Dtw_osl.h93 struct tw_cl_req_handle req_handle;/* tag to track req b/w OSL & CL */
Dtw_cl.h97 struct tw_cl_req_handle *req_handle;/* handle to track requests between
Dtw_cl_io.c71 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) in tw_cl_start_io()
263 struct tw_cl_req_packet *req_pkt, struct tw_cl_req_handle *req_handle) in tw_cl_fw_passthru()
Dtw_cl_misc.c936 tw_cl_print_req_info(struct tw_cl_req_handle *req_handle) in tw_cl_print_req_info()
Dtw_osl_freebsd.c1147 tw_osl_complete_passthru(struct tw_cl_req_handle *req_handle) in tw_osl_complete_passthru()