Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtc.c680 u8 tx_alloc = 0; in ath10k_htc_connect_service() local
691 tx_alloc = ath10k_htc_get_credit_allocation(htc, in ath10k_htc_connect_service()
693 if (!tx_alloc) in ath10k_htc_connect_service()
712 flags |= SM(tx_alloc, ATH10K_HTC_CONN_FLAGS_RECV_ALLOC); in ath10k_htc_connect_service()
793 ep->tx_credits = tx_alloc; in ath10k_htc_connect_service()
/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1232 u8 tx_alloc; in ath6kl_htc_pipe_conn_service() local
1245 tx_alloc = 0; in ath6kl_htc_pipe_conn_service()
1248 tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1249 if (tx_alloc == 0) { in ath6kl_htc_pipe_conn_service()
1282 flags = tx_alloc << HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT; in ath6kl_htc_pipe_conn_service()
1368 ep->cred_dist.credits = tx_alloc; in ath6kl_htc_pipe_conn_service()