Lines Matching defs:data
20 * @access_lock: lock protecting all the data in this buffer.
22 * @incomplete: flag showing that the data in @buffer is incomplete.
23 * @timestamp: time in jiffies when the data of this buffer was last captured.
24 * @buffer: implementation-depending data of this buffer
43 * @max_age: maximum age of data in diagnostic buffers before they need to be
45 * @port_data: data retrieved using exchange port data.
46 * @port_data.header: header with metadata for the cache in @port_data.data.
47 * @port_data.data: cached QTCB Bottom of command exchange port data.
48 * @config_data: data retrieved using exchange config data.
49 * @config_data.header: header with metadata for the cache in @config_data.data.
50 * @config_data.data: cached QTCB Bottom of command exchange config data.
57 struct fsf_qtcb_bottom_port data;
61 struct fsf_qtcb_bottom_config data;
69 const void *const data, const bool incomplete);