Home
last modified time | relevance | path

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

/wlan-driver/fw-api/fw/
Dwlan_defs.h1355 #define MLO_SHMEM_GET_BITS(_val,_index,_num_bits) \ macro
1408 #define MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_PARAM_VALID_GET(mgmt_rx_reo_snapshot_low) MLO_SHMEM_GET_BITS
1411 …T_RX_REO_SNAPSHOT_PARAM_MGMT_PKT_CTR_GET(mgmt_rx_reo_snapshot_low) MLO_SHMEM_GET_BITS(mgmt_rx_reo_…
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)
1424 …APSHOT_PARAM_MGMT_PKT_CTR_REDUNDANT_GET(mgmt_rx_reo_snapshot_high) MLO_SHMEM_GET_BITS(mgmt_rx_reo_…
1428 (MLO_SHMEM_GET_BITS(mgmt_pkt_ctr, 0, 15) == MLO_SHMEM_GET_BITS(mgmt_pkt_ctr_redundant, 0, 15))
1431 (MLO_SHMEM_GET_BITS((mgmt_rx_reo_snapshot_high), 0, 17) << 15) | \
1432 MLO_SHMEM_GET_BITS((mgmt_rx_reo_snapshot_low), 17, 15)
1452 return MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 31, 1); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_GET()
[all …]