Searched refs:SIZE_OF (Results 1 – 6 of 6) sorted by relevance
1240 #define WL_TWT_EVENT_HDR_LEN (SIZE_OF(wl_twt_event_t, version) + SIZE_OF(wl_twt_event_t, length))1344 #define WL_TWT_NOTIFY_HDR_LEN (SIZE_OF(wl_twt_notify_t, version) + SIZE_OF(wl_twt_notify_t, length))
701 #define SIZE_OF(type, field) sizeof(((type *)0)->field) macro
590 #define SIZE_OF(type, field) sizeof(((type *)0)->field) macro