Lines Matching refs:buffer

36  * fnic directory and statistics directory for trace buffer and
84 * @ubuf: The buffer to copy the data to.
124 * @ubuf: The buffer to copy the data from.
129 * This routine writes data from user buffer @ubuf to buffer @buf and
186 * It allocates the necessary buffer for the log, fills the buffer from
205 fnic_dbg_prt->buffer = vzalloc(array3_size(3, trace_max_pages,
207 if (!fnic_dbg_prt->buffer) {
213 fnic_dbg_prt->buffer =
216 if (!fnic_dbg_prt->buffer) {
257 * @ubuf: The buffer to copy the data to.
262 * This routine reads data from the buffer indicated in the private_data
278 fnic_dbg_prt->buffer,
284 * fnic_trace_debugfs_release - Release the buffer used to store
287 * @file: The file pointer that contains the buffer to release
290 * This routine frees the buffer that was allocated when the debugfs
301 vfree(fnic_dbg_prt->buffer);
320 * create file trace to log fnic trace buffer output into debugfs and
322 * trace logging into trace buffer.
362 * create file trace to log fnic fc trace buffer output into debugfs and
364 * trace logging into trace buffer.
450 * @ubuf: The buffer to copy the data to.
479 * @ubuf: The buffer to copy the data from.
484 * This routine writes data from user buffer @ubuf to buffer @buf and
542 * fnic_reset_stats_release - Release the buffer used to store
545 * @file: The file pointer that contains the buffer to release
548 * This routine frees the buffer that was allocated when the debugfs
605 * @ubuf: The buffer to copy the data to.
610 * This routine reads data from the buffer indicated in the private_data
632 * fnic_stats_stats_release - Release the buffer used to store
635 * @file: The file pointer that contains the buffer to release
638 * This routine frees the buffer that was allocated when the debugfs