Lines Matching defs:sc
60 static inline bool ath9k_check_auto_sleep(struct ath_softc *sc) in ath9k_check_auto_sleep()
74 static void ath_rx_buf_link(struct ath_softc *sc, struct ath_buf *bf) in ath_rx_buf_link()
109 static void ath_setdefantenna(struct ath_softc *sc, u32 antenna) in ath_setdefantenna()
117 static void ath_opmode_init(struct ath_softc *sc) in ath_opmode_init()
139 static bool ath_rx_edma_buf_link(struct ath_softc *sc, in ath_rx_edma_buf_link()
168 static void ath_rx_addbuffer_edma(struct ath_softc *sc, in ath_rx_addbuffer_edma()
190 static void ath_rx_remove_buffer(struct ath_softc *sc, in ath_rx_remove_buffer()
206 static void ath_rx_edma_cleanup(struct ath_softc *sc) in ath_rx_edma_cleanup()
239 static int ath_rx_edma_init(struct ath_softc *sc, int nbufs) in ath_rx_edma_init()
298 static void ath_edma_start_recv(struct ath_softc *sc) in ath_edma_start_recv()
317 static void ath_edma_stop_recv(struct ath_softc *sc) in ath_edma_stop_recv()
323 int ath_rx_init(struct ath_softc *sc, int nbufs) in ath_rx_init()
387 void ath_rx_cleanup(struct ath_softc *sc) in ath_rx_cleanup()
434 u32 ath_calcrxfilter(struct ath_softc *sc) in ath_calcrxfilter()
480 int ath_startrecv(struct ath_softc *sc) in ath_startrecv()
516 bool ath_stoprecv(struct ath_softc *sc) in ath_stoprecv()
542 void ath_flushrecv(struct ath_softc *sc) in ath_flushrecv()
583 static void ath_rx_ps_beacon(struct ath_softc *sc, struct sk_buff *skb) in ath_rx_ps_beacon()
624 static void ath_rx_ps(struct ath_softc *sc, struct sk_buff *skb, bool mybeacon) in ath_rx_ps()
660 static bool ath_edma_get_buffers(struct ath_softc *sc, in ath_edma_get_buffers()
710 static struct ath_buf *ath_edma_get_next_rx_buf(struct ath_softc *sc, in ath_edma_get_next_rx_buf()
728 static struct ath_buf *ath_get_next_rx_buf(struct ath_softc *sc, in ath_get_next_rx_buf()
809 struct ath_softc *sc = (struct ath_softc *) common->priv; in ath9k_rx_accept() local
954 struct ath_softc *sc = hw->priv; in ath9k_process_rssi() local
1539 static void ath_ant_comb_scan(struct ath_softc *sc, struct ath_rx_status *rs) in ath_ant_comb_scan()
1772 int ath_rx_tasklet(struct ath_softc *sc, int flush, bool hp) in ath_rx_tasklet()