Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_send.c472 int (*update_ep_padding_credit)(void *, int); in htc_handle_extra_tx_credit() local
474 update_ep_padding_credit = ep->EpCallBacks.ep_padding_credit_update; in htc_handle_extra_tx_credit()
519 update_ep_padding_credit(ep->EpCallBacks.pContext, -1); in htc_handle_extra_tx_credit()
742 int (*update_ep_padding_credit)(void *, int); in htc_issue_packets() local
747 update_ep_padding_credit = in htc_issue_packets()
764 if (update_ep_padding_credit) { in htc_issue_packets()
909 update_ep_padding_credit(ctx, 1); in htc_issue_packets()