Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/dp/core/inc/
H A Dwlan_dp_txrx.h434 void dp_get_tx_resource(struct wlan_dp_link *dp_link,
490 void dp_get_tx_resource(struct wlan_dp_link *dp_link, in dp_get_tx_resource() function
/wlan-driver/qcacld-3.0/components/dp/core/src/
H A Dwlan_dp_softap_txrx.c422 dp_get_tx_resource(dp_link, &dp_intf->mac_addr); in dp_softap_get_tx_resource()
424 dp_get_tx_resource(dp_link, in dp_softap_get_tx_resource()
H A Dwlan_dp_txrx.c67 void dp_get_tx_resource(struct wlan_dp_link *dp_link, in dp_get_tx_resource() function
73 dp_ops->dp_get_tx_resource(dp_link->link_id, in dp_get_tx_resource()
650 dp_get_tx_resource(dp_link, &mac_addr_tx_allowed); in dp_start_xmit()
/wlan-driver/qcacld-3.0/components/dp/dispatcher/inc/
H A Dwlan_dp_public_struct.h644 void (*dp_get_tx_resource)(uint8_t link_id_id, member
/wlan-driver/qcacld-3.0/components/dp/dispatcher/src/
H A Dwlan_dp_ucfg_api.c2271 dp_ctx->dp_ops.dp_get_tx_resource = cb_obj->dp_get_tx_resource; in ucfg_dp_register_hdd_callbacks()
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_main.c12582 cb_obj.dp_get_tx_resource = hdd_get_tx_resource; in hdd_dp_register_callbacks()