Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dhtc.h333 enum htc_send_full_action { enum
342 enum htc_send_full_action (*tx_full) (struct htc_target *,
Dcore.h904 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
Dtxrx.c591 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target, in ath6kl_tx_queue_full()
597 enum htc_send_full_action action = HTC_SEND_FULL_KEEP; in ath6kl_tx_queue_full()
Dhtc_pipe.c308 enum htc_send_full_action action; in htc_try_send()