Home
last modified time | relevance | path

Searched refs:tx_alloc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dhtc.c684 u8 tx_alloc = 0; in ath10k_htc_connect_service() local
695 tx_alloc = ath10k_htc_get_credit_allocation(htc, in ath10k_htc_connect_service()
697 if (!tx_alloc) in ath10k_htc_connect_service()
716 flags |= SM(tx_alloc, ATH10K_HTC_CONN_FLAGS_RECV_ALLOC); in ath10k_htc_connect_service()
797 ep->tx_credits = tx_alloc; in ath10k_htc_connect_service()
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1235 u8 tx_alloc; in ath6kl_htc_pipe_conn_service() local
1248 tx_alloc = 0; in ath6kl_htc_pipe_conn_service()
1251 tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1252 if (tx_alloc == 0) { in ath6kl_htc_pipe_conn_service()
1285 flags = tx_alloc << HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT; in ath6kl_htc_pipe_conn_service()
1371 ep->cred_dist.credits = tx_alloc; in ath6kl_htc_pipe_conn_service()