HomeSort by: relevance | last modified time | path
    Searched refs:mpt_softc_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/ic/
mpt.h 158 int mpt_soft_reset(mpt_softc_t *);
159 void mpt_hard_reset(mpt_softc_t *);
160 int mpt_recv_handshake_reply(mpt_softc_t *, size_t, void *);
162 void mpt_send_cmd(mpt_softc_t *, request_t *);
163 void mpt_free_reply(mpt_softc_t *, u_int32_t);
164 void mpt_enable_ints(mpt_softc_t *);
165 void mpt_disable_ints(mpt_softc_t *);
166 u_int32_t mpt_pop_reply_queue(mpt_softc_t *);
167 int mpt_hw_init(mpt_softc_t *);
168 int mpt_init(mpt_softc_t *, u_int32_t)
    [all...]
mpt_netbsd.h 241 } mpt_softc_t; typedef in typeref:struct:mpt_softc
253 void mpt_scsipi_attach(mpt_softc_t *);
254 int mpt_dma_mem_alloc(mpt_softc_t *);
256 void mpt_prt(mpt_softc_t *, const char *, ...) __printflike(2, 3);
mpt_netbsd.c 91 static int mpt_poll(mpt_softc_t *, struct scsipi_xfer *, int);
93 static void mpt_restart(mpt_softc_t *, request_t *);
94 static void mpt_done(mpt_softc_t *, uint32_t);
95 static int mpt_drain_queue(mpt_softc_t *);
96 static void mpt_run_xfer(mpt_softc_t *, struct scsipi_xfer *);
97 static void mpt_set_xfer_mode(mpt_softc_t *, struct scsipi_xfer_mode *);
98 static void mpt_get_xfer_mode(mpt_softc_t *, struct scsipi_periph *);
99 static void mpt_ctlop(mpt_softc_t *, void *vmsg, uint32_t);
100 static void mpt_event_notify_reply(mpt_softc_t *, MSG_EVENT_NOTIFY_REPLY *);
101 static void mpt_bus_reset(mpt_softc_t *);
    [all...]
mpt.c 125 mpt_rd_db(mpt_softc_t *mpt)
131 mpt_rd_intr(mpt_softc_t *mpt)
138 mpt_wait_db_ack(mpt_softc_t *mpt)
154 mpt_wait_db_int(mpt_softc_t *mpt)
169 mpt_check_doorbell(mpt_softc_t *mpt)
180 mpt_wait_state(mpt_softc_t *mpt, enum DB_STATE_BITS state)
198 mpt_soft_reset(mpt_softc_t *mpt)
240 mpt_hard_reset(mpt_softc_t *mpt)
270 mpt_reset(mpt_softc_t *mpt)
291 mpt_free_request(mpt_softc_t *mpt, request_t *req
    [all...]
  /src/sys/dev/pci/
mpt_pci.c 60 mpt_softc_t sc_mpt;
129 mpt_softc_t *mpt = &psc->sc_mpt;

Completed in 14 milliseconds