Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/be/
Dhal_be_reo.c676 struct hal_reo_queue_status *st = in hal_reo_queue_stats_status_be() local
689 &(st->header), hal_soc); in hal_reo_queue_stats_status_be()
693 st->ssn = HAL_GET_FIELD(REO_GET_QUEUE_STATS_STATUS, SSN, val); in hal_reo_queue_stats_status_be()
698 st->curr_idx = in hal_reo_queue_stats_status_be()
705 st->pn_31_0 = in hal_reo_queue_stats_status_be()
711 st->pn_63_32 = in hal_reo_queue_stats_status_be()
717 st->pn_95_64 = in hal_reo_queue_stats_status_be()
723 st->pn_127_96 = in hal_reo_queue_stats_status_be()
730 st->last_rx_enq_tstamp = in hal_reo_queue_stats_status_be()
736 st->last_rx_deq_tstamp = in hal_reo_queue_stats_status_be()
[all …]
/wlan-driver/qca-wifi-host-cmn/hal/wifi3.0/li/
Dhal_li_reo.c879 struct hal_reo_queue_status *st = in hal_reo_queue_stats_status_li() local
892 &(st->header), hal_soc); in hal_reo_queue_stats_status_li()
896 st->ssn = HAL_GET_FIELD(REO_GET_QUEUE_STATS_STATUS_2, SSN, val); in hal_reo_queue_stats_status_li()
901 st->curr_idx = in hal_reo_queue_stats_status_li()
908 st->pn_31_0 = in hal_reo_queue_stats_status_li()
914 st->pn_63_32 = in hal_reo_queue_stats_status_li()
920 st->pn_95_64 = in hal_reo_queue_stats_status_li()
926 st->pn_127_96 = in hal_reo_queue_stats_status_li()
933 st->last_rx_enq_tstamp = in hal_reo_queue_stats_status_li()
939 st->last_rx_deq_tstamp = in hal_reo_queue_stats_status_li()
[all …]
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
Di_qdf_module.h36 uint32_t st; \
37 st = (_x)(); \
38 if (st != QDF_STATUS_SUCCESS) \
Di_qdf_nbuf_w.h876 dsb(st); in __qdf_dsb()
/wlan-driver/qca-wifi-host-cmn/htc/
Ddl_list.h86 #define ITERATE_OVER_LIST_ALLOW_REMOVE(pStart, pItem, st, offset) \ argument
91 { (pItem) = A_CONTAINING_STRUCT(pTemp, st, offset); } \
/wlan-driver/qca-wifi-host-cmn/target_if/spectral/
Dtarget_if_spectral.c4116 enum channel_state st; in target_if_validate_center_freq() local
4118 st = in target_if_validate_center_freq()
4125 if (st == CHANNEL_STATE_DISABLE || in target_if_validate_center_freq()
4126 st == CHANNEL_STATE_INVALID) { in target_if_validate_center_freq()