Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/ath/ath6kl/
Dhtc.h340 enum htc_send_full_action { enum
349 enum htc_send_full_action (*tx_full) (struct htc_target *,
Dcore.h903 enum htc_send_full_action ath6kl_tx_queue_full(struct htc_target *target,
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()
Dhtc_pipe.c307 enum htc_send_full_action action; in htc_try_send()