Lines Matching refs:mgmt_rx_reo_snapshot_low

1408 …HMEM_MGMT_RX_REO_SNAPSHOT_PARAM_VALID_GET(mgmt_rx_reo_snapshot_low) MLO_SHMEM_GET_BITS(mgmt_rx_reo…  argument
1409 …_MGMT_RX_REO_SNAPSHOT_PARAM_VALID_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_… argument
1411 …MT_RX_REO_SNAPSHOT_PARAM_MGMT_PKT_CTR_GET(mgmt_rx_reo_snapshot_low) MLO_SHMEM_GET_BITS(mgmt_rx_reo… argument
1412 …X_REO_SNAPSHOT_PARAM_MGMT_PKT_CTR_SET(mgmt_rx_reo_snapshot_low, value) MLO_SHMEM_SET_BITS(mgmt_rx_… argument
1416 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low, 17, 15)
1421 … MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low, 17, 15, ((value) & 0x7fff)); \
1430 …MEM_MGMT_RX_REO_SNAPSHOT_PARAM_GLOBAL_TIMESTAMP_GET_FROM_DWORDS(mgmt_rx_reo_snapshot_low,mgmt_rx_r… argument
1432 MLO_SHMEM_GET_BITS((mgmt_rx_reo_snapshot_low), 17, 15)
1435 (&mgmt_rx_reo_snapshot->mgmt_rx_reo_snapshot_low)
1444 A_UINT32 mgmt_rx_reo_snapshot_low, A_UINT8 snapshot_ver) in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_GET() argument
1452 return MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 31, 1); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_GET()
1457 A_UINT32 *mgmt_rx_reo_snapshot_low, A_UINT8 value, A_UINT8 snapshot_ver) in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_SET() argument
1464 MLO_SHMEM_SET_BITS(*mgmt_rx_reo_snapshot_low, 31, 1, value); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_VALID_SET()
1469 A_UINT32 mgmt_rx_reo_snapshot_low, A_UINT8 snapshot_ver) in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_GET() argument
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()
1483 A_UINT32 *mgmt_rx_reo_snapshot_low, A_UINT16 value, A_UINT8 snapshot_ver) in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_MGMT_PKT_CTR_SET() argument
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()
1502 mgmt_rx_reo_snapshot_low) \ argument
1503 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 16, 15)
1505 mgmt_rx_reo_snapshot_low, value) \ argument
1506 MLO_SHMEM_SET_BITS(mgmt_rx_reo_snapshot_low, 16, 15, value)
1510 A_UINT32 mgmt_rx_reo_snapshot_low, in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_GET() argument
1519 MLO_SHMEM_GET_BITS(mgmt_rx_reo_snapshot_low, 0, 15)); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_GET()
1528 A_UINT32 *mgmt_rx_reo_snapshot_low, in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_SET() argument
1539 *mgmt_rx_reo_snapshot_low, 0, 15, ((value) & 0x7fff)); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_GLOBAL_TIMESTAMP_SET()
1547 A_UINT32 mgmt_rx_reo_snapshot_low, in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY() argument
1556 mgmt_rx_reo_snapshot_low, mgmt_rx_reo_snapshot_high, snapshot_ver); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1559 mgmt_rx_reo_snapshot_low); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1569 mgmt_rx_reo_snapshot_low, snapshot_ver); in MLO_SHMEM_MGMT_RX_REO_SNAPSHOT_CHECK_CONSISTENCY()
1595 A_UINT32 mgmt_rx_reo_snapshot_low; member
1611 (A_OFFSETOF(mgmt_rx_reo_snapshot, mgmt_rx_reo_snapshot_low) % sizeof(A_UINT64) == 0));