Home
last modified time | relevance | path

Searched refs:tx_credits (Results 1 – 15 of 15) sorted by relevance

/linux/drivers/net/wireless/ath/ath11k/
A Dhtc.c95 if (ep->tx_credits < credits) { in ath11k_htc_send()
98 eid, credits, ep->tx_credits); in ath11k_htc_send()
103 ep->tx_credits -= credits; in ath11k_htc_send()
106 eid, credits, ep->tx_credits); in ath11k_htc_send()
131 ep->tx_credits += credits; in ath11k_htc_send()
134 eid, credits, ep->tx_credits); in ath11k_htc_send()
166 ep->tx_credits += report->credits; in ath11k_htc_process_credit_report()
169 report->eid, report->credits, ep->tx_credits); in ath11k_htc_process_credit_report()
690 ep->tx_credits = tx_alloc; in ath11k_htc_connect_service()
A Dhtc.h269 int tx_credits; member
/linux/net/phonet/
A Dpep.c274 atomic_set(&pn->tx_credits, 0); in pipe_rcv_status()
277 atomic_set(&pn->tx_credits, wake = 1); in pipe_rcv_status()
283 atomic_set(&pn->tx_credits, wake = 1); in pipe_rcv_status()
373 atomic_set(&pn->tx_credits, 0); in pipe_do_rcv()
427 atomic_set(&pn->tx_credits, 1); in pipe_do_rcv()
541 atomic_set(&pn->tx_credits, 1); in pipe_start_flow_control()
861 atomic_set(&newpn->tx_credits, 0); in pep_sock_accept()
969 atomic_set(&pn->tx_credits, 0); in pep_init()
1109 atomic_inc(&pn->tx_credits); in pipe_skb_send()
1161 done = atomic_read(&pn->tx_credits); in pep_sendmsg()
[all …]
A Dsocket.c350 atomic_read(&pn->tx_credits)) in pn_socket_poll()
/linux/drivers/net/wireless/ath/ath10k/
A Dhtc.c111 if (ep->tx_credits < credits) { in ath10k_htc_consume_credit()
114 eid, credits, ep->tx_credits, consume); in ath10k_htc_consume_credit()
120 ep->tx_credits -= credits; in ath10k_htc_consume_credit()
123 eid, credits, ep->tx_credits); in ath10k_htc_consume_credit()
143 ep->tx_credits += credits; in ath10k_htc_release_credit()
146 eid, credits, ep->tx_credits); in ath10k_htc_release_credit()
257 ep->tx_credits += report->credits; in ath10k_htc_process_credit_report()
260 report->eid, report->credits, ep->tx_credits); in ath10k_htc_process_credit_report()
704 ep->tx_credits < ATH10K_MIN_CREDIT_PER_HTC_TX_BUNDLE) in ath10k_htc_send_bundle_skbs()
753 ep->tx_credits < ATH10K_MIN_CREDIT_PER_HTC_TX_BUNDLE) { in ath10k_htc_send_bundle_skbs()
[all …]
A Dhtc.h373 int tx_credits; member
A Dhtt_rx.c4024 ep->tx_credits++; in ath10k_htt_t2h_msg_handler()
4118 ep->tx_credits += htt_credit_delta; in ath10k_htt_t2h_msg_handler()
4122 ep->tx_credits); in ath10k_htt_t2h_msg_handler()
/linux/include/net/phonet/
A Dpep.h24 atomic_t tx_credits; member
/linux/net/bluetooth/rfcomm/
A Dcore.c1409 d->tx_credits = pn->credits; in rfcomm_apply_pn()
1716 d->tx_credits += credits; in rfcomm_recv_data()
1717 if (d->tx_credits) in rfcomm_recv_data()
1830 d, d->state, d->cfc, d->rx_credits, d->tx_credits); in rfcomm_process_tx()
1847 d->tx_credits = 5; in rfcomm_process_tx()
1853 while (d->tx_credits && (skb = skb_dequeue(&d->tx_queue))) { in rfcomm_process_tx()
1860 d->tx_credits--; in rfcomm_process_tx()
1863 if (d->cfc && !d->tx_credits) { in rfcomm_process_tx()
2195 d->rx_credits, d->tx_credits); in rfcomm_dlc_debugfs_show()
/linux/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_nix.c3858 u16 pcifunc, u64 tx_credits) in nix_config_link_credits() argument
3875 if (tx_credits == nix_hw->tx_credits[link]) in nix_config_link_credits()
3905 } while (credits != nix_hw->tx_credits[link]); in nix_config_link_credits()
3908 cfg |= (tx_credits << 12); in nix_config_link_credits()
3912 nix_hw->tx_credits[link] = tx_credits; in nix_config_link_credits()
4068 u64 tx_credits, cfg; in nix_link_config() local
4108 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4118 nix_hw->tx_credits[link] = tx_credits; in nix_link_config()
4120 tx_credits = (tx_credits << 12) | (0x1FF << 2) | BIT_ULL(1); in nix_link_config()
4387 if (!nix_hw->tx_credits) in rvu_nix_block_init()
[all …]
A Drvu.h320 u64 *tx_credits; member
/linux/include/net/bluetooth/
A Drfcomm.h193 uint tx_credits; member
A Dl2cap.h584 __u16 tx_credits; member
/linux/net/bluetooth/
A Dl2cap_core.c534 chan->tx_credits = tx_credits; in l2cap_le_flowctl_init()
545 l2cap_le_flowctl_init(chan, tx_credits); in l2cap_ecred_init()
1349 if (!chan->tx_credits) in l2cap_chan_ready()
2629 while (chan->tx_credits && !skb_queue_empty(&chan->tx_q)) { in l2cap_le_flowctl_send()
2631 chan->tx_credits--; in l2cap_le_flowctl_send()
2689 if (!chan->tx_credits) in l2cap_chan_send()
5630 chan->tx_credits = credits; in l2cap_le_connect_rsp()
5894 max_credits = LE_FLOWCTL_MAX_CREDITS - chan->tx_credits; in l2cap_le_credits()
5906 chan->tx_credits += credits; in l2cap_le_credits()
5911 if (chan->tx_credits) in l2cap_le_credits()
[all …]
A Dl2cap_sock.c1766 chan->tx_credits = pchan->tx_credits; in l2cap_sock_init()

Completed in 61 milliseconds