Searched refs:dp_tx_desc_event (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/qcacld-3.0/components/dp/core/src/ |
H A D | wlan_dp_prealloc.c | 187 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 190 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 193 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 196 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 199 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 202 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 205 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 208 DP_TX_TCL_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 212 DP_TX_COMP_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), 215 DP_TX_COMP_HIST_PER_SLOT_MAX * sizeof(struct dp_tx_desc_event), [all …]
|
/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/ |
H A D | dp_types.h | 1957 struct dp_tx_desc_event { struct 1969 struct dp_tx_desc_event *entry[DP_TX_TCL_HIST_MAX_SLOTS]; argument 1976 struct dp_tx_desc_event *entry[DP_TX_COMP_HIST_MAX_SLOTS];
|
H A D | dp_main.c | 3437 sizeof(struct dp_tx_desc_event), in dp_soc_tx_history_attach() 3442 sizeof(struct dp_tx_desc_event), in dp_soc_tx_history_attach()
|
H A D | dp_tx.c | 151 struct dp_tx_desc_event *entry; in dp_tx_desc_history_add()
|