Home
last modified time | relevance | path

Searched refs:mgmt_rx_reo_snapshot (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/fw-api/fw/
Dwlan_defs.h1414 #define MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_PARAM_GLOBAL_TIMESTAMP_GET(mgmt_rx_reo_snapshot) \ argument
1415 (MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_high, 0, 17) << 15) | \
1416 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low, 17, 15)
1418 #define MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_PARAM_GLOBAL_TIMESTAMP_SET(mgmt_rx_reo_snapshot, value) \ argument
1420 … MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_high, 0, 17, ((value) >> 15)); \
1421 … MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low, 17, 15, ((value) & 0x7fff)); \
1434 #define MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GET_ADRESS(mgmt_rx_reo_snapshot) \ argument
1435 (&mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low)
1605 } mgmt_rx_reo_snapshot; typedef
1608 (((sizeof(mgmt_rx_reo_snapshot) % sizeof(A_UINT64) == 0x0))));
[all …]
/wlan-driver/qca-wifi-host-cmn/target_if/init_deinit/src/
Dmlo_global_h_shmem_arena.c166 mgmt_rx_reo_snapshot *ptlv; in extract_mgmt_rx_reo_snapshot_tlv()
179 ptlv = (mgmt_rx_reo_snapshot *)data; in extract_mgmt_rx_reo_snapshot_tlv()