Lines Matching refs:mpt_softc_t
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);
169 int mpt_reset(mpt_softc_t *);
170 int mpt_send_handshake_cmd(mpt_softc_t *, size_t, void *);
171 request_t * mpt_get_request(mpt_softc_t *);
172 void mpt_free_request(mpt_softc_t *, request_t *);
174 void mpt_check_doorbell(mpt_softc_t *);
176 int mpt_read_cfg_header(mpt_softc_t *, int, int, int, fCONFIG_PAGE_HEADER *);
177 int mpt_read_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *);
178 int mpt_write_cfg_page(mpt_softc_t *, int, fCONFIG_PAGE_HEADER *);