Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
H A Dhtc_send.c450 !ep->EpCallBacks.ep_padding_credit_update) in htc_tx_pad_credit_avail()
453 ret = ep->EpCallBacks.ep_padding_credit_update(ep->EpCallBacks.pContext, in htc_tx_pad_credit_avail()
474 update_ep_padding_credit = ep->EpCallBacks.ep_padding_credit_update; in htc_handle_extra_tx_credit()
515 if (ep->EpCallBacks.ep_padding_credit_update) { in htc_handle_extra_tx_credit()
578 if (pEndpoint->EpCallBacks.ep_padding_credit_update) { in htc_issue_packets_bundle()
748 pEndpoint->EpCallBacks.ep_padding_credit_update; in htc_issue_packets()
782 if (pEndpoint->EpCallBacks.ep_padding_credit_update) { in htc_issue_packets()
906 if (pEndpoint->EpCallBacks.ep_padding_credit_update) { in htc_issue_packets()
2450 if (pEndpoint->EpCallBacks.ep_padding_credit_update) { in htc_send_data_pkt()
2466 if (pEndpoint->EpCallBacks.ep_padding_credit_update) { in htc_send_data_pkt()
[all …]
H A Dhtc_api.h185 HTC_EP_PADDING_CREDIT_UPDATE ep_padding_credit_update; member
/wlan-driver/qcacld-3.0/core/dp/htt/
H A Dhtt.c806 connect.EpCallbacks.ep_padding_credit_update = in htt_htc_attach()