Searched refs:twa_softc (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/twa/
H A Dtw_osl_externs.h54 extern TW_INT32 tw_osli_fw_passthru(struct twa_softc *sc, TW_INT8 *buf);
57 extern struct tw_osli_req_context *tw_osli_get_request(struct twa_softc *sc);
68 extern TW_INT32 tw_osli_cam_attach(struct twa_softc *sc);
71 extern TW_VOID tw_osli_cam_detach(struct twa_softc *sc);
74 extern TW_INT32 tw_osli_request_bus_scan(struct twa_softc *sc);
77 extern TW_VOID tw_osli_disallow_new_requests(struct twa_softc *sc,
H A Dtw_osl_inline.h153 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
155 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
185 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_tag;
187 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_handle;
211 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
227 ((struct twa_softc *)(ctlr_handle->osl_ctlr_ctxt))->bus_dev, \
H A Dtw_osl_cam.c72 tw_osli_cam_attach(struct twa_softc *sc)
162 tw_osli_cam_detach(struct twa_softc *sc)
193 struct twa_softc *sc = req->ctlr;
307 struct twa_softc *sc = (struct twa_softc *)cam_sim_softc(sim);
452 struct twa_softc *sc = (struct twa_softc *)(cam_sim_softc(sim));
469 tw_osli_request_bus_scan(struct twa_softc *sc)
504 tw_osli_disallow_new_requests(struct twa_softc *sc,
562 struct twa_softc *s
[all...]
H A Dtw_osl_freebsd.c90 struct twa_softc *sc = (struct twa_softc *)(dev->si_drv1);
113 struct twa_softc *sc = (struct twa_softc *)(dev->si_drv1);
140 struct twa_softc *sc = (struct twa_softc *)(dev->si_drv1);
172 int twa_setup_intr(struct twa_softc *sc);
173 int twa_teardown_intr(struct twa_softc *sc);
175 static TW_INT32 tw_osli_alloc_mem(struct twa_softc *sc);
176 static TW_VOID tw_osli_free_resources(struct twa_softc *s
[all...]
H A Dtw_osl.h98 struct twa_softc *ctlr; /* ptr to OSL's controller context */
125 struct twa_softc { struct
214 tw_osli_req_q_init(struct twa_softc *sc, TW_UINT8 q_type)
242 tw_osli_req_q_remove_head(struct twa_softc *sc, TW_UINT8 q_type)
291 device_printf(((struct twa_softc *)(sc))->bus_dev, fmt, ##args)
H A Dtw_cl_externs.h84 extern int twa_setup_intr(struct twa_softc *sc);
85 extern int twa_teardown_intr(struct twa_softc *sc);
H A Dtw_cl_io.c1031 struct twa_softc *sc = ctlr_handle->osl_ctlr_ctxt;

Completed in 187 milliseconds