Home
last modified time | relevance | path

Searched refs:ispsoftc_t (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/dev/isp/
H A Disp_library.h48 void *isp_find_xs(ispsoftc_t *, uint32_t);
49 uint32_t isp_find_handle(ispsoftc_t *, void *);
50 void isp_destroy_handle(ispsoftc_t *, uint32_t);
56 isp_rqentry_avail(ispsoftc_t *isp, uint32_t num) in isp_rqentry_avail()
66 isp_getrqentry(ispsoftc_t *isp) in isp_getrqentry()
83 int isp_fc_runstate(ispsoftc_t *, int, int);
84 void isp_dump_portdb(ispsoftc_t *, int);
94 void isp_clear_commands(ispsoftc_t *);
154 void isp_put_entry(ispsoftc_t *, void *, void *);
155 void isp_get_entry(ispsoftc_t *, void *, void *);
[all …]
H A Dispvar.h61 typedef struct ispsoftc ispsoftc_t; typedef
63 void (*dv_run_isr) (ispsoftc_t *);
66 int (*dv_mbxdma) (ispsoftc_t *);
68 int (*dv_irqsetup) (ispsoftc_t *);
742 void isp_reset(ispsoftc_t *, int);
747 void isp_init(ispsoftc_t *);
752 int isp_reinit(ispsoftc_t *, int);
757 void isp_shutdown(ispsoftc_t *);
763 void isp_intr_atioq(ispsoftc_t *);
767 void isp_intr_respq(ispsoftc_t *);
[all …]
H A Disp_freebsd.c76 ispsoftc_t *isp = (ispsoftc_t *)arg1; in isp_role_sysctl()
243 isp_attach(ispsoftc_t *isp) in isp_attach()
285 isp_detach(ispsoftc_t *isp) in isp_detach()
374 ispsoftc_t *isp; in ispioctl()
1940 ispsoftc_t *isp; in isp_watchdog()
2381 ispsoftc_t *isp; in isp_action()
3279 ispsoftc_t *isp = arg; in isp_platform_intr()
3289 ispsoftc_t *isp = arg; in isp_platform_intr_resp()
3302 ispsoftc_t *isp = arg; in isp_platform_intr_atio()
3315 ispsoftc_t *isp;
[all …]
H A Disp.c110 static int isp_gid_pt(ispsoftc_t *, int);
130 static int isp_read_nvram(ispsoftc_t *);
160 isp_get_flash_addrs(ispsoftc_t *isp) in isp_get_flash_addrs()
821 isp_stop(ispsoftc_t *isp) in isp_stop()
843 isp_shutdown(ispsoftc_t *isp) in isp_shutdown()
859 isp_init(ispsoftc_t *isp) in isp_init()
2812 ispsoftc_t *isp; in isp_start()
3222 isp_intr_atioq(ispsoftc_t *isp) in isp_intr_atioq()
3275 isp_intr_respq(ispsoftc_t *isp) in isp_intr_respq()
4658 isp_read_flt_2xxx(ispsoftc_t *isp) in isp_read_flt_2xxx()
[all …]
H A Disp_library.c163 isp_allocate_handle(ispsoftc_t *isp, void *xs, int type) in isp_allocate_handle()
179 isp_find_xs(ispsoftc_t *isp, uint32_t handle) in isp_find_xs()
189 isp_find_handle(ispsoftc_t *isp, void *xs) in isp_find_handle()
206 isp_destroy_handle(ispsoftc_t *isp, uint32_t handle) in isp_destroy_handle()
274 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval) in isp_fc_runstate()
307 isp_dump_portdb(ispsoftc_t *isp, int chan) in isp_dump_portdb()
457 isp_clear_commands(ispsoftc_t *isp) in isp_clear_commands()
549 isp_get_response_type(ispsoftc_t *isp, isphdr_t *hp) in isp_get_response_type()
2034 isp_put_entry(ispsoftc_t *isp, void *src, void *dst) in isp_put_entry()
2073 isp_get_entry(ispsoftc_t *isp, void *src, void *dst) in isp_get_entry()
[all …]
H A Disp_pci.c54 static void isp_pci_run_isr_2400(ispsoftc_t *);
55 static int isp_pci_mbxdma(ispsoftc_t *);
56 static void isp_pci_mbxdmafree(ispsoftc_t *);
57 static int isp_pci_irqsetup(ispsoftc_t *);
190 ispsoftc_t pci_isp;
463 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_attach()
671 ispsoftc_t *isp = &pcs->pci_isp; in isp_pci_detach()
713 isp_pci_run_isr_2400(ispsoftc_t *isp) in isp_pci_run_isr_2400()
885 isp_pci_mbxdma(ispsoftc_t *isp) in isp_pci_mbxdma()
1136 isp_pci_mbxdmafree(ispsoftc_t *isp) in isp_pci_mbxdmafree()
[all …]
H A Disp_target.c57 static void isp_got_tmf_24xx(ispsoftc_t *, at7_entry_t *);
58 static void isp_handle_abts(ispsoftc_t *, abts_t *);
59 static void isp_handle_ctio7(ispsoftc_t *, ct7_entry_t *);
239 isp_endcmd(ispsoftc_t *isp, ...) in isp_endcmd()
309 isp_target_async(ispsoftc_t *isp, int bus, int event) in isp_target_async()
352 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep) in isp_got_tmf_24xx()
422 isp_notify_ack(ispsoftc_t *isp, void *arg) in isp_notify_ack()
468 isp_acknak_abts(ispsoftc_t *isp, void *arg, int errno) in isp_acknak_abts()
527 isp_handle_abts(ispsoftc_t *isp, abts_t *abts) in isp_handle_abts()
574 isp_handle_ctio7(ispsoftc_t *isp, ct7_entry_t *ct) in isp_handle_ctio7()
[all …]
H A Disp_freebsd.h595 extern int isp_attach(ispsoftc_t *);
596 extern int isp_detach(ispsoftc_t *);
597 extern uint64_t isp_default_wwn(ispsoftc_t *, int, int, int);
610 void isp_prt(ispsoftc_t *, int level, const char *, ...) __printflike(3, 4);
611 void isp_xs_prt(ispsoftc_t *, XS_T *, int level, const char *, ...) __printflike(4, 5);
613 int isp_fc_scratch_acquire(ispsoftc_t *, int);
617 int isp_dmasetup(ispsoftc_t *, XS_T *, void *);
618 void isp_dmafree(ispsoftc_t *, struct ccb_scsiio *);
619 void isp_fcp_reset_crn(ispsoftc_t *, int, uint32_t, int);
620 int isp_fcp_next_crn(ispsoftc_t *, uint8_t *, XS_T *);