Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath10k/
Dhtc.c615 u8 tx_alloc = 0; in ath10k_htc_connect_service() local
626 tx_alloc = ath10k_htc_get_credit_allocation(htc, in ath10k_htc_connect_service()
628 if (!tx_alloc) in ath10k_htc_connect_service()
647 flags |= SM(tx_alloc, ATH10K_HTC_CONN_FLAGS_RECV_ALLOC); in ath10k_htc_connect_service()
728 ep->tx_credits = tx_alloc; in ath10k_htc_connect_service()
/drivers/net/wireless/ath/ath6kl/
Dhtc_pipe.c1242 u8 tx_alloc; in ath6kl_htc_pipe_conn_service() local
1255 tx_alloc = 0; in ath6kl_htc_pipe_conn_service()
1258 tx_alloc = htc_get_credit_alloc(target, conn_req->svc_id); in ath6kl_htc_pipe_conn_service()
1259 if (tx_alloc == 0) { in ath6kl_htc_pipe_conn_service()
1293 flags = tx_alloc << HTC_CONN_FLGS_SET_RECV_ALLOC_SHIFT; in ath6kl_htc_pipe_conn_service()
1379 ep->cred_dist.credits = tx_alloc; in ath6kl_htc_pipe_conn_service()