Lines Matching refs:ctlr_handle

59  * Input:		ctlr_handle	-- ptr to controller handle
64 #define tw_osl_init_lock(ctlr_handle, lock_name, lock) \
73 * Input: ctlr_handle -- ptr to controller handle
79 #define tw_osl_destroy_lock(ctlr_handle, lock) \
88 * Input: ctlr_handle -- ptr to controller handle
94 #define tw_osl_get_lock(ctlr_handle, lock) \
103 * Input: ctlr_handle -- ptr to controller handle
108 #define tw_osl_free_lock(ctlr_handle, lock) \
119 * Input: ctlr_handle -- controller handle
126 #define tw_osl_dbg_printf(ctlr_handle, fmt, args...) \
127 twa_printf((ctlr_handle->osl_ctlr_ctxt), fmt, ##args)
138 * Input: ctlr_handle -- controller handle
143 #define tw_osl_notify_event(ctlr_handle, event) \
144 twa_printf((ctlr_handle->osl_ctlr_ctxt), \
159 * Input: ctlr_handle -- controller handle
167 tw_osl_read_reg_inline(struct tw_cl_ctlr_handle *ctlr_handle,
171 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
173 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
192 * Input: ctlr_handle -- controller handle
201 tw_osl_write_reg_inline(struct tw_cl_ctlr_handle *ctlr_handle,
205 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
207 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
231 #define tw_osl_read_pci_config(ctlr_handle, offset, size) \
233 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
249 #define tw_osl_write_pci_config(ctlr_handle, offset, value, size) \
251 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
288 * Input: ctlr_handle -- controller handle
296 #define tw_osl_sleep(ctlr_handle, sleep_handle, timeout) \
305 * Input: ctlr_handle -- controller handle
311 #define tw_osl_wakeup(ctlr_handle, sleep_handle) \