Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_packet.h171 #define SET_HTC_PACKET_INFO_RX_REFILL(p, c, b, len, ep) \ argument
177 (p)->Endpoint = (ep); \
185 #define SET_HTC_PACKET_INFO_TX(p, c, b, len, ep, tag) \ argument
190 (p)->Endpoint = (ep); \
Dhtc_send.c445 static int htc_tx_pad_credit_avail(HTC_ENDPOINT *ep) in htc_tx_pad_credit_avail() argument
449 if (!ep || !ep->EpCallBacks.pContext || in htc_tx_pad_credit_avail()
450 !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()
462 static bool htc_handle_extra_tx_credit(HTC_ENDPOINT *ep, in htc_handle_extra_tx_credit() argument
474 update_ep_padding_credit = ep->EpCallBacks.ep_padding_credit_update; in htc_handle_extra_tx_credit()
484 first_buf_bundled_len = tot_data_len - ep->TxCreditSize; in htc_handle_extra_tx_credit()
488 free_space = ep->TxCreditSize - tot_data_len; in htc_handle_extra_tx_credit()
515 if (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()
[all …]
Dhtc_internal.h299 #define IS_TX_CREDIT_FLOW_ENABLED(ep) ((ep)->TxCreditFlowEnabled) argument
/wlan-driver/qcacld-3.0/core/dp/htt/
Dhtt.c753 uint16_t service_id, HTC_ENDPOINT_ID ep) in htt_update_endpoint() argument
783 pdev->htc_tx_endpoint = ep; in htt_update_endpoint()
784 hif_save_htc_htt_config_endpoint(hif_ctx, ep); in htt_update_endpoint()
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/src/
Dwlan_mlme_api.c8015 wlan_mlme_set_edca_pifs_param(struct wlan_edca_pifs_param_ie *ep, in wlan_mlme_set_edca_pifs_param() argument
8018 ep->edca_param_type = type; in wlan_mlme_set_edca_pifs_param()
8021 ep->edca_pifs_param.eparam.acvo_aifsn = CFG_EDCA_PARAM_AIFSN; in wlan_mlme_set_edca_pifs_param()
8022 ep->edca_pifs_param.eparam.acvo_acm = CFG_EDCA_PARAM_ACM; in wlan_mlme_set_edca_pifs_param()
8023 ep->edca_pifs_param.eparam.acvo_aci = CFG_EDCA_PARAM_ACI; in wlan_mlme_set_edca_pifs_param()
8024 ep->edca_pifs_param.eparam.acvo_cwmin = CFG_EDCA_PARAM_CWMIN; in wlan_mlme_set_edca_pifs_param()
8025 ep->edca_pifs_param.eparam.acvo_cwmax = CFG_EDCA_PARAM_CWMAX; in wlan_mlme_set_edca_pifs_param()
8026 ep->edca_pifs_param.eparam.acvo_txoplimit = CFG_EDCA_PARAM_TXOP; in wlan_mlme_set_edca_pifs_param()
8028 ep->edca_pifs_param.pparam.sap_pifs_offset = in wlan_mlme_set_edca_pifs_param()
8030 ep->edca_pifs_param.pparam.leb_pifs_offset = in wlan_mlme_set_edca_pifs_param()
[all …]
/wlan-driver/qcacld-3.0/components/mlme/dispatcher/inc/
Dwlan_mlme_api.h4847 wlan_mlme_set_edca_pifs_param(struct wlan_edca_pifs_param_ie *ep,
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_unified.c2613 HTC_ENDPOINT_ID ep) in wmi_get_pdev_ep() argument
2618 if (soc->wmi_endpoint_id[i] == ep) in wmi_get_pdev_ep()