Lines Matching defs:ASYNC_HEADER_QUADLET_COUNT
12 #define ASYNC_HEADER_QUADLET_COUNT 4 macro
37 …atic inline unsigned int async_header_get_destination(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_destination()
42 static inline unsigned int async_header_get_tlabel(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_tlabel()
47 static inline unsigned int async_header_get_retry(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_retry()
52 static inline unsigned int async_header_get_tcode(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_tcode()
57 static inline unsigned int async_header_get_priority(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_priority()
62 static inline unsigned int async_header_get_source(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_source()
67 static inline unsigned int async_header_get_rcode(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_rcode()
72 static inline u64 async_header_get_offset(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_offset()
78 static inline u32 async_header_get_quadlet_data(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_quadlet_data()
83 …atic inline unsigned int async_header_get_data_length(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_data_length()
88 …c inline unsigned int async_header_get_extended_tcode(const u32 header[ASYNC_HEADER_QUADLET_COUNT]) in async_header_get_extended_tcode()
93 static inline void async_header_set_destination(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_destination()
100 static inline void async_header_set_tlabel(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_tlabel()
107 static inline void async_header_set_retry(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_retry()
114 static inline void async_header_set_tcode(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_tcode()
121 static inline void async_header_set_priority(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_priority()
129 static inline void async_header_set_source(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_source()
136 static inline void async_header_set_rcode(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_rcode()
143 static inline void async_header_set_offset(u32 header[ASYNC_HEADER_QUADLET_COUNT], u64 offset) in async_header_set_offset()
151 static inline void async_header_set_quadlet_data(u32 header[ASYNC_HEADER_QUADLET_COUNT], u32 quadle… in async_header_set_quadlet_data()
156 static inline void async_header_set_data_length(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_data_length()
163 static inline void async_header_set_extended_tcode(u32 header[ASYNC_HEADER_QUADLET_COUNT], in async_header_set_extended_tcode()