Searched refs:MLO_SHMEM_SET_BITS (Results 1 – 1 of 1) sorted by relevance
/wlan-driver/fw-api/fw/ |
H A D | wlan_defs.h | 1358 #define MLO_SHMEM_SET_BITS(_var,_index,_num_bits,_val) \ macro 1409 …T_RX_REO_SNAPSHOT_PARAM_VALID_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_… 1412 …O_SNAPSHOT_PARAM_MGMT_PKT_CTR_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_… 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)); \ 1425 …PARAM_MGMT_PKT_CTR_REDUNDANT_SET(mgmt_rx_reo_snapshot_high, value) MLO_SHMEM_SET_BITS(mgmt_rx_reo_… 1464 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 31, 1, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_SET() 1486 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 0, 16, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_SET() 1488 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 15, 16, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_SET() 1499 MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot_high, 0, 15, value) [all …]
|