Lines Matching defs:data
26 * Creates the data-structures to store the diagnostics for an adapter. This
31 * * -ENOMEM - Could not allocate all/parts of the data-structures;
49 hdr->buffer = &diag->port_data.data;
50 hdr->buffer_size = sizeof(diag->port_data.data);
58 hdr->buffer = &diag->config_data.data;
59 hdr->buffer_size = sizeof(diag->config_data.data);
71 * Frees all data-structures in the given adapter that store diagnostics
82 * @hdr: the meta data to update.
83 * @data: data to use for the update.
84 * @incomplete: flag stating whether the data in @data is incomplete.
87 const void *const data, const bool incomplete)
100 memcpy(hdr->buffer, data, hdr->buffer_size);
116 * this also includes cases where data was retrieved, but
130 /* buffer-data was updated in zfcp_fsf_exchange_port_data_handler() */
146 * this also includes cases where data was retrieved, but
160 /* buffer-data was updated in zfcp_fsf_exchange_config_data_handler() */
206 * Should not happen (data is from the future).. if it does, still