Lines Matching refs:MLO_SHMEM_GET_BITS

1355 #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()
1472 return MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 0, 16); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_GET()
1474 return MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 15, 16); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_GET()
1496 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_high, 0, 15)
1503 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 16, 15)
1518 ((MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_high, 15, 17) << 15) | in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_GET()
1519 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 0, 15)); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_GET()
1562 (MLO_SHMEM_GET_BITS(global_timestamp, 0, 15) == in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1563 MLO_SHMEM_GET_BITS(global_timestamp_redundant, 0, 15)); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1575 (MLO_SHMEM_GET_BITS(mgmt_pkt_ctr, 0, 15) == in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1576 MLO_SHMEM_GET_BITS(mgmt_pkt_ctr_redundant, 0, 15)); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1629 #define MLO_SHMEM_GLB_RX_REO_SNAPSHOT_PARAM_NO_OF_LINKS_GET(link_info) MLO_SHMEM_GET_BITS(link_info…
1632 #define MLO_SHMEM_GLB_RX_REO_SNAPSHOT_PARAM_VALID_LINK_BMAP_GET(link_info) MLO_SHMEM_GET_BITS(link_…
1635 …B_RX_REO_SNAPSHOT_PARAM_HW_FWD_SNAPSHOT_VER_GET(snapshot_ver_info) MLO_SHMEM_GET_BITS(snapshot_ver…
1638 …B_RX_REO_SNAPSHOT_PARAM_FW_FWD_SNAPSHOT_VER_GET(snapshot_ver_info) MLO_SHMEM_GET_BITS(snapshot_ver…
1641 …REO_SNAPSHOT_PARAM_FW_CONSUMED_SNAPSHOT_VER_GET(snapshot_ver_info) MLO_SHMEM_GET_BITS(snapshot_ver…
1680 #define MLO_SHMEM_GLB_LINK_PARAM_LINK_STATUS_GET(link_status) MLO_SHMEM_GET_BITS(link_status, 0, 8)
1720 #define MLO_SHMEM_GLB_LINK_INFO_PARAM_NO_OF_LINKS_GET(link_info) MLO_SHMEM_GET_BITS(link_info, 0, 4)
1723 #define MLO_SHMEM_GLB_LINK_INFO_PARAM_VALID_LINK_BMAP_GET(link_info) MLO_SHMEM_GET_BITS(link_info, …
1781 (MLO_SHMEM_GET_BITS(chip_info, 0, 2) + \
1782 (MLO_SHMEM_GET_BITS(chip_info, 12, 4) << 2))
1789 #define MLO_SHMEM_CHIP_CRASH_INFO_PARAM_VALID_CHIP_BMAP_GET(chip_info) MLO_SHMEM_GET_BITS(chip_info…
1826 #define MLO_SHMEM_GLB_H_SHMEM_PARAM_MINOR_VERSION_GET(major_minor_version) MLO_SHMEM_GET_BITS(major…
1829 #define MLO_SHMEM_GLB_H_SHMEM_PARAM_MAJOR_VERSION_GET(major_minor_version) MLO_SHMEM_GET_BITS(major…