Searched defs:setup_data (Results 1 – 10 of 10) sorted by relevance
27 struct setup_data { struct28 uint64_t next;29 uint32_t type;30 uint32_t len;31 uint8_t data[];
20 struct setup_data { struct21 __u64 next;22 __u32 type;23 __u32 len;24 __u8 data[0];68 __u64 setup_data; member
1173 static uint32_t setup_data(MAC_ENGINE *p_eng) in setup_data() function
648 struct setup_data *setup_data; in x86_load_linux() local
123 unsigned char setup_data[8]; member
50 char *setup_data; member