Lines Matching refs:buffer

34  * fnic_trace_get_buf - Give buffer pointer to user to fill up trace information
37 * This routine gets next available trace buffer entry location @wr_idx
38 * from allocated trace buffer pages and give that memory location
61 * Verify if trace buffer is full then change wd_idx to
69 * increment @rd_idx to move to next entry in trace buffer
81 * fnic_get_trace_data - Copy trace buffer to a memory file
82 * @fnic_dbgfs_t: pointer to debugfs trace buffer
86 * buffer and dumps it to fnic_dbgfs_t. It will start at the rd_idx entry in
87 * the log and process the log until the end of the buffer. Then it will gather
124 * Dump trace buffer entry to memory file
127 len += scnprintf(fnic_dbgfs_prt->buffer + len,
142 * Continue dumping trace buffer entries into
166 * Dump trace buffer entry to memory file
169 len += scnprintf(fnic_dbgfs_prt->buffer + len,
178 * Continue dumping trace buffer entries into
190 * fnic_get_stats_data - Copy fnic stats buffer to a memory file
191 * @fnic_dbgfs_t: pointer to debugfs fnic stats buffer
451 * fnic_trace_buf_init - Initialize fnic trace buffer logging facility
454 * Initialize trace buffer data structure by allocating required memory and
531 * Initialize trace buffer to log fnic control frames
533 * Initialize trace buffer data structure by allocating
627 * copy all passed trace data to the buffer pointed by wr_idx
701 * fnic_fc_ctlr_get_trace_data: Copy trace buffer to a memory file
703 * @fnic_dbgfs_t: pointer to debugfs trace buffer
731 len += scnprintf(fnic_dbgfs_prt->buffer + len,
751 len += scnprintf(fnic_dbgfs_prt->buffer + len,
755 len += scnprintf(fnic_dbgfs_prt->buffer + len,
769 * copy_and_format_trace_data: Copy formatted data to char * buffer
772 * @fnic_dbgfs_t: pointer to debugfs trace buffer
795 len += scnprintf(fnic_dbgfs_prt->buffer + len, max_size - len,
805 len += scnprintf(fnic_dbgfs_prt->buffer + len,
808 len += scnprintf(fnic_dbgfs_prt->buffer + len,
810 len += scnprintf(fnic_dbgfs_prt->buffer + len,
816 len += scnprintf(fnic_dbgfs_prt->buffer
823 len += scnprintf(fnic_dbgfs_prt->buffer + len,