Searched refs:urtw_softc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/urtw/
H A Durtw.c110 static int urtw_tx_start(struct urtw_softc *, mblk_t *, int);
111 static int urtw_rx_start(struct urtw_softc *);
497 static void urtw_stop(struct urtw_softc *);
498 static int urtw_set_channel(struct urtw_softc *);
504 urtw_read8_c(struct urtw_softc *, int, uint8_t *, uint8_t);
506 urtw_read16_c(struct urtw_softc *, int, uint16_t *, uint8_t);
508 urtw_read32_c(struct urtw_softc *, int, uint32_t *, uint8_t);
510 urtw_write8_c(struct urtw_softc *, int, uint8_t, uint8_t);
512 urtw_write16_c(struct urtw_softc *, int, uint16_t, uint8_t);
514 urtw_write32_c(struct urtw_softc *, in
[all...]
H A Durtw_var.h70 struct urtw_softc *rf_sc;
75 struct urtw_softc { struct

Completed in 48 milliseconds