<def f='src/src/sys/dev/ic/cs89x0var.h' l='70' ll='132'/>
<size>1440</size>
<doc f='src/src/sys/dev/ic/cs89x0var.h' l='62'>/*
 * Ethernet software status per interface.
 *
 * Each interface is referenced by a network interface structure,
 * arpcom.ac_if, which the routing code uses to locate the interface.
 * This structure contains the output queue for the interface,
 * its address, ...
 */</doc>
<mbr r='cs_softc::sc_dev' o='0' t='device_t'/>
<mbr r='cs_softc::sc_ethercom' o='64' t='struct ethercom'/>
<mbr r='cs_softc::sc_media' o='7936' t='struct ifmedia'/>
<mbr r='cs_softc::sc_ih' o='8320' t='void *'/>
<mbr r='cs_softc::sc_iot' o='8384' t='bus_space_tag_t'/>
<mbr r='cs_softc::sc_memt' o='8448' t='bus_space_tag_t'/>
<mbr r='cs_softc::sc_ioh' o='8512' t='bus_space_handle_t'/>
<mbr r='cs_softc::sc_memh' o='8576' t='bus_space_handle_t'/>
<mbr r='cs_softc::sc_irq' o='8640' t='int'/>
<mbr r='cs_softc::sc_prodid' o='8672' t='int'/>
<mbr r='cs_softc::sc_prodrev' o='8704' t='int'/>
<mbr r='cs_softc::sc_pktpgaddr' o='8768' t='bus_addr_t'/>
<mbr r='cs_softc::sc_cfgflags' o='8832' t='int'/>
<mbr r='cs_softc::sc_memorymode' o='8864' t='int'/>
<mbr r='cs_softc::sc_txbusy' o='8896' t='int'/>
<mbr r='cs_softc::sc_resetting' o='8928' t='int'/>
<mbr r='cs_softc::sc_xe_ent' o='8960' t='int'/>
<mbr r='cs_softc::sc_xe_togo' o='8992' t='int'/>
<mbr r='cs_softc::sc_carrier' o='9024' t='int'/>
<mbr r='cs_softc::sc_enaddr' o='9056' t='u_int8_t [6]'/>
<mbr r='cs_softc::eeprom_size' o='9120' t='int'/>
<mbr r='cs_softc::eeprom_data' o='9152' t='u_int16_t *'/>
<mbr r='cs_softc::rnd_source' o='9216' t='krndsource_t'/>
<mbr r='cs_softc::sc_enable' o='10688' t='int (*)(struct cs_softc *)'/>
<mbr r='cs_softc::sc_disable' o='10752' t='void (*)(struct cs_softc *)'/>
<mbr r='cs_softc::sc_dma_process_rx' o='10816' t='void (*)(struct cs_softc *)'/>
<mbr r='cs_softc::sc_dma_chipinit' o='10880' t='void (*)(struct cs_softc *)'/>
<mbr r='cs_softc::sc_dma_attach' o='10944' t='void (*)(struct cs_softc *)'/>
<mbr r='cs_softc::sc_io_read_1' o='11008' t='u_int8_t (*)(struct cs_softc *, bus_size_t)'/>
<mbr r='cs_softc::sc_io_read_2' o='11072' t='u_int16_t (*)(struct cs_softc *, bus_size_t)'/>
<mbr r='cs_softc::sc_io_read_multi_2' o='11136' t='void (*)(struct cs_softc *, bus_size_t, u_int16_t *, bus_size_t)'/>
<mbr r='cs_softc::sc_io_write_2' o='11200' t='void (*)(struct cs_softc *, bus_size_t, u_int16_t)'/>
<mbr r='cs_softc::sc_io_write_multi_2' o='11264' t='void (*)(struct cs_softc *, bus_size_t, const u_int16_t *, bus_size_t)'/>
<mbr r='cs_softc::sc_mem_read_2' o='11328' t='u_int16_t (*)(struct cs_softc *, bus_size_t)'/>
<mbr r='cs_softc::sc_mem_write_2' o='11392' t='void (*)(struct cs_softc *, bus_size_t, u_int16_t)'/>
<mbr r='cs_softc::sc_mem_write_region_2' o='11456' t='void (*)(struct cs_softc *, bus_size_t, const u_int16_t *, bus_size_t)'/>
