Searched refs:A_OFFSETOF (Results 1 – 4 of 4) sorted by relevance
45 #ifndef A_OFFSETOF46 #define A_OFFSETOF(type,field) (int)(&(((type *)NULL)->field)) macro122 #define EPPING_HDR_CRC_OFFSET A_OFFSETOF(EPPING_HEADER,StreamNo_h)
60 #ifndef A_OFFSETOF61 #define A_OFFSETOF(type,field) (unsigned long)(&(((type *)NULL)->field)) macro
1611 (A_OFFSETOF(mgmt_rx_reo_snapshot, mgmt_rx_reo_snapshot_low) % sizeof(A_UINT64) == 0));1626 (A_OFFSETOF(mlo_glb_rx_reo_per_link_snapshot_info, fw_consumed) % sizeof(A_UINT64) == 0));1713 (A_OFFSETOF(mlo_glb_link, boot_timestamp_low_us) % sizeof(A_UINT64) == 0));1716 (A_OFFSETOF(mlo_glb_link, health_check_timestamp_low_us) % sizeof(A_UINT64) == 0));
76 #define A_OFFSETOF(type, field) offsetof(type, field) macro