Symbol: ispsoftc_t
sys/dev/isp/isp.c
100
static void isp_clear_portdb(ispsoftc_t *, int);
sys/dev/isp/isp.c
101
static void isp_mark_portdb(ispsoftc_t *, int);
sys/dev/isp/isp.c
102
static int isp_plogx(ispsoftc_t *, int, uint16_t, uint32_t, int);
sys/dev/isp/isp.c
103
static int isp_getpdb(ispsoftc_t *, int, uint16_t, isp_pdb_t *);
sys/dev/isp/isp.c
104
static int isp_gethandles(ispsoftc_t *, int, uint16_t *, int *, int);
sys/dev/isp/isp.c
105
static void isp_dump_chip_portdb(ispsoftc_t *, int);
sys/dev/isp/isp.c
106
static uint64_t isp_get_wwn(ispsoftc_t *, int, int, int);
sys/dev/isp/isp.c
107
static int isp_fclink_test(ispsoftc_t *, int, int);
sys/dev/isp/isp.c
108
static int isp_pdb_sync(ispsoftc_t *, int);
sys/dev/isp/isp.c
109
static int isp_scan_loop(ispsoftc_t *, int);
sys/dev/isp/isp.c
110
static int isp_gid_pt(ispsoftc_t *, int);
sys/dev/isp/isp.c
111
static int isp_scan_fabric(ispsoftc_t *, int);
sys/dev/isp/isp.c
112
static int isp_login_device(ispsoftc_t *, int, uint32_t, isp_pdb_t *, uint16_t *);
sys/dev/isp/isp.c
113
static int isp_register_fc4_type(ispsoftc_t *, int);
sys/dev/isp/isp.c
114
static int isp_register_fc4_features_24xx(ispsoftc_t *, int);
sys/dev/isp/isp.c
115
static int isp_register_port_name_24xx(ispsoftc_t *, int);
sys/dev/isp/isp.c
116
static int isp_register_node_name_24xx(ispsoftc_t *, int);
sys/dev/isp/isp.c
117
static uint16_t isp_next_handle(ispsoftc_t *, uint16_t *);
sys/dev/isp/isp.c
118
static int isp_fw_state(ispsoftc_t *, int);
sys/dev/isp/isp.c
119
static void isp_mboxcmd(ispsoftc_t *, mbreg_t *);
sys/dev/isp/isp.c
121
static void isp_get_flash_addrs(ispsoftc_t *);
sys/dev/isp/isp.c
122
static void isp_setdfltfcparm(ispsoftc_t *, int);
sys/dev/isp/isp.c
123
static int isp_read_flash_dword(ispsoftc_t *, uint32_t, uint32_t *);
sys/dev/isp/isp.c
1238
isp_fc_enable_vp(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
124
static int isp_read_flash_data(ispsoftc_t *, uint32_t *, uint32_t, uint32_t);
sys/dev/isp/isp.c
125
static void isp_rd_2xxx_flash(ispsoftc_t *, uint32_t, uint32_t *);
sys/dev/isp/isp.c
126
static int isp_read_flthdr_2xxx(ispsoftc_t *);
sys/dev/isp/isp.c
127
static void isp_parse_flthdr_2xxx(ispsoftc_t *, uint8_t *);
sys/dev/isp/isp.c
128
static int isp_read_flt_2xxx(ispsoftc_t *);
sys/dev/isp/isp.c
1282
isp_fc_disable_vp(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
129
static int isp_parse_flt_2xxx(ispsoftc_t *, uint8_t *);
sys/dev/isp/isp.c
130
static int isp_read_nvram(ispsoftc_t *);
sys/dev/isp/isp.c
131
static void isp_parse_nvram_2400(ispsoftc_t *, uint8_t *);
sys/dev/isp/isp.c
1319
isp_fc_change_role(ispsoftc_t *isp, int chan, int new_role)
sys/dev/isp/isp.c
133
static void isp_print_image(ispsoftc_t *, char *, struct isp_image_status *);
sys/dev/isp/isp.c
1349
isp_clear_portdb(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
1377
isp_mark_portdb(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
138
static int isp_compare_image_generation(ispsoftc_t *, struct isp_image_status *, struct isp_image_status *);
sys/dev/isp/isp.c
139
static void isp_get_aux_images(ispsoftc_t *, struct active_regions *);
sys/dev/isp/isp.c
1399
isp_plogx(ispsoftc_t *isp, int chan, uint16_t handle, uint32_t portid, int flags)
sys/dev/isp/isp.c
140
static void isp_get_active_image(ispsoftc_t *, struct active_regions *);
sys/dev/isp/isp.c
141
static bool isp_risc_firmware_invalid(ispsoftc_t *, uint32_t *);
sys/dev/isp/isp.c
142
static int isp_load_ram(ispsoftc_t *, uint32_t *, uint32_t, uint32_t);
sys/dev/isp/isp.c
143
static int isp_load_risc_flash(ispsoftc_t *, uint32_t *, uint32_t);
sys/dev/isp/isp.c
144
static int isp_load_risc(ispsoftc_t *, uint32_t *);
sys/dev/isp/isp.c
147
isp_change_fw_state(ispsoftc_t *isp, int chan, int state)
sys/dev/isp/isp.c
1510
isp_getpdb(ispsoftc_t *isp, int chan, uint16_t id, isp_pdb_t *pdb)
sys/dev/isp/isp.c
1561
isp_gethandles(ispsoftc_t *isp, int chan, uint16_t *handles, int *num, int loop)
sys/dev/isp/isp.c
160
isp_get_flash_addrs(ispsoftc_t *isp)
sys/dev/isp/isp.c
1601
isp_dump_chip_portdb(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
1620
isp_get_wwn(ispsoftc_t *isp, int chan, int nphdl, int nodename)
sys/dev/isp/isp.c
1651
isp_fclink_test(ispsoftc_t *isp, int chan, int usdelay)
sys/dev/isp/isp.c
1812
isp_pdb_sync(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
1886
isp_pdb_add_update(ispsoftc_t *isp, int chan, isp_pdb_t *pdb)
sys/dev/isp/isp.c
1956
isp_scan_loop(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2032
isp_ct_passthru(ispsoftc_t *isp, int chan, uint32_t cmd_bcnt, uint32_t rsp_bcnt)
sys/dev/isp/isp.c
207
isp_reset(ispsoftc_t *isp, int do_load_defaults)
sys/dev/isp/isp.c
2093
isp_gid_pt(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2130
isp_gff_id(ispsoftc_t *isp, int chan, uint32_t portid)
sys/dev/isp/isp.c
2187
isp_gft_id(ispsoftc_t *isp, int chan, uint32_t portid)
sys/dev/isp/isp.c
2240
isp_scan_fabric(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2478
isp_login_device(ispsoftc_t *isp, int chan, uint32_t portid, isp_pdb_t *p, uint16_t *ohp)
sys/dev/isp/isp.c
2557
isp_register_fc4_type(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2602
isp_register_fc4_features_24xx(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2660
isp_register_port_name_24xx(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2724
isp_register_node_name_24xx(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
2780
isp_next_handle(ispsoftc_t *isp, uint16_t *ohp)
sys/dev/isp/isp.c
2823
ispsoftc_t *isp;
sys/dev/isp/isp.c
2996
isp_control(ispsoftc_t *isp, ispctl_t ctl, ...)
sys/dev/isp/isp.c
3234
isp_intr_atioq(ispsoftc_t *isp)
sys/dev/isp/isp.c
3268
isp_intr_mbox(ispsoftc_t *isp, uint16_t mbox0)
sys/dev/isp/isp.c
3287
isp_intr_respq(ispsoftc_t *isp)
sys/dev/isp/isp.c
3509
isp_intr_async(ispsoftc_t *isp, uint16_t mbox)
sys/dev/isp/isp.c
3783
isp_handle_control(ispsoftc_t *isp, isphdr_t *hp)
sys/dev/isp/isp.c
3816
isp_handle_rpt_id_acq(ispsoftc_t *isp, isphdr_t *hp)
sys/dev/isp/isp.c
3861
isp_parse_status_24xx(ispsoftc_t *isp, isp24xx_statusreq_t *sp, XS_T *xs)
sys/dev/isp/isp.c
4282
isp_mboxcmd(ispsoftc_t *isp, mbreg_t *mbp)
sys/dev/isp/isp.c
4445
isp_fw_state(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
4457
isp_setdfltfcparm(ispsoftc_t *isp, int chan)
sys/dev/isp/isp.c
4519
isp_reinit(ispsoftc_t *isp, int do_load_defaults)
sys/dev/isp/isp.c
4552
flash_data_addr(ispsoftc_t *isp, uint32_t faddr)
sys/dev/isp/isp.c
4560
isp_read_flash_dword(ispsoftc_t *isp, uint32_t addr, uint32_t *data)
sys/dev/isp/isp.c
4579
isp_read_flash_data(ispsoftc_t *isp, uint32_t *dwptr, uint32_t faddr, uint32_t dwords)
sys/dev/isp/isp.c
4597
isp_rd_2xxx_flash(ispsoftc_t *isp, uint32_t addr, uint32_t *rp)
sys/dev/isp/isp.c
4618
isp_read_flthdr_2xxx(ispsoftc_t *isp)
sys/dev/isp/isp.c
4649
isp_parse_flthdr_2xxx(ispsoftc_t *isp, uint8_t *flthdr_data)
sys/dev/isp/isp.c
4670
isp_read_flt_2xxx(ispsoftc_t *isp)
sys/dev/isp/isp.c
4691
isp_parse_flt_2xxx(ispsoftc_t *isp, uint8_t *flt_data)
sys/dev/isp/isp.c
4873
isp_print_image(ispsoftc_t *isp, char *name, struct isp_image_status *image_status)
sys/dev/isp/isp.c
4944
isp_compare_image_generation(ispsoftc_t *isp,
sys/dev/isp/isp.c
4959
isp_get_aux_images(ispsoftc_t *isp, struct active_regions *active_regions)
sys/dev/isp/isp.c
5058
isp_get_active_image(ispsoftc_t *isp, struct active_regions * active_regions)
sys/dev/isp/isp.c
5155
static bool isp_risc_firmware_invalid(ispsoftc_t *isp, uint32_t *dword)
sys/dev/isp/isp.c
5162
isp_load_ram(ispsoftc_t *isp, uint32_t *data, uint32_t risc_addr,
sys/dev/isp/isp.c
5191
isp_load_risc_flash(ispsoftc_t *isp, uint32_t *srisc_addr, uint32_t faddr)
sys/dev/isp/isp.c
5291
isp_load_risc(ispsoftc_t *isp, uint32_t *srisc_addr)
sys/dev/isp/isp.c
5322
isp_read_nvram(ispsoftc_t *isp)
sys/dev/isp/isp.c
5372
isp_parse_nvram_2400(ispsoftc_t *isp, uint8_t *nvram_data)
sys/dev/isp/isp.c
824
isp_stop(ispsoftc_t *isp)
sys/dev/isp/isp.c
846
isp_shutdown(ispsoftc_t *isp)
sys/dev/isp/isp.c
862
isp_init(ispsoftc_t *isp)
sys/dev/isp/isp.c
97
static int isp_handle_control(ispsoftc_t *, isphdr_t *);
sys/dev/isp/isp.c
98
static void isp_handle_rpt_id_acq(ispsoftc_t *, isphdr_t *);
sys/dev/isp/isp.c
99
static void isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *);
sys/dev/isp/isp_freebsd.c
108
isp_attach_chan(ispsoftc_t *isp, struct cam_devq *devq, int chan)
sys/dev/isp/isp_freebsd.c
1279
ispsoftc_t *isp = tp->isp;
sys/dev/isp/isp_freebsd.c
1291
isp_complete_ctio(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
1300
isp_handle_platform_atio7(ispsoftc_t *isp, at7_entry_t *aep)
sys/dev/isp/isp_freebsd.c
1481
isp_handle_srr_start(ispsoftc_t *isp, atio_private_data_t *atp)
sys/dev/isp/isp_freebsd.c
1579
isp_handle_platform_srr(ispsoftc_t *isp, isp_notify_t *notify)
sys/dev/isp/isp_freebsd.c
1602
isp_handle_platform_ctio(ispsoftc_t *isp, ct7_entry_t *ct)
sys/dev/isp/isp_freebsd.c
1705
isp_handle_platform_target_notify_ack(ispsoftc_t *isp, isp_notify_t *mp, uint32_t rsp)
sys/dev/isp/isp_freebsd.c
1779
isp_handle_platform_target_tmf(ispsoftc_t *isp, isp_notify_t *notify)
sys/dev/isp/isp_freebsd.c
1892
isp_target_mark_aborted_early(ispsoftc_t *isp, int chan, tstate_t *tptr, uint32_t tag_id)
sys/dev/isp/isp_freebsd.c
1913
ispsoftc_t *isp = cam_sim_softc(sim);
sys/dev/isp/isp_freebsd.c
1923
ispsoftc_t *isp;
sys/dev/isp/isp_freebsd.c
1983
isp_make_here(ispsoftc_t *isp, fcportdb_t *fcp, int chan, int tgt)
sys/dev/isp/isp_freebsd.c
2006
isp_make_gone(ispsoftc_t *isp, fcportdb_t *fcp, int chan, int tgt)
sys/dev/isp/isp_freebsd.c
2038
ispsoftc_t *isp = fc->isp;
sys/dev/isp/isp_freebsd.c
2096
isp_loop_changed(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
2111
isp_loop_up(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
2122
isp_loop_dead(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
2201
ispsoftc_t *isp = fc->isp;
sys/dev/isp/isp_freebsd.c
2270
isp_abort_atpd(ispsoftc_t *isp, int chan, atio_private_data_t *atp)
sys/dev/isp/isp_freebsd.c
228
isp_detach_chan(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
2289
isp_abort_atio(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
2326
isp_abort_inot(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
2369
ispsoftc_t *isp;
sys/dev/isp/isp_freebsd.c
2376
isp = (ispsoftc_t *)cam_sim_softc(sim);
sys/dev/isp/isp_freebsd.c
243
isp_attach(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
2807
ispsoftc_t *isp = XS_ISP(sccb);
sys/dev/isp/isp_freebsd.c
2840
isp_async(ispsoftc_t *isp, ispasync_t cmd, ...)
sys/dev/isp/isp_freebsd.c
285
isp_detach(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
305
isp_freeze_loopdown(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
3176
isp_default_wwn(ispsoftc_t * isp, int chan, int isactive, int iswwnn)
sys/dev/isp/isp_freebsd.c
3226
isp_prt(ispsoftc_t *isp, int level, const char *fmt, ...)
sys/dev/isp/isp_freebsd.c
3244
isp_xs_prt(ispsoftc_t *isp, XS_T *xs, int level, const char *fmt, ...)
sys/dev/isp/isp_freebsd.c
325
isp_unfreeze_loopdown(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
3271
isp_fc_scratch_acquire(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
3284
ispsoftc_t *isp = arg;
sys/dev/isp/isp_freebsd.c
3294
ispsoftc_t *isp = arg;
sys/dev/isp/isp_freebsd.c
3307
ispsoftc_t *isp = arg;
sys/dev/isp/isp_freebsd.c
3320
ispsoftc_t *isp;
sys/dev/isp/isp_freebsd.c
3330
ispsoftc_t *isp= mp->isp;
sys/dev/isp/isp_freebsd.c
3351
isp_dmasetup(ispsoftc_t *isp, struct ccb_scsiio *csio, void *qe)
sys/dev/isp/isp_freebsd.c
3391
isp_dmafree(ispsoftc_t *isp, struct ccb_scsiio *csio)
sys/dev/isp/isp_freebsd.c
3413
isp_fcp_reset_crn(ispsoftc_t *isp, int chan, uint32_t tgt, int tgt_set)
sys/dev/isp/isp_freebsd.c
3435
isp_fcp_next_crn(ispsoftc_t *isp, uint8_t *crnp, XS_T *cmd)
sys/dev/isp/isp_freebsd.c
346
isp_rq_check_above(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
3482
ispsoftc_t *isp = arg;
sys/dev/isp/isp_freebsd.c
3491
isp_get_ecmd(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
3501
isp_put_ecmd(ispsoftc_t *isp, isp_ecmd_t *ecmd)
sys/dev/isp/isp_freebsd.c
359
isp_rq_check_below(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
374
ispsoftc_t *isp;
sys/dev/isp/isp_freebsd.c
53
static void isp_freeze_loopdown(ispsoftc_t *, int);
sys/dev/isp/isp_freebsd.c
54
static void isp_loop_changed(ispsoftc_t *isp, int chan);
sys/dev/isp/isp_freebsd.c
55
static void isp_rq_check_above(ispsoftc_t *);
sys/dev/isp/isp_freebsd.c
56
static void isp_rq_check_below(ispsoftc_t *);
sys/dev/isp/isp_freebsd.c
597
static ISP_INLINE int isp_get_pcmd(ispsoftc_t *, union ccb *);
sys/dev/isp/isp_freebsd.c
598
static ISP_INLINE void isp_free_pcmd(ispsoftc_t *, union ccb *);
sys/dev/isp/isp_freebsd.c
601
isp_get_pcmd(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
612
isp_free_pcmd(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
628
static ISP_INLINE tstate_t *get_lun_statep(ispsoftc_t *, int, lun_id_t);
sys/dev/isp/isp_freebsd.c
629
static atio_private_data_t *isp_get_atpd(ispsoftc_t *, int, uint32_t, void *);
sys/dev/isp/isp_freebsd.c
630
static atio_private_data_t *isp_find_atpd(ispsoftc_t *, int, uint32_t);
sys/dev/isp/isp_freebsd.c
631
static atio_private_data_t *isp_find_atpd_ccb(ispsoftc_t *, int, uint32_t, void *);
sys/dev/isp/isp_freebsd.c
632
static void isp_put_atpd(ispsoftc_t *, int, atio_private_data_t *);
sys/dev/isp/isp_freebsd.c
633
static inot_private_data_t *isp_get_ntpd(ispsoftc_t *, int);
sys/dev/isp/isp_freebsd.c
634
static inot_private_data_t *isp_find_ntpd(ispsoftc_t *, int, uint32_t, uint32_t);
sys/dev/isp/isp_freebsd.c
635
static void isp_put_ntpd(ispsoftc_t *, int, inot_private_data_t *);
sys/dev/isp/isp_freebsd.c
636
static tstate_t *create_lun_state(ispsoftc_t *, int, struct cam_path *);
sys/dev/isp/isp_freebsd.c
637
static void destroy_lun_state(ispsoftc_t *, int, tstate_t *);
sys/dev/isp/isp_freebsd.c
638
static void isp_enable_lun(ispsoftc_t *, union ccb *);
sys/dev/isp/isp_freebsd.c
639
static void isp_disable_lun(ispsoftc_t *, union ccb *);
sys/dev/isp/isp_freebsd.c
641
static void isp_complete_ctio(ispsoftc_t *isp, union ccb *);
sys/dev/isp/isp_freebsd.c
643
static void isp_target_start_ctio(ispsoftc_t *, union ccb *, enum Start_Ctio_How);
sys/dev/isp/isp_freebsd.c
644
static void isp_handle_platform_atio7(ispsoftc_t *, at7_entry_t *);
sys/dev/isp/isp_freebsd.c
645
static void isp_handle_platform_ctio(ispsoftc_t *, ct7_entry_t *);
sys/dev/isp/isp_freebsd.c
646
static int isp_handle_platform_target_notify_ack(ispsoftc_t *, isp_notify_t *, uint32_t rsp);
sys/dev/isp/isp_freebsd.c
647
static void isp_handle_platform_target_tmf(ispsoftc_t *, isp_notify_t *);
sys/dev/isp/isp_freebsd.c
648
static void isp_target_mark_aborted_early(ispsoftc_t *, int chan, tstate_t *, uint32_t);
sys/dev/isp/isp_freebsd.c
651
get_lun_statep(ispsoftc_t *isp, int bus, lun_id_t lun)
sys/dev/isp/isp_freebsd.c
664
isp_atio_restart(ispsoftc_t *isp, int bus, tstate_t *tptr)
sys/dev/isp/isp_freebsd.c
691
isp_tmcmd_restart(ispsoftc_t *isp)
sys/dev/isp/isp_freebsd.c
719
isp_get_atpd(ispsoftc_t *isp, int chan, uint32_t tag, void *ccb)
sys/dev/isp/isp_freebsd.c
735
isp_find_atpd(ispsoftc_t *isp, int chan, uint32_t tag)
sys/dev/isp/isp_freebsd.c
752
isp_find_atpd_ccb(ispsoftc_t *isp, int chan, uint32_t tag, void *ccb)
sys/dev/isp/isp_freebsd.c
76
ispsoftc_t *isp = (ispsoftc_t *)arg1;
sys/dev/isp/isp_freebsd.c
765
isp_put_atpd(ispsoftc_t *isp, int chan, atio_private_data_t *atp)
sys/dev/isp/isp_freebsd.c
777
isp_dump_atpd(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
792
isp_get_ntpd(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_freebsd.c
804
isp_find_ntpd(ispsoftc_t *isp, int chan, uint32_t tag_id, uint32_t seq_id)
sys/dev/isp/isp_freebsd.c
817
isp_put_ntpd(ispsoftc_t *isp, int chan, inot_private_data_t *ntp)
sys/dev/isp/isp_freebsd.c
826
create_lun_state(ispsoftc_t *isp, int bus, struct cam_path *path)
sys/dev/isp/isp_freebsd.c
846
destroy_lun_state(ispsoftc_t *isp, int bus, tstate_t *tptr)
sys/dev/isp/isp_freebsd.c
872
isp_enable_lun(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
910
isp_disable_lun(ispsoftc_t *isp, union ccb *ccb)
sys/dev/isp/isp_freebsd.c
938
isp_target_start_ctio(ispsoftc_t *isp, union ccb *ccb, enum Start_Ctio_How how)
sys/dev/isp/isp_freebsd.h
595
extern int isp_attach(ispsoftc_t *);
sys/dev/isp/isp_freebsd.h
596
extern int isp_detach(ispsoftc_t *);
sys/dev/isp/isp_freebsd.h
597
extern uint64_t isp_default_wwn(ispsoftc_t *, int, int, int);
sys/dev/isp/isp_freebsd.h
610
void isp_prt(ispsoftc_t *, int level, const char *, ...) __printflike(3, 4);
sys/dev/isp/isp_freebsd.h
611
void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...) __printflike(4, 5);
sys/dev/isp/isp_freebsd.h
613
int isp_fc_scratch_acquire(ispsoftc_t *, int);
sys/dev/isp/isp_freebsd.h
617
int isp_dmasetup(ispsoftc_t *, XS_T *, void *);
sys/dev/isp/isp_freebsd.h
618
void isp_dmafree(ispsoftc_t *, struct ccb_scsiio *);
sys/dev/isp/isp_freebsd.h
619
void isp_fcp_reset_crn(ispsoftc_t *, int, uint32_t, int);
sys/dev/isp/isp_freebsd.h
620
int isp_fcp_next_crn(ispsoftc_t *, uint8_t *, XS_T *);
sys/dev/isp/isp_library.c
1010
isp_get_ridacq(ispsoftc_t *isp, isp_ridacq_t *src, isp_ridacq_t *dst)
sys/dev/isp/isp_library.c
1035
isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst)
sys/dev/isp/isp_library.c
1062
isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *src, isp_ct_pt_t *dst)
sys/dev/isp/isp_library.c
1089
isp_put_gid_ft_request(ispsoftc_t *isp, sns_gid_ft_req_t *src, sns_gid_ft_req_t *dst)
sys/dev/isp/isp_library.c
1106
isp_get_gid_xx_response(ispsoftc_t *isp, sns_gid_xx_rsp_t *src, sns_gid_xx_rsp_t *dst, int nwords)
sys/dev/isp/isp_library.c
1124
isp_get_gxn_id_response(ispsoftc_t *isp, sns_gxn_id_rsp_t *src, sns_gxn_id_rsp_t *dst)
sys/dev/isp/isp_library.c
1134
isp_get_gft_id_response(ispsoftc_t *isp, sns_gft_id_rsp_t *src, sns_gft_id_rsp_t *dst)
sys/dev/isp/isp_library.c
1146
isp_get_gff_id_response(ispsoftc_t *isp, sns_gff_id_rsp_t *src, sns_gff_id_rsp_t *dst)
sys/dev/isp/isp_library.c
1158
isp_get_ga_nxt_response(ispsoftc_t *isp, sns_ga_nxt_rsp_t *src, sns_ga_nxt_rsp_t *dst)
sys/dev/isp/isp_library.c
1206
isp_get_fc_hdr(ispsoftc_t *isp, fc_hdr_t *src, fc_hdr_t *dst)
sys/dev/isp/isp_library.c
1229
isp_put_fc_hdr(ispsoftc_t *isp, fc_hdr_t *src, fc_hdr_t *dst)
sys/dev/isp/isp_library.c
1252
isp_get_fcp_cmnd_iu(ispsoftc_t *isp, fcp_cmnd_iu_t *src, fcp_cmnd_iu_t *dst)
sys/dev/isp/isp_library.c
1270
isp_put_rft_id(ispsoftc_t *isp, rft_id_t *src, rft_id_t *dst)
sys/dev/isp/isp_library.c
1284
isp_put_rspn_id(ispsoftc_t *isp, rspn_id_t *src, rspn_id_t *dst)
sys/dev/isp/isp_library.c
1295
isp_put_rff_id(ispsoftc_t *isp, rff_id_t *src, rff_id_t *dst)
sys/dev/isp/isp_library.c
1309
isp_put_rsnn_nn(ispsoftc_t *isp, rsnn_nn_t *src, rsnn_nn_t *dst)
sys/dev/isp/isp_library.c
1321
isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
sys/dev/isp/isp_library.c
1340
isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *src, ct_hdr_t *dst)
sys/dev/isp/isp_library.c
1359
isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *src, fcp_rsp_iu_t *dst)
sys/dev/isp/isp_library.c
1377
isp_find_pdb_empty(ispsoftc_t *isp, int chan, fcportdb_t **lptr)
sys/dev/isp/isp_library.c
1394
isp_find_pdb_by_wwpn(ispsoftc_t *isp, int chan, uint64_t wwpn, fcportdb_t **lptr)
sys/dev/isp/isp_library.c
1413
isp_find_pdb_by_handle(ispsoftc_t *isp, int chan, uint16_t handle,
sys/dev/isp/isp_library.c
1433
isp_find_pdb_by_portid(ispsoftc_t *isp, int chan, uint32_t portid,
sys/dev/isp/isp_library.c
1454
isp_find_chan_by_did(ispsoftc_t *isp, uint32_t did, uint16_t *cp)
sys/dev/isp/isp_library.c
1476
isp_add_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint64_t wwnn,
sys/dev/isp/isp_library.c
163
isp_allocate_handle(ispsoftc_t *isp, void *xs, int type)
sys/dev/isp/isp_library.c
1632
isp_del_wwn_entry(ispsoftc_t *isp, int chan, uint64_t wwpn, uint16_t nphdl, uint32_t s_id)
sys/dev/isp/isp_library.c
1658
isp_get_atio7(ispsoftc_t *isp, at7_entry_t *src, at7_entry_t *dst)
sys/dev/isp/isp_library.c
1669
isp_put_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst)
sys/dev/isp/isp_library.c
1719
isp_get_ctio7(ispsoftc_t *isp, ct7_entry_t *src, ct7_entry_t *dst)
sys/dev/isp/isp_library.c
1771
isp_put_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst)
sys/dev/isp/isp_library.c
179
isp_find_xs(ispsoftc_t *isp, uint32_t handle)
sys/dev/isp/isp_library.c
1807
isp_get_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *src, in_fcentry_24xx_t *dst)
sys/dev/isp/isp_library.c
1843
isp_put_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst)
sys/dev/isp/isp_library.c
1877
isp_get_notify_ack_24xx(ispsoftc_t *isp, na_fcentry_24xx_t *src, na_fcentry_24xx_t *dst)
sys/dev/isp/isp_library.c
189
isp_find_handle(ispsoftc_t *isp, void *xs)
sys/dev/isp/isp_library.c
1911
isp_get_abts(ispsoftc_t *isp, abts_t *src, abts_t *dst)
sys/dev/isp/isp_library.c
1945
isp_put_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst)
sys/dev/isp/isp_library.c
1999
isp_get_abts_rsp(ispsoftc_t *isp, abts_rsp_t *src, abts_rsp_t *dst)
sys/dev/isp/isp_library.c
2034
isp_put_entry(ispsoftc_t *isp, void *src, void *dst)
sys/dev/isp/isp_library.c
206
isp_destroy_handle(ispsoftc_t *isp, uint32_t handle)
sys/dev/isp/isp_library.c
2073
isp_get_entry(ispsoftc_t *isp, void *src, void *dst)
sys/dev/isp/isp_library.c
2107
isp_send_entry(ispsoftc_t *isp, void *src)
sys/dev/isp/isp_library.c
2124
isp_exec_entry_mbox(ispsoftc_t *isp, void *src, void *dst, int timeout)
sys/dev/isp/isp_library.c
2148
isp_exec_entry_queue(ispsoftc_t *isp, void *src, void *dst, int timeout)
sys/dev/isp/isp_library.c
219
isp_print_qentry(ispsoftc_t *isp, const char *msg, int idx, void *arg)
sys/dev/isp/isp_library.c
237
isp_print_bytes(ispsoftc_t *isp, const char *msg, int amt, void *arg)
sys/dev/isp/isp_library.c
274
isp_fc_runstate(ispsoftc_t *isp, int chan, int tval)
sys/dev/isp/isp_library.c
307
isp_dump_portdb(ispsoftc_t *isp, int chan)
sys/dev/isp/isp_library.c
457
isp_clear_commands(ispsoftc_t *isp)
sys/dev/isp/isp_library.c
531
isp_put_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
sys/dev/isp/isp_library.c
540
isp_get_hdr(ispsoftc_t *isp, isphdr_t *hpsrc, isphdr_t *hpdst)
sys/dev/isp/isp_library.c
549
isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp)
sys/dev/isp/isp_library.c
557
isp_put_marker_24xx(ispsoftc_t *isp, isp_marker_24xx_t *src, isp_marker_24xx_t *dst)
sys/dev/isp/isp_library.c
577
isp_put_request_t7(ispsoftc_t *isp, ispreqt7_t *src, ispreqt7_t *dst)
sys/dev/isp/isp_library.c
612
isp_put_24xx_tmf(ispsoftc_t *isp, isp24xx_tmf_t *src, isp24xx_tmf_t *dst)
sys/dev/isp/isp_library.c
63
isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs)
sys/dev/isp/isp_library.c
643
isp_put_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst)
sys/dev/isp/isp_library.c
664
isp_put_cont64_req(ispsoftc_t *isp, ispcontreq64_t *src, ispcontreq64_t *dst)
sys/dev/isp/isp_library.c
676
isp_get_cont_response(ispsoftc_t *isp, ispstatus_cont_t *src, ispstatus_cont_t *dst)
sys/dev/isp/isp_library.c
689
isp_get_24xx_response(ispsoftc_t *isp, isp24xx_statusreq_t *src, isp24xx_statusreq_t *dst)
sys/dev/isp/isp_library.c
714
isp_get_24xx_abrt(ispsoftc_t *isp, isp24xx_abrt_t *src, isp24xx_abrt_t *dst)
sys/dev/isp/isp_library.c
735
isp_put_icb_2400(ispsoftc_t *isp, isp_icb_2400_t *src, isp_icb_2400_t *dst)
sys/dev/isp/isp_library.c
793
isp_put_icb_2400_vpinfo(ispsoftc_t *isp, isp_icb_2400_vpinfo_t *src, isp_icb_2400_vpinfo_t *dst)
sys/dev/isp/isp_library.c
800
isp_put_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst)
sys/dev/isp/isp_library.c
816
isp_get_vp_port_info(ispsoftc_t *isp, vp_port_info_t *src, vp_port_info_t *dst)
sys/dev/isp/isp_library.c
833
isp_put_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst)
sys/dev/isp/isp_library.c
852
isp_get_vp_ctrl_info(ispsoftc_t *isp, vp_ctrl_info_t *src, vp_ctrl_info_t *dst)
sys/dev/isp/isp_library.c
871
isp_put_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst)
sys/dev/isp/isp_library.c
899
isp_get_vp_modify(ispsoftc_t *isp, vp_modify_t *src, vp_modify_t *dst)
sys/dev/isp/isp_library.c
927
isp_get_pdb_24xx(ispsoftc_t *isp, isp_pdb_24xx_t *src, isp_pdb_24xx_t *dst)
sys/dev/isp/isp_library.c
957
isp_get_pnhle_24xx(ispsoftc_t *isp, isp_pnhle_24xx_t *src, isp_pnhle_24xx_t *dst)
sys/dev/isp/isp_library.c
971
isp_get_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst)
sys/dev/isp/isp_library.c
989
isp_put_plogx(ispsoftc_t *isp, isp_plogx_t *src, isp_plogx_t *dst)
sys/dev/isp/isp_library.h
101
void isp_put_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
sys/dev/isp/isp_library.h
102
void isp_get_hdr(ispsoftc_t *, isphdr_t *, isphdr_t *);
sys/dev/isp/isp_library.h
103
int isp_get_response_type(ispsoftc_t *, isphdr_t *);
sys/dev/isp/isp_library.h
104
void isp_put_marker_24xx(ispsoftc_t *, isp_marker_24xx_t *, isp_marker_24xx_t *);
sys/dev/isp/isp_library.h
105
void isp_put_request_t7(ispsoftc_t *, ispreqt7_t *, ispreqt7_t *);
sys/dev/isp/isp_library.h
106
void isp_put_24xx_tmf(ispsoftc_t *, isp24xx_tmf_t *, isp24xx_tmf_t *);
sys/dev/isp/isp_library.h
107
void isp_put_24xx_abrt(ispsoftc_t *, isp24xx_abrt_t *, isp24xx_abrt_t *);
sys/dev/isp/isp_library.h
108
void isp_put_cont64_req(ispsoftc_t *, ispcontreq64_t *, ispcontreq64_t *);
sys/dev/isp/isp_library.h
109
void isp_get_cont_response(ispsoftc_t *, ispstatus_cont_t *, ispstatus_cont_t *);
sys/dev/isp/isp_library.h
110
void isp_get_24xx_response(ispsoftc_t *, isp24xx_statusreq_t *, isp24xx_statusreq_t *);
sys/dev/isp/isp_library.h
111
void isp_get_24xx_abrt(ispsoftc_t *, isp24xx_abrt_t *, isp24xx_abrt_t *);
sys/dev/isp/isp_library.h
112
void isp_put_icb_2400(ispsoftc_t *, isp_icb_2400_t *, isp_icb_2400_t *);
sys/dev/isp/isp_library.h
113
void isp_put_icb_2400_vpinfo(ispsoftc_t *, isp_icb_2400_vpinfo_t *, isp_icb_2400_vpinfo_t *);
sys/dev/isp/isp_library.h
114
void isp_put_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
sys/dev/isp/isp_library.h
115
void isp_get_vp_port_info(ispsoftc_t *, vp_port_info_t *, vp_port_info_t *);
sys/dev/isp/isp_library.h
116
void isp_put_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
sys/dev/isp/isp_library.h
117
void isp_get_vp_ctrl_info(ispsoftc_t *, vp_ctrl_info_t *, vp_ctrl_info_t *);
sys/dev/isp/isp_library.h
118
void isp_put_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
sys/dev/isp/isp_library.h
119
void isp_get_vp_modify(ispsoftc_t *, vp_modify_t *, vp_modify_t *);
sys/dev/isp/isp_library.h
120
void isp_get_pdb_24xx(ispsoftc_t *, isp_pdb_24xx_t *, isp_pdb_24xx_t *);
sys/dev/isp/isp_library.h
121
void isp_get_pnhle_24xx(ispsoftc_t *, isp_pnhle_24xx_t *, isp_pnhle_24xx_t *);
sys/dev/isp/isp_library.h
122
void isp_get_ridacq(ispsoftc_t *, isp_ridacq_t *, isp_ridacq_t *);
sys/dev/isp/isp_library.h
123
void isp_get_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
sys/dev/isp/isp_library.h
124
void isp_put_plogx(ispsoftc_t *, isp_plogx_t *, isp_plogx_t *);
sys/dev/isp/isp_library.h
125
void isp_get_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
sys/dev/isp/isp_library.h
126
void isp_put_ct_pt(ispsoftc_t *isp, isp_ct_pt_t *, isp_ct_pt_t *);
sys/dev/isp/isp_library.h
127
void isp_put_gid_ft_request(ispsoftc_t *, sns_gid_ft_req_t *, sns_gid_ft_req_t *);
sys/dev/isp/isp_library.h
128
void isp_get_gid_xx_response(ispsoftc_t *, sns_gid_xx_rsp_t *, sns_gid_xx_rsp_t *, int);
sys/dev/isp/isp_library.h
129
void isp_get_gxn_id_response(ispsoftc_t *, sns_gxn_id_rsp_t *, sns_gxn_id_rsp_t *);
sys/dev/isp/isp_library.h
130
void isp_get_gft_id_response(ispsoftc_t *, sns_gft_id_rsp_t *, sns_gft_id_rsp_t *);
sys/dev/isp/isp_library.h
131
void isp_get_gff_id_response(ispsoftc_t *, sns_gff_id_rsp_t *, sns_gff_id_rsp_t *);
sys/dev/isp/isp_library.h
132
void isp_get_ga_nxt_response(ispsoftc_t *, sns_ga_nxt_rsp_t *, sns_ga_nxt_rsp_t *);
sys/dev/isp/isp_library.h
133
void isp_get_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
sys/dev/isp/isp_library.h
134
void isp_put_fc_hdr(ispsoftc_t *, fc_hdr_t *, fc_hdr_t *);
sys/dev/isp/isp_library.h
135
void isp_get_fcp_cmnd_iu(ispsoftc_t *, fcp_cmnd_iu_t *, fcp_cmnd_iu_t *);
sys/dev/isp/isp_library.h
136
void isp_put_rft_id(ispsoftc_t *, rft_id_t *, rft_id_t *);
sys/dev/isp/isp_library.h
137
void isp_put_rspn_id(ispsoftc_t *, rspn_id_t *, rspn_id_t *);
sys/dev/isp/isp_library.h
138
void isp_put_rff_id(ispsoftc_t *, rff_id_t *, rff_id_t *);
sys/dev/isp/isp_library.h
139
void isp_put_rsnn_nn(ispsoftc_t *, rsnn_nn_t *, rsnn_nn_t *);
sys/dev/isp/isp_library.h
140
void isp_get_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
sys/dev/isp/isp_library.h
141
void isp_put_ct_hdr(ispsoftc_t *isp, ct_hdr_t *, ct_hdr_t *);
sys/dev/isp/isp_library.h
142
void isp_put_fcp_rsp_iu(ispsoftc_t *isp, fcp_rsp_iu_t *, fcp_rsp_iu_t *);
sys/dev/isp/isp_library.h
143
void isp_get_atio7(ispsoftc_t *isp, at7_entry_t *, at7_entry_t *);
sys/dev/isp/isp_library.h
144
void isp_put_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
sys/dev/isp/isp_library.h
145
void isp_get_ctio7(ispsoftc_t *, ct7_entry_t *, ct7_entry_t *);
sys/dev/isp/isp_library.h
146
void isp_put_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *, in_fcentry_24xx_t *);
sys/dev/isp/isp_library.h
147
void isp_get_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *, in_fcentry_24xx_t *);
sys/dev/isp/isp_library.h
148
void isp_put_notify_ack_24xx(ispsoftc_t *, na_fcentry_24xx_t *, na_fcentry_24xx_t *);
sys/dev/isp/isp_library.h
149
void isp_get_notify_ack_24xx(ispsoftc_t *, na_fcentry_24xx_t *, na_fcentry_24xx_t *);
sys/dev/isp/isp_library.h
150
void isp_get_abts(ispsoftc_t *, abts_t *, abts_t *);
sys/dev/isp/isp_library.h
151
void isp_put_abts_rsp(ispsoftc_t *, abts_rsp_t *, abts_rsp_t *);
sys/dev/isp/isp_library.h
152
void isp_get_abts_rsp(ispsoftc_t *, abts_rsp_t *, abts_rsp_t *);
sys/dev/isp/isp_library.h
154
void isp_put_entry(ispsoftc_t *, void *, void *);
sys/dev/isp/isp_library.h
155
void isp_get_entry(ispsoftc_t *, void *, void *);
sys/dev/isp/isp_library.h
156
int isp_send_entry(ispsoftc_t *, void *);
sys/dev/isp/isp_library.h
157
int isp_exec_entry_mbox(ispsoftc_t *, void *, void *, int);
sys/dev/isp/isp_library.h
158
int isp_exec_entry_queue(ispsoftc_t *, void *, void *, int);
sys/dev/isp/isp_library.h
172
int isp_find_pdb_empty(ispsoftc_t *, int, fcportdb_t **);
sys/dev/isp/isp_library.h
173
int isp_find_pdb_by_wwpn(ispsoftc_t *, int, uint64_t, fcportdb_t **);
sys/dev/isp/isp_library.h
174
int isp_find_pdb_by_handle(ispsoftc_t *, int, uint16_t, fcportdb_t **);
sys/dev/isp/isp_library.h
175
int isp_find_pdb_by_portid(ispsoftc_t *, int, uint32_t, fcportdb_t **);
sys/dev/isp/isp_library.h
177
void isp_find_chan_by_did(ispsoftc_t *, uint32_t, uint16_t *);
sys/dev/isp/isp_library.h
178
void isp_add_wwn_entry(ispsoftc_t *, int, uint64_t, uint64_t, uint16_t, uint32_t, uint16_t);
sys/dev/isp/isp_library.h
179
void isp_del_wwn_entry(ispsoftc_t *, int, uint64_t, uint16_t, uint32_t);
sys/dev/isp/isp_library.h
40
int isp_send_cmd(ispsoftc_t *, void *, void *, uint32_t);
sys/dev/isp/isp_library.h
47
uint32_t isp_allocate_handle(ispsoftc_t *, void *, int);
sys/dev/isp/isp_library.h
48
void *isp_find_xs(ispsoftc_t *, uint32_t);
sys/dev/isp/isp_library.h
49
uint32_t isp_find_handle(ispsoftc_t *, void *);
sys/dev/isp/isp_library.h
50
void isp_destroy_handle(ispsoftc_t *, uint32_t);
sys/dev/isp/isp_library.h
56
isp_rqentry_avail(ispsoftc_t *isp, uint32_t num)
sys/dev/isp/isp_library.h
66
isp_getrqentry(ispsoftc_t *isp)
sys/dev/isp/isp_library.h
76
void isp_print_qentry (ispsoftc_t *, const char *, int, void *);
sys/dev/isp/isp_library.h
77
void isp_print_bytes(ispsoftc_t *, const char *, int, void *);
sys/dev/isp/isp_library.h
83
int isp_fc_runstate(ispsoftc_t *, int, int);
sys/dev/isp/isp_library.h
84
void isp_dump_portdb(ispsoftc_t *, int);
sys/dev/isp/isp_library.h
94
void isp_clear_commands(ispsoftc_t *);
sys/dev/isp/isp_pci.c
1145
isp_pci_mbxdmafree(ispsoftc_t *isp)
sys/dev/isp/isp_pci.c
1248
isp_pci_irqsetup(ispsoftc_t *isp)
sys/dev/isp/isp_pci.c
190
ispsoftc_t pci_isp;
sys/dev/isp/isp_pci.c
285
isp_get_generic_options(device_t dev, ispsoftc_t *isp)
sys/dev/isp/isp_pci.c
327
isp_get_specific_options(device_t dev, int chan, ispsoftc_t *isp)
sys/dev/isp/isp_pci.c
472
ispsoftc_t *isp = &pcs->pci_isp;
sys/dev/isp/isp_pci.c
50
static uint32_t isp_pci_rd_reg_2400(ispsoftc_t *, int);
sys/dev/isp/isp_pci.c
51
static void isp_pci_wr_reg_2400(ispsoftc_t *, int, uint32_t);
sys/dev/isp/isp_pci.c
52
static uint32_t isp_pci_rd_reg_2600(ispsoftc_t *, int);
sys/dev/isp/isp_pci.c
53
static void isp_pci_wr_reg_2600(ispsoftc_t *, int, uint32_t);
sys/dev/isp/isp_pci.c
54
static void isp_pci_run_isr_2400(ispsoftc_t *);
sys/dev/isp/isp_pci.c
55
static int isp_pci_mbxdma(ispsoftc_t *);
sys/dev/isp/isp_pci.c
56
static void isp_pci_mbxdmafree(ispsoftc_t *);
sys/dev/isp/isp_pci.c
57
static int isp_pci_irqsetup(ispsoftc_t *);
sys/dev/isp/isp_pci.c
680
ispsoftc_t *isp = &pcs->pci_isp;
sys/dev/isp/isp_pci.c
722
isp_pci_run_isr_2400(ispsoftc_t *isp)
sys/dev/isp/isp_pci.c
765
isp_pci_rd_reg_2400(ispsoftc_t *isp, int regoff)
sys/dev/isp/isp_pci.c
780
isp_pci_wr_reg_2400(ispsoftc_t *isp, int regoff, uint32_t val)
sys/dev/isp/isp_pci.c
806
isp_pci_rd_reg_2600(ispsoftc_t *isp, int regoff)
sys/dev/isp/isp_pci.c
843
isp_pci_wr_reg_2600(ispsoftc_t *isp, int regoff, uint32_t val)
sys/dev/isp/isp_pci.c
894
isp_pci_mbxdma(ispsoftc_t *isp)
sys/dev/isp/isp_target.c
109
isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql)
sys/dev/isp/isp_target.c
239
isp_endcmd(ispsoftc_t *isp, ...)
sys/dev/isp/isp_target.c
309
isp_target_async(ispsoftc_t *isp, int bus, int event)
sys/dev/isp/isp_target.c
352
isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep)
sys/dev/isp/isp_target.c
422
isp_notify_ack(ispsoftc_t *isp, void *arg)
sys/dev/isp/isp_target.c
468
isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno)
sys/dev/isp/isp_target.c
530
isp_handle_abts(ispsoftc_t *isp, abts_t *abts)
sys/dev/isp/isp_target.c
57
static void isp_got_tmf_24xx(ispsoftc_t *, at7_entry_t *);
sys/dev/isp/isp_target.c
577
isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct)
sys/dev/isp/isp_target.c
58
static void isp_handle_abts(ispsoftc_t *, abts_t *);
sys/dev/isp/isp_target.c
59
static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *);
sys/dev/isp/isp_target.c
60
static void isp_handle_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *);
sys/dev/isp/isp_target.c
719
isp_handle_notify_24xx(ispsoftc_t *isp, in_fcentry_24xx_t *inot)
sys/dev/isp/ispvar.h
1041
int isp_target_notify(ispsoftc_t *, void *, uint32_t *, uint16_t);
sys/dev/isp/ispvar.h
1046
int isp_notify_ack(ispsoftc_t *, void *);
sys/dev/isp/ispvar.h
1051
int isp_acknak_abts(ispsoftc_t *, void *, int);
sys/dev/isp/ispvar.h
1057
int isp_endcmd(ispsoftc_t *, ...);
sys/dev/isp/ispvar.h
1065
void isp_target_async(ispsoftc_t *, int, int);
sys/dev/isp/ispvar.h
63
void (*dv_run_isr) (ispsoftc_t *);
sys/dev/isp/ispvar.h
64
uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
sys/dev/isp/ispvar.h
65
void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
sys/dev/isp/ispvar.h
66
int (*dv_mbxdma) (ispsoftc_t *);
sys/dev/isp/ispvar.h
67
int (*dv_send_cmd) (ispsoftc_t *, void *, void *, uint32_t);
sys/dev/isp/ispvar.h
68
int (*dv_irqsetup) (ispsoftc_t *);
sys/dev/isp/ispvar.h
69
void (*dv_dregs) (ispsoftc_t *, const char *);
sys/dev/isp/ispvar.h
743
void isp_reset(ispsoftc_t *, int);
sys/dev/isp/ispvar.h
748
void isp_init(ispsoftc_t *);
sys/dev/isp/ispvar.h
753
int isp_reinit(ispsoftc_t *, int);
sys/dev/isp/ispvar.h
758
void isp_shutdown(ispsoftc_t *);
sys/dev/isp/ispvar.h
764
void isp_intr_atioq(ispsoftc_t *);
sys/dev/isp/ispvar.h
766
void isp_intr_async(ispsoftc_t *, uint16_t event);
sys/dev/isp/ispvar.h
767
void isp_intr_mbox(ispsoftc_t *, uint16_t mbox0);
sys/dev/isp/ispvar.h
768
void isp_intr_respq(ispsoftc_t *);
sys/dev/isp/ispvar.h
844
int isp_control(ispsoftc_t *, ispctl_t, ...);
sys/dev/isp/ispvar.h
866
void isp_async(ispsoftc_t *, ispasync_t, ...);