Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/dev/twa/
Dtw_cl_externs.h73 extern TW_INT32 tw_cli_submit_cmd(struct tw_cli_req_context *req);
78 TW_INT32 size, TW_VOID (* callback)(struct tw_cli_req_context *req));
83 TW_VOID *data, TW_VOID (* callback)(struct tw_cli_req_context *req));
86 extern TW_INT32 tw_cli_submit_and_poll_request(struct tw_cli_req_context *req,
95 extern TW_INT32 tw_cli_send_scsi_cmd(struct tw_cli_req_context *req,
128 extern TW_VOID tw_cli_complete_io(struct tw_cli_req_context *req);
131 extern TW_VOID tw_cli_scsi_complete(struct tw_cli_req_context *req);
134 extern TW_VOID tw_cli_param_callback(struct tw_cli_req_context *req);
137 extern TW_VOID tw_cli_aen_callback(struct tw_cli_req_context *req);
141 struct tw_cli_req_context *req);
[all …]
Dtw_cl.h98 struct tw_cli_req_context { struct
116 TW_VOID (*tw_cli_callback)(struct tw_cli_req_context *req); argument
127 struct tw_cli_req_context *req_ctxt_buf;/* pointer to the array of CL's argument
258 tw_cli_req_q_insert_head(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_insert_head()
272 tw_cli_req_q_insert_tail(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_insert_tail()
285 static __inline struct tw_cli_req_context *
288 struct tw_cli_req_context *req = TW_CL_NULL; in tw_cli_req_q_remove_head()
295 struct tw_cli_req_context, link); in tw_cli_req_q_remove_head()
307 tw_cli_req_q_remove_item(struct tw_cli_req_context *req, TW_UINT8 q_type) in tw_cli_req_q_remove_item()
Dtw_cl_intr.c221 struct tw_cli_req_context *req; in tw_cli_process_resp_intr()
286 struct tw_cli_req_context *req; in tw_cli_submit_pending_queue()
356 struct tw_cli_req_context *req; in tw_cli_process_complete_queue()
382 tw_cli_complete_io(struct tw_cli_req_context *req) in tw_cli_complete_io()
432 tw_cli_scsi_complete(struct tw_cli_req_context *req) in tw_cli_scsi_complete()
519 tw_cli_param_callback(struct tw_cli_req_context *req) in tw_cli_param_callback()
573 tw_cli_aen_callback(struct tw_cli_req_context *req) in tw_cli_aen_callback()
648 struct tw_cli_req_context *req) in tw_cli_manage_aen()
Dtw_cl_init.c213 (sizeof(struct tw_cli_req_context) * max_simult_reqs) + in tw_cl_get_mem_requirements()
257 struct tw_cli_req_context *req; in tw_cl_init_ctlr()
292 (sizeof(struct tw_cli_req_context) * max_simult_reqs) + in tw_cl_init_ctlr()
329 ctlr->req_ctxt_buf = (struct tw_cli_req_context *)free_non_dma_mem; in tw_cl_init_ctlr()
330 free_non_dma_mem += (sizeof(struct tw_cli_req_context) * in tw_cl_init_ctlr()
639 struct tw_cli_req_context *req; in tw_cli_init_connection()
Dtw_cl_io.c76 struct tw_cli_req_context *req; in tw_cl_start_io()
170 tw_cli_submit_cmd(struct tw_cli_req_context *req) in tw_cli_submit_cmd()
268 struct tw_cli_req_context *req; in tw_cl_fw_passthru()
721 TW_VOID (* callback)(struct tw_cli_req_context *req)) in tw_cli_get_param()
723 struct tw_cli_req_context *req; in tw_cli_get_param()
838 TW_VOID (* callback)(struct tw_cli_req_context *req)) in tw_cli_set_param()
840 struct tw_cli_req_context *req; in tw_cli_set_param()
950 tw_cli_submit_and_poll_request(struct tw_cli_req_context *req, in tw_cli_submit_and_poll_request()
1056 struct tw_cli_req_context *req; in tw_cl_reset_ctlr()
1293 tw_cli_send_scsi_cmd(struct tw_cli_req_context *req, TW_INT32 cmd) in tw_cli_send_scsi_cmd()
[all …]
Dtw_cl_misc.c82 struct tw_cli_req_context *req; in tw_cli_drain_complete_queue()
136 struct tw_cli_req_context *req; in tw_cli_drain_busy_queue()
190 struct tw_cli_req_context *req; in tw_cli_drain_pending_queue()
313 struct tw_cli_req_context *req; in tw_cli_drain_aen_queue()
570 struct tw_cli_req_context *
574 struct tw_cli_req_context *req; in tw_cli_get_request()
940 struct tw_cli_req_context *req = req_handle->cl_req_ctxt; in tw_cl_print_req_info()