| sa_impl.h | 181 uint16_t sa_layout_info; member in struct:sa_hdr_phys 186 #define SA_HDR_LAYOUT_NUM(hdr) BF32_GET(hdr->sa_layout_info, 0, 10) 187 #define SA_HDR_SIZE(hdr) BF32_GET_SB(hdr->sa_layout_info, 10, 6, 3, 0) 256 SA_HDR_LAYOUT_INFO_ENCODE(hdr->sa_layout_info, num, size); \
|