Searched refs:tw_osli_req_context (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_externs.h57 extern struct tw_osli_req_context *tw_osli_get_request(struct twa_softc *sc);
60 extern TW_INT32 tw_osli_map_request(struct tw_osli_req_context *req);
63 extern TW_VOID tw_osli_unmap_request(struct tw_osli_req_context *req);
H A Dtw_osl.h94 struct tw_osli_req_context { struct
127 struct tw_osli_req_context *req_ctx_buf;
222 tw_osli_req_q_insert_head(struct tw_osli_req_context *req, TW_UINT8 q_type)
232 tw_osli_req_q_insert_tail(struct tw_osli_req_context *req, TW_UINT8 q_type)
241 static __inline struct tw_osli_req_context *
244 struct tw_osli_req_context *req = NULL;
251 struct tw_osli_req_context, link);
261 tw_osli_req_q_remove_item(struct tw_osli_req_context *req, TW_UINT8 q_type)
H A Dtw_osl_cam.c59 static TW_INT32 tw_osli_execute_scsi(struct tw_osli_req_context *req,
191 tw_osli_execute_scsi(struct tw_osli_req_context *req, union ccb *ccb)
313 struct tw_osli_req_context *req;
509 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
528 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
546 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
585 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
H A Dtw_osl_freebsd.c432 struct tw_osli_req_context *my_req;
494 struct tw_osli_req_context *req;
668 if ((sc->req_ctx_buf = (struct tw_osli_req_context *)
669 malloc((sizeof(struct tw_osli_req_context) *
681 sizeof(struct tw_osli_req_context) * TW_OSLI_MAX_NUM_REQUESTS);
718 struct tw_osli_req_context *req;
940 struct tw_osli_req_context *req;
1118 struct tw_osli_req_context *req = req_handle->osl_req_ctxt;
1198 struct tw_osli_req_context *
1201 struct tw_osli_req_context *re
[all...]

Completed in 167 milliseconds