Home
last modified time | relevance | path

Searched defs:block (Results 1 – 17 of 17) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/
Dhal_tx.h40 #define HAL_OFFSET(block, field) block ## _ ## field ## _OFFSET argument
42 #define HAL_TX_LSB(block, field) block ## _ ## field ## _LSB argument
44 #define HAL_TX_MASK(block, field) block ## _ ## field ## _MASK argument
46 #define HAL_TX_DESC_OFFSET(desc, block, field) \ argument
49 #define HAL_SET_FLD(desc, block , field) \ argument
52 #define HAL_SET_FLD_OFFSET(desc, block , field, offset) \ argument
55 #define HAL_SET_FLD_64(desc, block, field) \ argument
58 #define HAL_SET_FLD_OFFSET_64(desc, block, field, offset) \ argument
72 #define HAL_TX_SM(block, field, value) \ argument
76 #define HAL_TX_MS(block, field, value) \ argument
[all …]
Dhal_flow.h21 #define HAL_SET_FLD_SM(block, field, value) \ argument
25 #define HAL_SET_FLD_MS(block, field, value) \ argument
29 #define HAL_CLR_FLD(desc, block, field) \ argument
39 #define HAL_GET_FLD(desc, block, field) \ argument
Dhal_rx_flow_info.h26 #define HAL_OFFSET(block, field) block ## _ ## field ## _OFFSET argument
Dhal_rx.h31 #define HAL_RX_OFFSET(block, field) block##_##field##_OFFSET argument
32 #define HAL_RX_LSB(block, field) block##_##field##_LSB argument
33 #define HAL_RX_MASK(block, field) block##_##field##_MASK argument
36 #define HAL_RX_GET(_ptr, block, field) \ argument
41 #define HAL_RX_GET_64(_ptr, block, field) \ argument
Dhal_reo.h65 #define HAL_SET_FIELD(block, field, value) \ argument
69 #define HAL_GET_FIELD(block, field, value) \ argument
Dhal_api.h98 #define HAL_OFFSET(block, field) block ## _ ## field ## _OFFSET argument
/wlan-driver/qca-wifi-host-cmn/wmi/src/
Dwmi_hang_event.c33 static void wmi_log_history(struct notifier_block *block, void *data, in wmi_log_history()
114 static int wmi_recovery_notifier_call(struct notifier_block *block, in wmi_recovery_notifier_call()
/wlan-driver/qcacld-3.0/os_if/dp/src/
Dos_if_dp_txrx.c381 __osif_check_for_prio_filter_in_clsact_qdisc(struct tcf_block *block, in __osif_check_for_prio_filter_in_clsact_qdisc()
412 __osif_check_for_prio_filter_in_clsact_qdisc(struct tcf_block *block, in __osif_check_for_prio_filter_in_clsact_qdisc()
/wlan-driver/qca-wifi-host-cmn/htc/
Dhtc_hang_event.c22 static int htc_recovery_notifier_call(struct notifier_block *block, in htc_recovery_notifier_call()
Dhtc_credit_history.h61 void htc_log_hang_credit_history(struct notifier_block *block, void *data) in htc_log_hang_credit_history()
Dhtc_credit_history.c170 void htc_log_hang_credit_history(struct notifier_block *block, void *data) in htc_log_hang_credit_history()
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Dqdf_cpuhp.c38 static int qdf_cpuhp_legacy_handler(struct notifier_block *block, in qdf_cpuhp_legacy_handler()
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_hang_event.c40 static int wlan_hdd_recovery_notifier_call(struct notifier_block *block, in wlan_hdd_recovery_notifier_call()
/wlan-driver/qcacld-3.0/core/cds/src/
Dcds_api.c666 static int cds_hang_event_notifier_call(struct notifier_block *block, in cds_hang_event_notifier_call()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.c705 int hif_recovery_notifier_cb(struct notifier_block *block, unsigned long state, in hif_recovery_notifier_cb()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_api.c751 static int pe_hang_event_notifier_call(struct notifier_block *block, in pe_hang_event_notifier_call()
/wlan-driver/qcacld-3.0/core/dp/txrx/
Dol_txrx.c124 int ol_peer_recovery_notifier_cb(struct notifier_block *block, in ol_peer_recovery_notifier_cb()