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

/freebsd-current/sys/dev/isp/
H A Disp_library.h40 int isp_send_cmd(ispsoftc_t *, void *, void *, uint32_t);
47 uint32_t isp_allocate_handle(ispsoftc_t *, void *, int);
48 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)
66 isp_getrqentry(ispsoftc_t *isp)
76 void isp_print_qentry (ispsoftc_t *, const char *, int, void *);
77 void isp_print_bytes(ispsoftc_t *, const char *, int, void *);
83 int isp_fc_runstate(ispsoftc_t *, in
[all...]
H A Dispvar.h61 typedef struct ispsoftc ispsoftc_t; typedef in typeref:struct:ispsoftc
63 void (*dv_run_isr) (ispsoftc_t *);
64 uint32_t (*dv_rd_reg) (ispsoftc_t *, int);
65 void (*dv_wr_reg) (ispsoftc_t *, int, uint32_t);
66 int (*dv_mbxdma) (ispsoftc_t *);
67 int (*dv_send_cmd) (ispsoftc_t *, void *, void *, uint32_t);
68 int (*dv_irqsetup) (ispsoftc_t *);
69 void (*dv_dregs) (ispsoftc_t *, const char *);
742 void isp_reset(ispsoftc_t *, int);
747 void isp_init(ispsoftc_t *);
[all...]
H A Disp_freebsd.c53 static void isp_freeze_loopdown(ispsoftc_t *, int);
54 static void isp_loop_changed(ispsoftc_t *isp, int chan);
55 static void isp_rq_check_above(ispsoftc_t *);
56 static void isp_rq_check_below(ispsoftc_t *);
76 ispsoftc_t *isp = (ispsoftc_t *)arg1;
108 isp_attach_chan(ispsoftc_t *isp, struct cam_devq *devq, int chan)
228 isp_detach_chan(ispsoftc_t *isp, int chan)
243 isp_attach(ispsoftc_t *isp)
285 isp_detach(ispsoftc_t *is
[all...]
H A Disp.c97 static int isp_handle_control(ispsoftc_t *, isphdr_t *);
98 static void isp_handle_rpt_id_acq(ispsoftc_t *, isphdr_t *);
99 static void isp_parse_status_24xx(ispsoftc_t *, isp24xx_statusreq_t *, XS_T *);
100 static void isp_clear_portdb(ispsoftc_t *, int);
101 static void isp_mark_portdb(ispsoftc_t *, int);
102 static int isp_plogx(ispsoftc_t *, int, uint16_t, uint32_t, int);
103 static int isp_getpdb(ispsoftc_t *, int, uint16_t, isp_pdb_t *);
104 static int isp_gethandles(ispsoftc_t *, int, uint16_t *, int *, int);
105 static void isp_dump_chip_portdb(ispsoftc_t *, int);
106 static uint64_t isp_get_wwn(ispsoftc_t *, in
[all...]
H A Disp_library.c63 isp_send_cmd(ispsoftc_t *isp, void *fqe, void *segp, uint32_t nsegs)
163 isp_allocate_handle(ispsoftc_t *isp, void *xs, int type)
179 isp_find_xs(ispsoftc_t *isp, uint32_t handle)
189 isp_find_handle(ispsoftc_t *isp, void *xs)
206 isp_destroy_handle(ispsoftc_t *isp, uint32_t handle)
219 isp_print_qentry(ispsoftc_t *isp, const char *msg, int idx, void *arg)
237 isp_print_bytes(ispsoftc_t *isp, const char *msg, int amt, void *arg)
274 isp_fc_runstate(ispsoftc_t *isp, int chan, int tval)
307 isp_dump_portdb(ispsoftc_t *isp, int chan)
457 isp_clear_commands(ispsoftc_t *is
[all...]
H A Disp_pci.c50 static uint32_t isp_pci_rd_reg_2400(ispsoftc_t *, int);
51 static void isp_pci_wr_reg_2400(ispsoftc_t *, int, uint32_t);
52 static uint32_t isp_pci_rd_reg_2600(ispsoftc_t *, int);
53 static void isp_pci_wr_reg_2600(ispsoftc_t *, int, uint32_t);
54 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;
285 isp_get_generic_options(device_t dev, ispsoftc_t *is
[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_
[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 *);
60 static void isp_handle_notify_24xx(ispsoftc_t *, in_fcentry_24xx_t *);
109 isp_target_notify(ispsoftc_t *isp, void *vptr, uint32_t *optrp, uint16_t ql)
239 isp_endcmd(ispsoftc_t *isp, ...)
309 isp_target_async(ispsoftc_t *isp, int bus, int event)
352 isp_got_tmf_24xx(ispsoftc_t *isp, at7_entry_t *aep)
422 isp_notify_ack(ispsoftc_t *isp, void *arg)
468 isp_acknak_abts(ispsoftc_t *is
[all...]

Completed in 138 milliseconds