Searched defs:ath_rx_methods (Results 1 – 1 of 1) sorted by relevance
521 struct ath_rx_methods { struct522 void (*recv_sched_queue)(struct ath_softc *sc,524 void (*recv_sched)(struct ath_softc *sc, int dosched);525 void (*recv_stop)(struct ath_softc *sc, int dodelay);526 int (*recv_start)(struct ath_softc *sc);527 void (*recv_flush)(struct ath_softc *sc);528 void (*recv_tasklet)(void *arg, int npending);529 int (*recv_rxbuf_init)(struct ath_softc *sc,531 int (*recv_setup)(struct ath_softc *sc);532 int (*recv_teardown)(struct ath_softc *sc);