Lines Matching defs:data
28 * Creates the data-structures to store the diagnostics for an adapter. This
33 * * -ENOMEM - Could not allocate all/parts of the data-structures;
51 hdr->buffer = &diag->port_data.data;
52 hdr->buffer_size = sizeof(diag->port_data.data);
60 hdr->buffer = &diag->config_data.data;
61 hdr->buffer_size = sizeof(diag->config_data.data);
73 * Frees all data-structures in the given adapter that store diagnostics
124 * @hdr: the meta data to update.
125 * @data: data to use for the update.
126 * @incomplete: flag stating whether the data in @data is incomplete.
129 const void *const data, const bool incomplete)
142 memcpy(hdr->buffer, data, hdr->buffer_size);
158 * this also includes cases where data was retrieved, but
172 /* buffer-data was updated in zfcp_fsf_exchange_port_data_handler() */
188 * this also includes cases where data was retrieved, but
202 /* buffer-data was updated in zfcp_fsf_exchange_config_data_handler() */
248 * Should not happen (data is from the future).. if it does, still