Searched defs:ath_rx_methods (Results 1 – 1 of 1) sorted by relevance
513 struct ath_rx_methods { struct514 void (*recv_sched_queue)(struct ath_softc *sc,516 void (*recv_sched)(struct ath_softc *sc, int dosched);517 void (*recv_stop)(struct ath_softc *sc, int dodelay);518 int (*recv_start)(struct ath_softc *sc);519 void (*recv_flush)(struct ath_softc *sc);520 void (*recv_tasklet)(void *arg, int npending);521 int (*recv_rxbuf_init)(struct ath_softc *sc,523 int (*recv_setup)(struct ath_softc *sc);524 int (*recv_teardown)(struct ath_softc *sc);