ispsoftc 116 dev/ic/isp.c static int isp_parse_async(struct ispsoftc *, u_int16_t); ispsoftc 117 dev/ic/isp.c static int isp_handle_other_response(struct ispsoftc *, int, isphdr_t *, ispsoftc 120 dev/ic/isp.c isp_parse_status(struct ispsoftc *, ispstatusreq_t *, XS_T *); ispsoftc 121 dev/ic/isp.c static void isp_fastpost_complete(struct ispsoftc *, u_int16_t); ispsoftc 122 dev/ic/isp.c static int isp_mbox_continue(struct ispsoftc *); ispsoftc 123 dev/ic/isp.c static void isp_scsi_init(struct ispsoftc *); ispsoftc 124 dev/ic/isp.c static void isp_scsi_channel_init(struct ispsoftc *, int); ispsoftc 125 dev/ic/isp.c static void isp_fibre_init(struct ispsoftc *); ispsoftc 126 dev/ic/isp.c static void isp_mark_getpdb_all(struct ispsoftc *); ispsoftc 127 dev/ic/isp.c static int isp_getmap(struct ispsoftc *, fcpos_map_t *); ispsoftc 128 dev/ic/isp.c static int isp_getpdb(struct ispsoftc *, int, isp_pdb_t *); ispsoftc 129 dev/ic/isp.c static u_int64_t isp_get_portname(struct ispsoftc *, int, int); ispsoftc 130 dev/ic/isp.c static int isp_fclink_test(struct ispsoftc *, int); ispsoftc 132 dev/ic/isp.c static int isp_pdb_sync(struct ispsoftc *); ispsoftc 133 dev/ic/isp.c static int isp_scan_loop(struct ispsoftc *); ispsoftc 134 dev/ic/isp.c static int isp_fabric_mbox_cmd(struct ispsoftc *, mbreg_t *); ispsoftc 135 dev/ic/isp.c static int isp_scan_fabric(struct ispsoftc *, int); ispsoftc 136 dev/ic/isp.c static void isp_register_fc4_type(struct ispsoftc *); ispsoftc 137 dev/ic/isp.c static void isp_fw_state(struct ispsoftc *); ispsoftc 138 dev/ic/isp.c static void isp_mboxcmd_qnw(struct ispsoftc *, mbreg_t *, int); ispsoftc 139 dev/ic/isp.c static void isp_mboxcmd(struct ispsoftc *, mbreg_t *, int); ispsoftc 141 dev/ic/isp.c static void isp_update(struct ispsoftc *); ispsoftc 142 dev/ic/isp.c static void isp_update_bus(struct ispsoftc *, int); ispsoftc 143 dev/ic/isp.c static void isp_setdfltparm(struct ispsoftc *, int); ispsoftc 144 dev/ic/isp.c static int isp_read_nvram(struct ispsoftc *); ispsoftc 145 dev/ic/isp.c static void isp_rdnvram_word(struct ispsoftc *, int, u_int16_t *); ispsoftc 146 dev/ic/isp.c static void isp_parse_nvram_1020(struct ispsoftc *, u_int8_t *); ispsoftc 147 dev/ic/isp.c static void isp_parse_nvram_1080(struct ispsoftc *, int, u_int8_t *); ispsoftc 148 dev/ic/isp.c static void isp_parse_nvram_12160(struct ispsoftc *, int, u_int8_t *); ispsoftc 149 dev/ic/isp.c static void isp_parse_nvram_2100(struct ispsoftc *, u_int8_t *); ispsoftc 160 dev/ic/isp.c isp_reset(struct ispsoftc *isp) ispsoftc 824 dev/ic/isp.c isp_init(struct ispsoftc *isp) ispsoftc 841 dev/ic/isp.c isp_scsi_init(struct ispsoftc *isp) ispsoftc 1039 dev/ic/isp.c isp_scsi_channel_init(struct ispsoftc *isp, int channel) ispsoftc 1159 dev/ic/isp.c isp_fibre_init(struct ispsoftc *isp) ispsoftc 1420 dev/ic/isp.c isp_getmap(struct ispsoftc *isp, fcpos_map_t *map) ispsoftc 1451 dev/ic/isp.c isp_mark_getpdb_all(struct ispsoftc *isp) ispsoftc 1461 dev/ic/isp.c isp_getpdb(struct ispsoftc *isp, int id, isp_pdb_t *pdbp) ispsoftc 1491 dev/ic/isp.c isp_get_portname(struct ispsoftc *isp, int loopid, int nodename) ispsoftc 1520 dev/ic/isp.c isp_fclink_test(struct ispsoftc *isp, int usdelay) ispsoftc 1787 dev/ic/isp.c isp_pdb_sync(struct ispsoftc *isp) ispsoftc 2093 dev/ic/isp.c isp_scan_loop(struct ispsoftc *isp) ispsoftc 2365 dev/ic/isp.c isp_fabric_mbox_cmd(struct ispsoftc *isp, mbreg_t *mbp) ispsoftc 2414 dev/ic/isp.c isp_scan_fabric(struct ispsoftc *isp, int ftype) ispsoftc 2577 dev/ic/isp.c isp_scan_fabric(struct ispsoftc *isp, int ftype) ispsoftc 2879 dev/ic/isp.c isp_register_fc4_type(struct ispsoftc *isp) ispsoftc 2925 dev/ic/isp.c struct ispsoftc *isp; ispsoftc 3297 dev/ic/isp.c isp_control(struct ispsoftc *isp, ispctl_t ctl, void *arg) ispsoftc 3486 dev/ic/isp.c isp_intr(struct ispsoftc *isp, u_int16_t isr, u_int16_t sema, u_int16_t mbox) ispsoftc 3928 dev/ic/isp.c isp_parse_async(struct ispsoftc *isp, u_int16_t mbox) ispsoftc 4281 dev/ic/isp.c isp_handle_other_response(struct ispsoftc *isp, int type, ispsoftc 4317 dev/ic/isp.c isp_parse_status(struct ispsoftc *isp, ispstatusreq_t *sp, XS_T *xs) ispsoftc 4700 dev/ic/isp.c isp_fastpost_complete(struct ispsoftc *isp, u_int16_t fph) ispsoftc 4733 dev/ic/isp.c isp_mbox_continue(struct ispsoftc *isp) ispsoftc 5254 dev/ic/isp.c isp_mboxcmd_qnw(struct ispsoftc *isp, mbreg_t *mbp, int nodelay) ispsoftc 5294 dev/ic/isp.c isp_mboxcmd(struct ispsoftc *isp, mbreg_t *mbp, int logmask) ispsoftc 5439 dev/ic/isp.c isp_fw_state(struct ispsoftc *isp) ispsoftc 5454 dev/ic/isp.c isp_update(struct ispsoftc *isp) ispsoftc 5467 dev/ic/isp.c isp_update_bus(struct ispsoftc *isp, int bus) ispsoftc 5591 dev/ic/isp.c isp_setdfltparm(struct ispsoftc *isp, int channel) ispsoftc 5817 dev/ic/isp.c isp_reinit(struct ispsoftc *isp) ispsoftc 5858 dev/ic/isp.c isp_read_nvram(struct ispsoftc *isp) ispsoftc 5932 dev/ic/isp.c isp_rdnvram_word(struct ispsoftc *isp, int wo, u_int16_t *rp) ispsoftc 5998 dev/ic/isp.c isp_parse_nvram_1020(struct ispsoftc *isp, u_int8_t *nvram_data) ispsoftc 6124 dev/ic/isp.c isp_parse_nvram_1080(struct ispsoftc *isp, int bus, u_int8_t *nvram_data) ispsoftc 6216 dev/ic/isp.c isp_parse_nvram_12160(struct ispsoftc *isp, int bus, u_int8_t *nvram_data) ispsoftc 6307 dev/ic/isp.c isp_parse_nvram_2100(struct ispsoftc *isp, u_int8_t *nvram_data) ispsoftc 6399 dev/ic/isp.c static void isp2200_fw_dump(struct ispsoftc *); ispsoftc 6400 dev/ic/isp.c static void isp2300_fw_dump(struct ispsoftc *); ispsoftc 6403 dev/ic/isp.c isp2200_fw_dump(struct ispsoftc *isp) ispsoftc 6547 dev/ic/isp.c isp2300_fw_dump(struct ispsoftc *isp) ispsoftc 6710 dev/ic/isp.c isp_fw_dump(struct ispsoftc *isp) ispsoftc 47 dev/ic/isp_inline.h static INLINE int isp_save_xs(struct ispsoftc *, XS_T *, u_int16_t *); ispsoftc 48 dev/ic/isp_inline.h static INLINE XS_T *isp_find_xs(struct ispsoftc *, u_int16_t); ispsoftc 49 dev/ic/isp_inline.h static INLINE u_int16_t isp_find_handle(struct ispsoftc *, XS_T *); ispsoftc 51 dev/ic/isp_inline.h static INLINE void isp_destroy_handle(struct ispsoftc *, u_int16_t); ispsoftc 52 dev/ic/isp_inline.h static INLINE void isp_remove_handle(struct ispsoftc *, XS_T *); ispsoftc 55 dev/ic/isp_inline.h isp_save_xs(struct ispsoftc *isp, XS_T *xs, u_int16_t *handlep) ispsoftc 79 dev/ic/isp_inline.h isp_find_xs(struct ispsoftc *isp, u_int16_t handle) ispsoftc 89 dev/ic/isp_inline.h isp_find_handle(struct ispsoftc *isp, XS_T *xs) ispsoftc 109 dev/ic/isp_inline.h isp_destroy_handle(struct ispsoftc *isp, u_int16_t handle) ispsoftc 117 dev/ic/isp_inline.h isp_remove_handle(struct ispsoftc *isp, XS_T *xs) ispsoftc 123 dev/ic/isp_inline.h isp_getrqentry(struct ispsoftc *, u_int16_t *, u_int16_t *, void **); ispsoftc 127 dev/ic/isp_inline.h isp_getrqentry(struct ispsoftc *isp, u_int16_t *iptrp, ispsoftc 147 dev/ic/isp_inline.h static INLINE void isp_print_qentry (struct ispsoftc *, char *, int, void *); ispsoftc 152 dev/ic/isp_inline.h isp_print_qentry(struct ispsoftc *isp, char *msg, int idx, void *arg) ispsoftc 169 dev/ic/isp_inline.h static INLINE void isp_print_bytes(struct ispsoftc *, char *, int, void *); ispsoftc 172 dev/ic/isp_inline.h isp_print_bytes(struct ispsoftc *isp, char *msg, int amt, void *arg) ispsoftc 211 dev/ic/isp_inline.h static INLINE int isp_fc_runstate(struct ispsoftc *, int); ispsoftc 214 dev/ic/isp_inline.h isp_fc_runstate(struct ispsoftc *isp, int tval) ispsoftc 258 dev/ic/isp_inline.h EXP_INLINE void isp_copy_out_hdr(struct ispsoftc *, isphdr_t *, isphdr_t *); ispsoftc 259 dev/ic/isp_inline.h EXP_INLINE void isp_copy_in_hdr(struct ispsoftc *, isphdr_t *, isphdr_t *); ispsoftc 260 dev/ic/isp_inline.h static INLINE int isp_get_response_type(struct ispsoftc *, isphdr_t *); ispsoftc 263 dev/ic/isp_inline.h isp_put_request(struct ispsoftc *, ispreq_t *, ispreq_t *); ispsoftc 265 dev/ic/isp_inline.h isp_put_request_t2(struct ispsoftc *, ispreqt2_t *, ispreqt2_t *); ispsoftc 267 dev/ic/isp_inline.h isp_put_request_t3(struct ispsoftc *, ispreqt3_t *, ispreqt3_t *); ispsoftc 269 dev/ic/isp_inline.h isp_put_extended_request(struct ispsoftc *, ispextreq_t *, ispextreq_t *); ispsoftc 271 dev/ic/isp_inline.h isp_put_cont_req(struct ispsoftc *, ispcontreq_t *, ispcontreq_t *); ispsoftc 273 dev/ic/isp_inline.h isp_put_cont64_req(struct ispsoftc *, ispcontreq64_t *, ispcontreq64_t *); ispsoftc 275 dev/ic/isp_inline.h isp_get_response(struct ispsoftc *, ispstatusreq_t *, ispstatusreq_t *); ispsoftc 277 dev/ic/isp_inline.h isp_get_response_x(struct ispsoftc *, ispstatus_cont_t *, ispstatus_cont_t *); ispsoftc 279 dev/ic/isp_inline.h isp_get_rio2(struct ispsoftc *, isp_rio2_t *, isp_rio2_t *); ispsoftc 281 dev/ic/isp_inline.h isp_put_icb(struct ispsoftc *, isp_icb_t *, isp_icb_t *); ispsoftc 283 dev/ic/isp_inline.h isp_get_pdb(struct ispsoftc *, isp_pdb_t *, isp_pdb_t *); ispsoftc 285 dev/ic/isp_inline.h isp_get_ct_hdr(struct ispsoftc *isp, ct_hdr_t *, ct_hdr_t *); ispsoftc 287 dev/ic/isp_inline.h isp_put_sns_request(struct ispsoftc *, sns_screq_t *, sns_screq_t *); ispsoftc 289 dev/ic/isp_inline.h isp_put_gid_ft_request(struct ispsoftc *, sns_gid_ft_req_t *, ispsoftc 292 dev/ic/isp_inline.h isp_put_gxn_id_request(struct ispsoftc *, sns_gxn_id_req_t *, ispsoftc 295 dev/ic/isp_inline.h isp_get_sns_response(struct ispsoftc *, sns_scrsp_t *, sns_scrsp_t *, int); ispsoftc 297 dev/ic/isp_inline.h isp_get_gid_ft_response(struct ispsoftc *, sns_gid_ft_rsp_t *, ispsoftc 300 dev/ic/isp_inline.h isp_get_gxn_id_response(struct ispsoftc *, sns_gxn_id_rsp_t *, ispsoftc 303 dev/ic/isp_inline.h isp_get_gff_id_response(struct ispsoftc *, sns_gff_id_rsp_t *, ispsoftc 306 dev/ic/isp_inline.h isp_get_ga_nxt_response(struct ispsoftc *, sns_ga_nxt_rsp_t *, ispsoftc 313 dev/ic/isp_inline.h isp_put_atio(struct ispsoftc *, at_entry_t *, at_entry_t *); ispsoftc 315 dev/ic/isp_inline.h isp_get_atio(struct ispsoftc *, at_entry_t *, at_entry_t *); ispsoftc 317 dev/ic/isp_inline.h isp_put_atio2(struct ispsoftc *, at2_entry_t *, at2_entry_t *); ispsoftc 319 dev/ic/isp_inline.h isp_get_atio2(struct ispsoftc *, at2_entry_t *, at2_entry_t *); ispsoftc 321 dev/ic/isp_inline.h isp_put_ctio(struct ispsoftc *, ct_entry_t *, ct_entry_t *); ispsoftc 323 dev/ic/isp_inline.h isp_get_ctio(struct ispsoftc *, ct_entry_t *, ct_entry_t *); ispsoftc 325 dev/ic/isp_inline.h isp_put_ctio2(struct ispsoftc *, ct2_entry_t *, ct2_entry_t *); ispsoftc 327 dev/ic/isp_inline.h isp_get_ctio2(struct ispsoftc *, ct2_entry_t *, ct2_entry_t *); ispsoftc 329 dev/ic/isp_inline.h isp_put_enable_lun(struct ispsoftc *, lun_entry_t *, lun_entry_t *); ispsoftc 331 dev/ic/isp_inline.h isp_get_enable_lun(struct ispsoftc *, lun_entry_t *, lun_entry_t *); ispsoftc 333 dev/ic/isp_inline.h isp_put_notify(struct ispsoftc *, in_entry_t *, in_entry_t *); ispsoftc 335 dev/ic/isp_inline.h isp_get_notify(struct ispsoftc *, in_entry_t *, in_entry_t *); ispsoftc 337 dev/ic/isp_inline.h isp_put_notify_fc(struct ispsoftc *, in_fcentry_t *, in_fcentry_t *); ispsoftc 339 dev/ic/isp_inline.h isp_get_notify_fc(struct ispsoftc *, in_fcentry_t *, in_fcentry_t *); ispsoftc 341 dev/ic/isp_inline.h isp_put_notify_ack(struct ispsoftc *, na_entry_t *, na_entry_t *); ispsoftc 343 dev/ic/isp_inline.h isp_get_notify_ack(struct ispsoftc *, na_entry_t *, na_entry_t *); ispsoftc 345 dev/ic/isp_inline.h isp_put_notify_ack_fc(struct ispsoftc *, na_fcentry_t *, na_fcentry_t *); ispsoftc 347 dev/ic/isp_inline.h isp_get_notify_ack_fc(struct ispsoftc *, na_fcentry_t *, na_fcentry_t *); ispsoftc 359 dev/ic/isp_inline.h isp_copy_out_hdr(struct ispsoftc *isp, isphdr_t *hpsrc, isphdr_t *hpdst) ispsoftc 383 dev/ic/isp_inline.h isp_copy_in_hdr(struct ispsoftc *isp, isphdr_t *hpsrc, isphdr_t *hpdst) ispsoftc 408 dev/ic/isp_inline.h isp_get_response_type(struct ispsoftc *isp, isphdr_t *hp) ispsoftc 420 dev/ic/isp_inline.h isp_put_request(struct ispsoftc *isp, ispreq_t *rqsrc, ispreq_t *rqdst) ispsoftc 448 dev/ic/isp_inline.h isp_put_request_t2(struct ispsoftc *isp, ispreqt2_t *tqsrc, ispreqt2_t *tqdst) ispsoftc 473 dev/ic/isp_inline.h isp_put_request_t3(struct ispsoftc *isp, ispreqt3_t *tqsrc, ispreqt3_t *tqdst) ispsoftc 500 dev/ic/isp_inline.h isp_put_extended_request(struct ispsoftc *isp, ispextreq_t *xqsrc, ispsoftc 523 dev/ic/isp_inline.h isp_put_cont_req(struct ispsoftc *isp, ispcontreq_t *cqsrc, ispcontreq_t *cqdst) ispsoftc 536 dev/ic/isp_inline.h isp_put_cont64_req(struct ispsoftc *isp, ispcontreq64_t *cqsrc, ispsoftc 552 dev/ic/isp_inline.h isp_get_response(struct ispsoftc *isp, ispstatusreq_t *spsrc, ispsoftc 577 dev/ic/isp_inline.h isp_get_response_x(struct ispsoftc *isp, ispstatus_cont_t *cpsrc, ispsoftc 589 dev/ic/isp_inline.h isp_get_rio2(struct ispsoftc *isp, isp_rio2_t *r2src, isp_rio2_t *r2dst) ispsoftc 605 dev/ic/isp_inline.h isp_put_icb(struct ispsoftc *isp, isp_icb_t *Is, isp_icb_t *Id) ispsoftc 651 dev/ic/isp_inline.h isp_get_pdb(struct ispsoftc *isp, isp_pdb_t *src, isp_pdb_t *dst) ispsoftc 710 dev/ic/isp_inline.h isp_get_ct_hdr(struct ispsoftc *isp, ct_hdr_t *src, ct_hdr_t *dst) ispsoftc 736 dev/ic/isp_inline.h isp_put_sns_request(struct ispsoftc *isp, sns_screq_t *src, sns_screq_t *dst) ispsoftc 751 dev/ic/isp_inline.h isp_put_gid_ft_request(struct ispsoftc *isp, sns_gid_ft_req_t *src, ispsoftc 770 dev/ic/isp_inline.h isp_put_gxn_id_request(struct ispsoftc *isp, sns_gxn_id_req_t *src, ispsoftc 793 dev/ic/isp_inline.h isp_get_sns_response(struct ispsoftc *isp, sns_scrsp_t *src, ispsoftc 813 dev/ic/isp_inline.h isp_get_gid_ft_response(struct ispsoftc *isp, sns_gid_ft_rsp_t *src, ispsoftc 835 dev/ic/isp_inline.h isp_get_gxn_id_response(struct ispsoftc *isp, sns_gxn_id_rsp_t *src, ispsoftc 845 dev/ic/isp_inline.h isp_get_gff_id_response(struct ispsoftc *isp, sns_gff_id_rsp_t *src, ispsoftc 857 dev/ic/isp_inline.h isp_get_ga_nxt_response(struct ispsoftc *isp, sns_ga_nxt_rsp_t *src, ispsoftc 910 dev/ic/isp_inline.h isp_put_atio(struct ispsoftc *isp, at_entry_t *atsrc, at_entry_t *atdst) ispsoftc 946 dev/ic/isp_inline.h isp_get_atio(struct ispsoftc *isp, at_entry_t *atsrc, at_entry_t *atdst) ispsoftc 982 dev/ic/isp_inline.h isp_put_atio2(struct ispsoftc *isp, at2_entry_t *atsrc, at2_entry_t *atdst) ispsoftc 1012 dev/ic/isp_inline.h isp_get_atio2(struct ispsoftc *isp, at2_entry_t *atsrc, at2_entry_t *atdst) ispsoftc 1042 dev/ic/isp_inline.h isp_put_ctio(struct ispsoftc *isp, ct_entry_t *ctsrc, ct_entry_t *ctdst) ispsoftc 1082 dev/ic/isp_inline.h isp_get_ctio(struct ispsoftc *isp, ct_entry_t *ctsrc, ct_entry_t *ctdst) ispsoftc 1124 dev/ic/isp_inline.h isp_put_ctio2(struct ispsoftc *isp, ct2_entry_t *ctsrc, ct2_entry_t *ctdst) ispsoftc 1208 dev/ic/isp_inline.h isp_get_ctio2(struct ispsoftc *isp, ct2_entry_t *ctsrc, ct2_entry_t *ctdst) ispsoftc 1236 dev/ic/isp_inline.h isp_put_enable_lun(struct ispsoftc *isp, lun_entry_t *lesrc, lun_entry_t *ledst) ispsoftc 1273 dev/ic/isp_inline.h isp_get_enable_lun(struct ispsoftc *isp, lun_entry_t *lesrc, lun_entry_t *ledst) ispsoftc 1310 dev/ic/isp_inline.h isp_put_notify(struct ispsoftc *isp, in_entry_t *insrc, in_entry_t *indst) ispsoftc 1350 dev/ic/isp_inline.h isp_get_notify(struct ispsoftc *isp, in_entry_t *insrc, in_entry_t *indst) ispsoftc 1390 dev/ic/isp_inline.h isp_put_notify_fc(struct ispsoftc *isp, in_fcentry_t *insrc, ispsoftc 1405 dev/ic/isp_inline.h isp_get_notify_fc(struct ispsoftc *isp, in_fcentry_t *insrc, ispsoftc 1420 dev/ic/isp_inline.h isp_put_notify_ack(struct ispsoftc *isp, na_entry_t *nasrc, na_entry_t *nadst) ispsoftc 1444 dev/ic/isp_inline.h isp_get_notify_ack(struct ispsoftc *isp, na_entry_t *nasrc, na_entry_t *nadst) ispsoftc 1468 dev/ic/isp_inline.h isp_put_notify_ack_fc(struct ispsoftc *isp, na_fcentry_t *nasrc, ispsoftc 1489 dev/ic/isp_inline.h isp_get_notify_ack_fc(struct ispsoftc *isp, na_fcentry_t *nasrc, ispsoftc 71 dev/ic/isp_openbsd.c static int isp_polled_cmd (struct ispsoftc *, XS_T *); ispsoftc 75 dev/ic/isp_openbsd.c static void isp_restart(struct ispsoftc *); ispsoftc 86 dev/ic/isp_openbsd.c isp_attach(struct ispsoftc *isp) ispsoftc 204 dev/ic/isp_openbsd.c struct ispsoftc *isp = XS_ISP(xs); ispsoftc 276 dev/ic/isp_openbsd.c static INLINE void isp_add2_blocked_queue(struct ispsoftc *, XS_T *); ispsoftc 279 dev/ic/isp_openbsd.c isp_add2_blocked_queue(struct ispsoftc *isp, XS_T *xs) ispsoftc 293 dev/ic/isp_openbsd.c struct ispsoftc *isp; ispsoftc 389 dev/ic/isp_openbsd.c isp_polled_cmd(struct ispsoftc *isp, XS_T *xs) ispsoftc 453 dev/ic/isp_openbsd.c struct ispsoftc *isp = XS_ISP(xs); ispsoftc 459 dev/ic/isp_openbsd.c struct ispsoftc *isp = XS_ISP(xs); ispsoftc 477 dev/ic/isp_openbsd.c struct ispsoftc *isp = XS_ISP(xs); ispsoftc 573 dev/ic/isp_openbsd.c isp_uninit(struct ispsoftc *isp) ispsoftc 592 dev/ic/isp_openbsd.c struct ispsoftc *isp = XS_ISP(xs); ispsoftc 635 dev/ic/isp_openbsd.c struct ispsoftc *isp = arg; ispsoftc 661 dev/ic/isp_openbsd.c isp_restart(struct ispsoftc *isp) ispsoftc 683 dev/ic/isp_openbsd.c isp_async(struct ispsoftc *isp, ispasync_t cmd, void *arg) ispsoftc 952 dev/ic/isp_openbsd.c isp_prt(struct ispsoftc *isp, int level, const char *fmt, ...) ispsoftc 307 dev/ic/isp_openbsd.h void isp_attach(struct ispsoftc *); ispsoftc 308 dev/ic/isp_openbsd.h void isp_uninit(struct ispsoftc *); ispsoftc 310 dev/ic/isp_openbsd.h static INLINE void isp_lock(struct ispsoftc *); ispsoftc 311 dev/ic/isp_openbsd.h static INLINE void isp_unlock(struct ispsoftc *); ispsoftc 314 dev/ic/isp_openbsd.h static void isp_wait_complete(struct ispsoftc *); ispsoftc 351 dev/ic/isp_openbsd.h isp_lock(struct ispsoftc *isp) ispsoftc 362 dev/ic/isp_openbsd.h isp_unlock(struct ispsoftc *isp) ispsoftc 383 dev/ic/isp_openbsd.h isp_wait_complete(struct ispsoftc *isp) ispsoftc 60 dev/ic/isp_target.c static void isp_got_msg(struct ispsoftc *, int, in_entry_t *); ispsoftc 61 dev/ic/isp_target.c static void isp_got_msg_fc(struct ispsoftc *, int, in_fcentry_t *); ispsoftc 62 dev/ic/isp_target.c static void isp_notify_ack(struct ispsoftc *, void *); ispsoftc 63 dev/ic/isp_target.c static void isp_handle_atio(struct ispsoftc *, at_entry_t *); ispsoftc 64 dev/ic/isp_target.c static void isp_handle_atio2(struct ispsoftc *, at2_entry_t *); ispsoftc 65 dev/ic/isp_target.c static void isp_handle_ctio(struct ispsoftc *, ct_entry_t *); ispsoftc 66 dev/ic/isp_target.c static void isp_handle_ctio2(struct ispsoftc *, ct2_entry_t *); ispsoftc 115 dev/ic/isp_target.c isp_target_notify(struct ispsoftc *isp, void *vptr, u_int16_t *optrp) ispsoftc 282 dev/ic/isp_target.c isp_lun_cmd(struct ispsoftc *isp, int cmd, int bus, int tgt, int lun, ispsoftc 336 dev/ic/isp_target.c isp_target_put_entry(struct ispsoftc *isp, void *ap) ispsoftc 372 dev/ic/isp_target.c isp_target_put_atio(struct ispsoftc *isp, void *arg) ispsoftc 427 dev/ic/isp_target.c isp_endcmd(struct ispsoftc *isp, void *arg, u_int32_t code, u_int16_t hdl) ispsoftc 494 dev/ic/isp_target.c isp_target_async(struct ispsoftc *isp, int bus, int event) ispsoftc 562 dev/ic/isp_target.c isp_got_msg(struct ispsoftc *isp, int bus, in_entry_t *inp) ispsoftc 588 dev/ic/isp_target.c isp_got_msg_fc(struct ispsoftc *isp, int bus, in_fcentry_t *inp) ispsoftc 647 dev/ic/isp_target.c isp_notify_ack(struct ispsoftc *isp, void *arg) ispsoftc 709 dev/ic/isp_target.c isp_handle_atio(struct ispsoftc *isp, at_entry_t *aep) ispsoftc 790 dev/ic/isp_target.c isp_handle_atio2(struct ispsoftc *isp, at2_entry_t *aep) ispsoftc 873 dev/ic/isp_target.c isp_handle_ctio(struct ispsoftc *isp, ct_entry_t *ct) ispsoftc 1033 dev/ic/isp_target.c isp_handle_ctio2(struct ispsoftc *isp, ct2_entry_t *ct) ispsoftc 522 dev/ic/isp_target.h int isp_target_notify(struct ispsoftc *, void *, u_int16_t *); ispsoftc 530 dev/ic/isp_target.h int isp_lun_cmd(struct ispsoftc *, int, int, int, int, int, int, u_int32_t); ispsoftc 535 dev/ic/isp_target.h int isp_target_put_entry(struct ispsoftc *isp, void *); ispsoftc 543 dev/ic/isp_target.h int isp_target_put_atio(struct ispsoftc *, void *); ispsoftc 549 dev/ic/isp_target.h int isp_endcmd(struct ispsoftc *, void *, u_int32_t, u_int16_t); ispsoftc 558 dev/ic/isp_target.h int isp_target_async(struct ispsoftc *, int, int); ispsoftc 62 dev/ic/ispvar.h struct ispsoftc; ispsoftc 65 dev/ic/ispvar.h (struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *); ispsoftc 66 dev/ic/ispvar.h u_int16_t (*dv_rd_reg) (struct ispsoftc *, int); ispsoftc 67 dev/ic/ispvar.h void (*dv_wr_reg) (struct ispsoftc *, int, u_int16_t); ispsoftc 68 dev/ic/ispvar.h int (*dv_mbxdma) (struct ispsoftc *); ispsoftc 69 dev/ic/ispvar.h int (*dv_dmaset) (struct ispsoftc *, ispsoftc 72 dev/ic/ispvar.h (struct ispsoftc *, XS_T *, u_int16_t); ispsoftc 73 dev/ic/ispvar.h void (*dv_reset0) (struct ispsoftc *); ispsoftc 74 dev/ic/ispvar.h void (*dv_reset1) (struct ispsoftc *); ispsoftc 75 dev/ic/ispvar.h void (*dv_dregs) (struct ispsoftc *, const char *); ispsoftc 346 dev/ic/ispvar.h typedef struct ispsoftc { ispsoftc 592 dev/ic/ispvar.h void isp_reset(struct ispsoftc *); ispsoftc 597 dev/ic/ispvar.h void isp_init(struct ispsoftc *); ispsoftc 602 dev/ic/ispvar.h void isp_reinit(struct ispsoftc *); ispsoftc 608 dev/ic/ispvar.h void isp_fw_dump(struct ispsoftc *isp); ispsoftc 618 dev/ic/ispvar.h void isp_intr(struct ispsoftc *, u_int16_t, u_int16_t, u_int16_t); ispsoftc 684 dev/ic/ispvar.h int isp_control(struct ispsoftc *, ispctl_t, void *); ispsoftc 746 dev/ic/ispvar.h int isp_async(struct ispsoftc *, ispasync_t, void *); ispsoftc 756 dev/ic/ispvar.h void isp_prt(struct ispsoftc *, int level, const char *, ...) ispsoftc 759 dev/ic/ispvar.h void isp_prt(struct ispsoftc *, int level, const char *, ...); ispsoftc 47 dev/pci/isp_pci.c static u_int16_t isp_pci_rd_reg(struct ispsoftc *, int); ispsoftc 48 dev/pci/isp_pci.c static void isp_pci_wr_reg(struct ispsoftc *, int, u_int16_t); ispsoftc 50 dev/pci/isp_pci.c static u_int16_t isp_pci_rd_reg_1080(struct ispsoftc *, int); ispsoftc 51 dev/pci/isp_pci.c static void isp_pci_wr_reg_1080(struct ispsoftc *, int, u_int16_t); ispsoftc 54 dev/pci/isp_pci.c isp_pci_rd_isr(struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *); ispsoftc 57 dev/pci/isp_pci.c isp_pci_rd_isr_2300(struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *); ispsoftc 59 dev/pci/isp_pci.c static int isp_pci_mbxdma(struct ispsoftc *); ispsoftc 60 dev/pci/isp_pci.c static int isp_pci_dmasetup(struct ispsoftc *, struct scsi_xfer *, ispsoftc 63 dev/pci/isp_pci.c isp_pci_dmateardown (struct ispsoftc *, struct scsi_xfer *, u_int16_t); ispsoftc 64 dev/pci/isp_pci.c static void isp_pci_reset1 (struct ispsoftc *); ispsoftc 65 dev/pci/isp_pci.c static void isp_pci_dumpregs (struct ispsoftc *, const char *); ispsoftc 321 dev/pci/isp_pci.c struct ispsoftc pci_isp; ispsoftc 399 dev/pci/isp_pci.c struct ispsoftc *isp = &pcs->pci_isp; ispsoftc 743 dev/pci/isp_pci.c isp_pci_rd_debounced(struct ispsoftc *isp, int off, u_int16_t *rp) ispsoftc 761 dev/pci/isp_pci.c isp_pci_rd_isr(struct ispsoftc *isp, u_int16_t *isrp, ispsoftc 799 dev/pci/isp_pci.c isp_pci_rd_isr_2300(struct ispsoftc *isp, u_int16_t *isrp, ispsoftc 853 dev/pci/isp_pci.c isp_pci_rd_reg(struct ispsoftc *isp, int regoff) ispsoftc 875 dev/pci/isp_pci.c isp_pci_wr_reg(struct ispsoftc *isp, int regoff, u_int16_t val) ispsoftc 896 dev/pci/isp_pci.c isp_pci_rd_reg_1080(struct ispsoftc *isp, int regoff) ispsoftc 927 dev/pci/isp_pci.c isp_pci_wr_reg_1080(struct ispsoftc *isp, int regoff, u_int16_t val) ispsoftc 958 dev/pci/isp_pci.c isp_pci_mbxdma(struct ispsoftc *isp) ispsoftc 1075 dev/pci/isp_pci.c isp_pci_dmasetup(struct ispsoftc *isp, XS_T *xs, ispreq_t *rq, ispsoftc 1206 dev/pci/isp_pci.c struct ispsoftc *isp = (struct ispsoftc *)arg; ispsoftc 1221 dev/pci/isp_pci.c isp_pci_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle) ispsoftc 1232 dev/pci/isp_pci.c isp_pci_reset1(struct ispsoftc *isp) ispsoftc 1242 dev/pci/isp_pci.c isp_pci_dumpregs(struct ispsoftc *isp, const char *msg) ispsoftc 83 dev/sbus/isp_sbus.c isp_sbus_rd_isr(struct ispsoftc *, u_int16_t *, u_int16_t *, u_int16_t *); ispsoftc 84 dev/sbus/isp_sbus.c static u_int16_t isp_sbus_rd_reg(struct ispsoftc *, int); ispsoftc 85 dev/sbus/isp_sbus.c static void isp_sbus_wr_reg (struct ispsoftc *, int, u_int16_t); ispsoftc 86 dev/sbus/isp_sbus.c static int isp_sbus_mbxdma(struct ispsoftc *); ispsoftc 87 dev/sbus/isp_sbus.c static int isp_sbus_dmasetup(struct ispsoftc *, XS_T *, ispreq_t *, u_int16_t *, ispsoftc 89 dev/sbus/isp_sbus.c static void isp_sbus_dmateardown(struct ispsoftc *, XS_T *, u_int16_t); ispsoftc 109 dev/sbus/isp_sbus.c struct ispsoftc sbus_isp; ispsoftc 161 dev/sbus/isp_sbus.c struct ispsoftc *isp = &sbc->sbus_isp; ispsoftc 309 dev/sbus/isp_sbus.c struct ispsoftc *isp = arg; ispsoftc 331 dev/sbus/isp_sbus.c isp_sbus_rd_isr(struct ispsoftc *isp, u_int16_t *isrp, ispsoftc 353 dev/sbus/isp_sbus.c isp_sbus_rd_reg(struct ispsoftc *isp, int regoff) ispsoftc 362 dev/sbus/isp_sbus.c isp_sbus_wr_reg(struct ispsoftc *isp, int regoff, u_int16_t val) ispsoftc 371 dev/sbus/isp_sbus.c isp_sbus_mbxdma(struct ispsoftc *isp) ispsoftc 515 dev/sbus/isp_sbus.c isp_sbus_dmasetup(struct ispsoftc *isp, XS_T *xs, ispreq_t *rq, ispsoftc 589 dev/sbus/isp_sbus.c isp_sbus_dmateardown(struct ispsoftc *isp, XS_T *xs, u_int16_t handle)