Symbol: rt2560_softc
usr/src/uts/common/io/ral/rt2560.c
1014
rt2560_tx_intr(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1102
rt2560_prio_intr(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1173
rt2560_rx_intr(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1280
struct rt2560_softc *sc = (struct rt2560_softc *)data;
usr/src/uts/common/io/ral/rt2560.c
1383
rt2560_setup_tx_desc(struct rt2560_softc *sc, struct rt2560_tx_desc *desc,
usr/src/uts/common/io/ral/rt2560.c
1430
struct rt2560_softc *sc = (struct rt2560_softc *)ic;
usr/src/uts/common/io/ral/rt2560.c
1560
struct rt2560_softc *sc = (struct rt2560_softc *)ic;
usr/src/uts/common/io/ral/rt2560.c
1713
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
1747
rt2560_set_macaddr(struct rt2560_softc *sc, uint8_t *addr)
usr/src/uts/common/io/ral/rt2560.c
1762
rt2560_get_macaddr(struct rt2560_softc *sc, uint8_t *addr)
usr/src/uts/common/io/ral/rt2560.c
1778
rt2560_update_promisc(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1808
rt2560_read_eeprom(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1837
rt2560_bbp_init(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1863
rt2560_set_txantenna(struct rt2560_softc *sc, int antenna)
usr/src/uts/common/io/ral/rt2560.c
1890
rt2560_set_rxantenna(struct rt2560_softc *sc, int antenna)
usr/src/uts/common/io/ral/rt2560.c
1910
rt2560_stop(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
1941
rt2560_init(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
2011
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
2047
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2069
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2078
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2101
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2122
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
213
rt2560_set_basicrates(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
2147
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
2160
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
2168
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2188
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
2253
struct rt2560_softc *sc = (struct rt2560_softc *)arg;
usr/src/uts/common/io/ral/rt2560.c
231
rt2560_update_led(struct rt2560_softc *sc, int led1, int led2)
usr/src/uts/common/io/ral/rt2560.c
2320
struct rt2560_softc *sc;
usr/src/uts/common/io/ral/rt2560.c
2345
struct rt2560_softc *sc;
usr/src/uts/common/io/ral/rt2560.c
241
rt2560_set_bssid(struct rt2560_softc *sc, uint8_t *bssid)
usr/src/uts/common/io/ral/rt2560.c
256
rt2560_bbp_write(struct rt2560_softc *sc, uint8_t reg, uint8_t val)
usr/src/uts/common/io/ral/rt2560.c
2643
struct rt2560_softc *sc;
usr/src/uts/common/io/ral/rt2560.c
2707
sizeof (struct rt2560_softc), 1);
usr/src/uts/common/io/ral/rt2560.c
278
rt2560_bbp_read(struct rt2560_softc *sc, uint8_t reg)
usr/src/uts/common/io/ral/rt2560.c
298
rt2560_rf_write(struct rt2560_softc *sc, uint8_t reg, uint32_t val)
usr/src/uts/common/io/ral/rt2560.c
324
rt2560_set_chan(struct rt2560_softc *sc, struct ieee80211_channel *c)
usr/src/uts/common/io/ral/rt2560.c
427
rt2560_enable_tsf_sync(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
459
rt2560_update_plcp(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
489
struct rt2560_softc *sc = (struct rt2560_softc *)ic;
usr/src/uts/common/io/ral/rt2560.c
517
ral_dma_region_alloc(struct rt2560_softc *sc, struct dma_region *dr,
usr/src/uts/common/io/ral/rt2560.c
562
ral_dma_region_free(struct rt2560_softc *sc, struct dma_region *dr)
usr/src/uts/common/io/ral/rt2560.c
570
rt2560_alloc_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring,
usr/src/uts/common/io/ral/rt2560.c
623
rt2560_reset_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
usr/src/uts/common/io/ral/rt2560.c
650
rt2560_free_tx_ring(struct rt2560_softc *sc, struct rt2560_tx_ring *ring)
usr/src/uts/common/io/ral/rt2560.c
672
rt2560_ring_hwsetup(struct rt2560_softc *sc)
usr/src/uts/common/io/ral/rt2560.c
695
rt2560_alloc_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring,
usr/src/uts/common/io/ral/rt2560.c
754
rt2560_reset_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
usr/src/uts/common/io/ral/rt2560.c
772
rt2560_free_rx_ring(struct rt2560_softc *sc, struct rt2560_rx_ring *ring)
usr/src/uts/common/io/ral/rt2560.c
813
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
839
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
850
struct rt2560_softc *sc = arg;
usr/src/uts/common/io/ral/rt2560.c
869
struct rt2560_softc *sc = (struct rt2560_softc *)ic;
usr/src/uts/common/io/ral/rt2560.c
960
rt2560_eeprom_read(struct rt2560_softc *sc, uint8_t addr)