Searched refs:ural_softc (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ural/ |
H A D | ural.c | 291 static void ural_amrr_start(struct ural_softc *, struct ieee80211_node *); 292 static int ural_tx_trigger(struct ural_softc *, mblk_t *); 293 static int ural_rx_trigger(struct ural_softc *); 310 ural_read(struct ural_softc *sc, uint16_t reg) in ural_read() 347 ural_read_multi(struct ural_softc *sc, uint16_t reg, void *buf, int len) in ural_read_multi() 382 ural_write(struct ural_softc *sc, uint16_t reg, uint16_t val) in ural_write() 412 struct ural_softc *sc = (struct ural_softc *)req->bulk_client_private; in ural_txeof() 443 struct ural_softc *sc = (struct ural_softc *)req->bulk_client_private; in ural_rxeof() 619 ural_setup_tx_desc(struct ural_softc *sc, struct ural_tx_desc *desc, in ural_setup_tx_desc() 667 struct ural_softc *sc = (struct ural_softc *)ic; in ural_send() [all …]
|
H A D | ural_var.h | 61 struct ural_softc { struct
|