Searched refs:snapshot_low (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/ |
D | mlo_global_h_shmem_arena_api.c | 33 static bool mgmt_rx_reo_snapshot_is_valid(uint32_t snapshot_low, in mgmt_rx_reo_snapshot_is_valid() argument 36 return MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_GET(snapshot_low, in mgmt_rx_reo_snapshot_is_valid() 48 static uint16_t mgmt_rx_reo_snapshot_get_mgmt_pkt_ctr(uint32_t snapshot_low, in mgmt_rx_reo_snapshot_get_mgmt_pkt_ctr() argument 52 (snapshot_low, snapshot_version); in mgmt_rx_reo_snapshot_get_mgmt_pkt_ctr() 78 static bool mgmt_rx_reo_snapshot_is_consistent(uint32_t snapshot_low, in mgmt_rx_reo_snapshot_is_consistent() argument 82 return MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY(snapshot_low, in mgmt_rx_reo_snapshot_is_consistent() 96 uint32_t snapshot_low, uint32_t snapshot_high, uint8_t snapshot_version) in mgmt_rx_reo_snapshot_get_global_timestamp() argument 99 (snapshot_low, snapshot_high, snapshot_version); in mgmt_rx_reo_snapshot_get_global_timestamp()
|
/wlan-driver/qca-wifi-host-cmn/umac/global_umac_dispatcher/lmac_if/inc/ |
D | wlan_lmac_if_def.h | 312 bool (*snapshot_is_valid)(uint32_t snapshot_low, 314 uint16_t (*snapshot_get_mgmt_pkt_ctr)(uint32_t snapshot_low, 317 bool (*snapshot_is_consistent)(uint32_t snapshot_low, 320 uint32_t (*snapshot_get_global_timestamp)(uint32_t snapshot_low,
|