Home
last modified time | relevance | path

Searched refs:htc_send_full_action (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/wireless/ath/ath6kl/
H A Dhtc.h340 enum htc_send_full_action { enum
349 enum htc_send_full_action (*tx_full) (struct htc_target *,
H A Dcore.h903 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
H A Dtxrx.c586 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target, in ath6kl_tx_queue_full()
592 enum htc_send_full_action action = HTC_SEND_FULL_KEEP; in ath6kl_tx_queue_full()
H A Dhtc_pipe.c306 enum htc_send_full_action action; in htc_try_send()