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

/freebsd-11-stable/sys/dev/ct/
H A Dbshwvar.h51 int ((*hw_dma_init)(struct ct_softc *));
52 void ((*hw_dma_start)(struct ct_softc *));
53 void ((*hw_dma_stop)(struct ct_softc *));
83 void ((*sc_dmasync_before))(struct ct_softc *);
84 void ((*sc_dmasync_after))(struct ct_softc *);
87 void bshw_synch_setup(struct ct_softc *, struct targ_info *);
88 void bshw_bus_reset(struct ct_softc *);
90 int bshw_smit_xfer_start(struct ct_softc *);
91 void bshw_smit_xfer_stop(struct ct_softc *);
92 int bshw_dma_xfer_start(struct ct_softc *);
[all...]
H A Dctvar.h57 struct ct_softc { struct
106 int (*ct_dma_xfer_start)(struct ct_softc *);
107 int (*ct_pio_xfer_start)(struct ct_softc *);
108 void (*ct_dma_xfer_stop)(struct ct_softc *);
109 void (*ct_pio_xfer_stop)(struct ct_softc *);
110 void (*ct_bus_reset)(struct ct_softc *);
111 void (*ct_synch_setup)(struct ct_softc *, struct targ_info *);
127 void ctattachsubr(struct ct_softc *);
H A Dbshw_machdep.c82 bshw_synch_setup(struct ct_softc *ct, struct targ_info *ti)
101 bshw_bus_reset(struct ct_softc *ct)
177 static __inline void bshw_lc_smit_start(struct ct_softc *, int, u_int);
178 static __inline void bshw_lc_smit_stop(struct ct_softc *);
179 static int bshw_lc_smit_fstat(struct ct_softc *, int, int);
182 bshw_lc_smit_stop(struct ct_softc *ct)
191 bshw_lc_smit_start(struct ct_softc *ct, int count, u_int direction)
207 bshw_lc_smit_fstat(struct ct_softc *ct, int wc, int read)
237 bshw_smit_xfer_stop(struct ct_softc *ct)
284 bshw_smit_xfer_start(struct ct_softc *c
[all...]
H A Dct.c125 static int ct_xfer(struct ct_softc *, u_int8_t *, int, int, u_int *);
126 static void ct_io_xfer(struct ct_softc *);
127 static int ct_reselected(struct ct_softc *, u_int8_t);
128 static void ct_phase_error(struct ct_softc *, u_int8_t);
129 static int ct_start_selection(struct ct_softc *, struct slccb *);
130 static int ct_msg(struct ct_softc *, struct targ_info *, u_int);
131 static int ct_world_start(struct ct_softc *, int);
132 static __inline void cthw_phase_bypass(struct ct_softc *, u_int8_t);
134 static void cthw_bus_reset(struct ct_softc *);
135 static int ct_ccb_nexus_establish(struct ct_softc *);
[all...]
H A Dct_isa.c76 static void ct_space_unmap(device_t, struct ct_softc *);
80 static void ct_isa_dmasync_before(struct ct_softc *);
81 static void ct_isa_dmasync_after(struct ct_softc *);
84 struct ct_softc sc_ct;
169 struct ct_softc *ct = &pct->sc_ct;
341 ct_space_unmap(device_t dev, struct ct_softc *ct)
369 ct_isa_dmasync_before(struct ct_softc *ct)
377 ct_isa_dmasync_after(struct ct_softc *ct)
/freebsd-11-stable/sys/sparc64/sparc64/
H A Dcounter.c59 struct ct_softc { struct
76 struct ct_softc *sc;
106 struct ct_softc *sc;
/freebsd-11-stable/sys/cam/ctl/
H A Dctl_frontend_iscsi.h41 struct cfiscsi_softc *ct_softc; member in struct:cfiscsi_target
H A Dctl_frontend_iscsi.c1407 softc = ct->ct_softc;
1436 softc = ct->ct_softc;
2340 softc = ct->ct_softc;
2406 newct->ct_softc = softc;
2974 softc = cs->cs_target->ct_softc;

Completed in 98 milliseconds