Symbol: cs_softc
sys/arch/acorn32/eb7500atx/if_cs.c
117
static uint8_t cs_rbus_read_1(struct cs_softc *, bus_size_t);
sys/arch/acorn32/eb7500atx/if_cs.c
119
CFATTACH_DECL_NEW(cs_rsbus, sizeof(struct cs_softc),
sys/arch/acorn32/eb7500atx/if_cs.c
138
struct cs_softc *sc = device_private(self);
sys/arch/acorn32/eb7500atx/if_cs.c
210
cs_rbus_read_1(struct cs_softc *sc, bus_size_t a)
sys/arch/evbarm/smdk2xx0/if_cs_smdk24x0.c
107
CFATTACH_DECL_NEW(cs_ssextio, sizeof(struct cs_softc),
sys/arch/evbarm/smdk2xx0/if_cs_smdk24x0.c
116
struct cs_softc sc;
sys/arch/evbarm/smdk2xx0/if_cs_smdk24x0.c
178
struct cs_softc *sc = device_private(self);
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
139
cs_io_read_1(struct cs_softc *sc, bus_size_t offs)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
149
cs_io_read_2(struct cs_softc *sc, bus_size_t offs)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
159
cs_io_read_multi_2(struct cs_softc *sc, bus_size_t offs, u_int16_t *buf,
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
172
cs_io_write_2(struct cs_softc *sc, bus_size_t offs, u_int16_t data)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
185
cs_io_write_multi_2(struct cs_softc *sc, bus_size_t offs,
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
219
cs_mem_read_2(struct cs_softc *sc, bus_size_t offs)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
225
cs_mem_write_2(struct cs_softc *sc, bus_size_t offs, u_int16_t data)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
231
cs_mem_write_region_2(struct cs_softc *sc, bus_size_t offs,
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
240
struct cs_softc *sc = device_private(self);
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
308
cs_readreg(struct cs_softc *sc, uint pp_offset)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
316
cs_writereg(struct cs_softc *sc, uint pp_offset, uint16_t value)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
325
cs_wait_eeprom_ready(struct cs_softc *sc)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
344
cs_wr_eeprom(struct cs_softc *sc, uint16_t offset, uint16_t data)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
384
cs_rd_eeprom(struct cs_softc *sc, uint16_t offset)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
401
cs_check_eeprom(struct cs_softc *sc)
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
63
static void cs_check_eeprom(struct cs_softc *sc);
sys/arch/evbppc/pmppc/dev/if_cs_mainbus.c
68
CFATTACH_DECL_NEW(cs_mainbus, sizeof(struct cs_softc),
sys/dev/ic/cs89x0.c
1168
struct cs_softc *sc = ifp->if_softc;
sys/dev/ic/cs89x0.c
1209
cs_set_ladr_filt(struct cs_softc *sc, struct ethercom *ec)
sys/dev/ic/cs89x0.c
1308
cs_reset(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
1321
struct cs_softc *sc = ifp->if_softc;
sys/dev/ic/cs89x0.c
1365
struct cs_softc *sc = ifp->if_softc;
sys/dev/ic/cs89x0.c
1381
struct cs_softc *sc = arg;
sys/dev/ic/cs89x0.c
1440
cs_counter_event(struct cs_softc *sc, uint16_t cntEvent)
sys/dev/ic/cs89x0.c
1474
cs_buffer_event(struct cs_softc *sc, uint16_t bufEvent)
sys/dev/ic/cs89x0.c
1523
cs_transmit_event(struct cs_softc *sc, uint16_t txEvent)
sys/dev/ic/cs89x0.c
1583
cs_print_rx_errors(struct cs_softc *sc, uint16_t rxEvent)
sys/dev/ic/cs89x0.c
1604
cs_receive_event(struct cs_softc *sc, uint16_t rxEvent)
sys/dev/ic/cs89x0.c
1641
cs_ether_input(struct cs_softc *sc, struct mbuf *m)
sys/dev/ic/cs89x0.c
1650
cs_process_receive(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
1758
cs_process_rx_early(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
1861
struct cs_softc *sc;
sys/dev/ic/cs89x0.c
2004
cs_copy_tx_frame(struct cs_softc *sc, struct mbuf *m0)
sys/dev/ic/cs89x0.c
2091
cs_enable(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
2109
cs_disable(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
2123
struct cs_softc *sc = ifp->if_softc;
sys/dev/ic/cs89x0.c
2139
struct cs_softc *sc = device_private(self);
sys/dev/ic/cs89x0.c
257
static void cs_get_default_media(struct cs_softc *);
sys/dev/ic/cs89x0.c
258
static int cs_get_params(struct cs_softc *);
sys/dev/ic/cs89x0.c
259
static int cs_get_enaddr(struct cs_softc *);
sys/dev/ic/cs89x0.c
260
static int cs_reset_chip(struct cs_softc *);
sys/dev/ic/cs89x0.c
261
static void cs_reset(struct cs_softc *);
sys/dev/ic/cs89x0.c
263
static void cs_initChip(struct cs_softc *);
sys/dev/ic/cs89x0.c
264
static void cs_buffer_event(struct cs_softc *, uint16_t);
sys/dev/ic/cs89x0.c
265
static void cs_transmit_event(struct cs_softc *, uint16_t);
sys/dev/ic/cs89x0.c
266
static void cs_receive_event(struct cs_softc *, uint16_t);
sys/dev/ic/cs89x0.c
267
static void cs_process_receive(struct cs_softc *);
sys/dev/ic/cs89x0.c
268
static void cs_process_rx_early(struct cs_softc *);
sys/dev/ic/cs89x0.c
270
static void cs_copy_tx_frame(struct cs_softc *, struct mbuf *);
sys/dev/ic/cs89x0.c
271
static void cs_set_ladr_filt(struct cs_softc *, struct ethercom *);
sys/dev/ic/cs89x0.c
273
static void cs_counter_event(struct cs_softc *, uint16_t);
sys/dev/ic/cs89x0.c
279
static int cs_enable(struct cs_softc *);
sys/dev/ic/cs89x0.c
280
static void cs_disable(struct cs_softc *);
sys/dev/ic/cs89x0.c
282
static int cs_scan_eeprom(struct cs_softc *);
sys/dev/ic/cs89x0.c
283
static int cs_read_pktpg_from_eeprom(struct cs_softc *, int, uint16_t *);
sys/dev/ic/cs89x0.c
327
cs_attach(struct cs_softc *sc, uint8_t *enaddr, int *media,
sys/dev/ic/cs89x0.c
512
cs_detach(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
544
struct cs_softc *sc;
sys/dev/ic/cs89x0.c
553
cs_get_default_media(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
610
cs_scan_eeprom(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
670
cs_read_pktpg_from_eeprom(struct cs_softc *sc, int pktpg, uint16_t *pValue)
sys/dev/ic/cs89x0.c
736
cs_get_params(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
810
cs_get_enaddr(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
855
cs_reset_chip(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
921
cs_verify_eeprom(struct cs_softc *sc)
sys/dev/ic/cs89x0.c
935
cs_read_eeprom(struct cs_softc *sc, int offset, uint16_t *pValue)
sys/dev/ic/cs89x0.c
970
cs_initChip(struct cs_softc *sc)
sys/dev/ic/cs89x0var.h
112
int (*sc_enable)(struct cs_softc *);
sys/dev/ic/cs89x0var.h
113
void (*sc_disable)(struct cs_softc *);
sys/dev/ic/cs89x0var.h
116
void (*sc_dma_process_rx)(struct cs_softc *);
sys/dev/ic/cs89x0var.h
117
void (*sc_dma_chipinit)(struct cs_softc *);
sys/dev/ic/cs89x0var.h
118
void (*sc_dma_attach)(struct cs_softc *);
sys/dev/ic/cs89x0var.h
121
u_int8_t (*sc_io_read_1)(struct cs_softc *, bus_size_t);
sys/dev/ic/cs89x0var.h
122
u_int16_t (*sc_io_read_2)(struct cs_softc *, bus_size_t);
sys/dev/ic/cs89x0var.h
123
void (*sc_io_read_multi_2)(struct cs_softc *, bus_size_t, u_int16_t *,
sys/dev/ic/cs89x0var.h
125
void (*sc_io_write_2)(struct cs_softc *, bus_size_t, u_int16_t);
sys/dev/ic/cs89x0var.h
126
void (*sc_io_write_multi_2)(struct cs_softc *, bus_size_t,
sys/dev/ic/cs89x0var.h
128
u_int16_t (*sc_mem_read_2)(struct cs_softc *, bus_size_t);
sys/dev/ic/cs89x0var.h
129
void (*sc_mem_write_2)(struct cs_softc *, bus_size_t, u_int16_t);
sys/dev/ic/cs89x0var.h
130
void (*sc_mem_write_region_2)(struct cs_softc *, bus_size_t,
sys/dev/ic/cs89x0var.h
186
static __inline u_int16_t _cs_read_port(struct cs_softc *, int);
sys/dev/ic/cs89x0var.h
189
_cs_read_port(struct cs_softc *sc, int off)
sys/dev/ic/cs89x0var.h
210
static __inline u_int16_t _CS_READ_PACKET_PAGE_IO(struct cs_softc *, int);
sys/dev/ic/cs89x0var.h
213
_CS_READ_PACKET_PAGE_IO(struct cs_softc *sc, int offset)
sys/dev/ic/cs89x0var.h
220
static __inline u_int16_t CS_READ_PACKET_PAGE_IO(struct cs_softc *, int);
sys/dev/ic/cs89x0var.h
223
CS_READ_PACKET_PAGE_IO(struct cs_softc *sc, int offset)
sys/dev/ic/cs89x0var.h
277
int cs_attach(struct cs_softc *, u_int8_t *, int *, int, int);
sys/dev/ic/cs89x0var.h
278
int cs_detach(struct cs_softc *);
sys/dev/ic/cs89x0var.h
279
int cs_verify_eeprom(struct cs_softc *);
sys/dev/ic/cs89x0var.h
280
int cs_read_eeprom(struct cs_softc *, int, u_int16_t *);
sys/dev/ic/cs89x0var.h
283
void cs_ether_input(struct cs_softc *, struct mbuf *);
sys/dev/ic/cs89x0var.h
284
void cs_print_rx_errors(struct cs_softc *, u_int16_t);
sys/dev/isa/cs89x0isa.c
125
void cs_isa_dma_chipinit(struct cs_softc *sc)
sys/dev/isa/cs89x0isa.c
166
void cs_process_rx_dma(struct cs_softc *sc)
sys/dev/isa/cs89x0isa.c
65
cs_isa_dma_attach(struct cs_softc *sc)
sys/dev/isa/cs89x0isavar.h
29
void cs_process_rx_dma(struct cs_softc *);
sys/dev/isa/cs89x0isavar.h
30
void cs_isa_dma_chipinit(struct cs_softc *);
sys/dev/isa/cs89x0isavar.h
31
void cs_isa_dma_attach(struct cs_softc *);
sys/dev/isa/cs89x0isavar.h
34
struct cs_softc sc_cs;
sys/dev/isa/if_cs_isa.c
214
struct cs_softc *sc = &isc->sc_cs;
sys/dev/isa/if_cs_isa.c
72
struct cs_softc sc;
sys/dev/isa/if_tscs_isa.c
169
struct cs_softc *sc = &isc->sc_cs;
sys/dev/isa/if_tscs_isa.c
67
struct cs_softc sc;
sys/dev/isapnp/if_cs_isapnp.c
62
CFATTACH_DECL_NEW(cs_isapnp, sizeof(struct cs_softc),
sys/dev/isapnp/if_cs_isapnp.c
82
struct cs_softc *sc = &sc->sc_cs;
sys/dev/isapnp/if_cs_isapnp.c
84
struct cs_softc *sc = device_private(self);
sys/dev/ofisa/if_cs_ofisa.c
94
struct cs_softc *sc = &isc->sc_cs;
sys/dev/pcmcia/if_cs_pcmcia.c
100
struct cs_softc *sc = &psc->sc_cs;
sys/dev/pcmcia/if_cs_pcmcia.c
153
struct cs_softc *sc = &psc->sc_cs;
sys/dev/pcmcia/if_cs_pcmcia.c
169
cs_pcmcia_enable(struct cs_softc *sc)
sys/dev/pcmcia/if_cs_pcmcia.c
188
cs_pcmcia_disable(struct cs_softc *sc)
sys/dev/pcmcia/if_cs_pcmcia.c
58
static int cs_pcmcia_enable(struct cs_softc *);
sys/dev/pcmcia/if_cs_pcmcia.c
59
static void cs_pcmcia_disable(struct cs_softc *);
sys/dev/pcmcia/if_cs_pcmcia.c
62
struct cs_softc sc_cs; /* real "cs" softc */