Searched refs:ipw_softc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/
H A Dglue.c36 struct ipw_softc* sc = (struct ipw_softc*)device_get_softc(dev);
/haiku/src/add-ons/kernel/drivers/network/wlan/iprowifi2100/dev/ipw/
H A Dif_ipw.c116 static int ipw_dma_alloc(struct ipw_softc *);
117 static void ipw_release(struct ipw_softc *);
120 static uint16_t ipw_read_prom_word(struct ipw_softc *, uint8_t);
121 static uint16_t ipw_read_chanmask(struct ipw_softc *);
122 static void ipw_rx_cmd_intr(struct ipw_softc *, struct ipw_soft_buf *);
123 static void ipw_rx_newstate_intr(struct ipw_softc *, struct ipw_soft_buf *);
124 static void ipw_rx_data_intr(struct ipw_softc *, struct ipw_status *,
126 static void ipw_rx_intr(struct ipw_softc *);
127 static void ipw_release_sbd(struct ipw_softc *, struct ipw_soft_bd *);
128 static void ipw_tx_intr(struct ipw_softc *);
[all...]
H A Dif_ipwvar.h93 struct ipw_softc { struct

Completed in 49 milliseconds