Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_decl.h68 #define ALIGN_ADDR(p, a) ((((t_ptr)(p)) + (((t_ptr)(a)) - 1U)) & ~(((t_ptr)(a)) - 1U))
81 #define MLAN_FIELD_OFFSET(type, field) ((t_u32)(t_ptr) & (((type *)0)->field))
83 #define OFFSET_ALIGN_ADDR(p, a) (t_u32)(ALIGN_ADDR(p, a) - (t_ptr)p)
Dtype_decls.h46 typedef t_u64 t_ptr; typedef
51 typedef t_u32 t_ptr; typedef
Dmlan_ioctl.h318 t_ptr reserved_1;
Dmlan_main.h407 assert_callback(MNULL, (t_ptr)(cond)); \