HomeSort by: relevance | last modified time | path
    Searched refs:ATHN_SOFTC (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
athnvar.h 35 #define ATHN_SOFTC(sc) ((struct athn_softc *)(sc))
51 device_xname(ATHN_SOFTC(s)->sc_dev), __func__); \
382 struct athn_softc;
386 uint32_t (*read)(struct athn_softc *, uint32_t);
387 void (*write)(struct athn_softc *, uint32_t, uint32_t);
388 void (*write_barrier)(struct athn_softc *);
390 void (*setup)(struct athn_softc *);
391 void (*set_txpower)(struct athn_softc *, struct ieee80211_channel *,
393 void (*spur_mitigate)(struct athn_softc *,
454 struct athn_softc { struct
    [all...]
  /src/sys/dev/usb/
if_athn_usb.c 136 Static uint32_t athn_usb_read(struct athn_softc *, uint32_t);
138 Static void athn_usb_rx_enable(struct athn_softc *);
140 Static void athn_usb_rx_radiotap(struct athn_softc *, struct mbuf *,
150 Static int athn_usb_switch_chan(struct athn_softc *,
153 Static int athn_usb_tx(struct athn_softc *, struct mbuf *,
166 Static void athn_usb_write(struct athn_softc *, uint32_t, uint32_t);
167 Static void athn_usb_write_barrier(struct athn_softc *);
173 Static int athn_usb_read_rom(struct athn_softc *);
248 struct athn_softc *sc;
384 ic = &ATHN_SOFTC(usc)->sc_ic
    [all...]

Completed in 12 milliseconds