Searched refs:fnic_dbgfs_t (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/scsi/fnic/
H A Dfnic_trace.h57 } fnic_dbgfs_t; typedef in typeref:struct:fnic_dbgfs
109 int fnic_get_trace_data(fnic_dbgfs_t *);
122 int fnic_fc_trace_get_data(fnic_dbgfs_t *fnic_dbgfs_prt, u8 rdata_flag);
124 fnic_dbgfs_t *fnic_dbgfs_prt,
H A Dfnic_trace.c96 * @fnic_dbgfs_t: pointer to debugfs trace buffer
100 * buffer and dumps it to fnic_dbgfs_t. It will start at the rd_idx entry in
105 * This routine returns the amount of bytes that were dumped into fnic_dbgfs_t
107 int fnic_get_trace_data(fnic_dbgfs_t *fnic_dbgfs_prt) fnic_get_trace_data()
205 * @fnic_dbgfs_t: pointer to debugfs fnic stats buffer
650 * @fnic_dbgfs_t: pointer to debugfs trace buffer
658 * Number of bytes that were dumped into fnic_dbgfs_t
661 int fnic_fc_trace_get_data(fnic_dbgfs_t *fnic_dbgfs_prt, u8 rdata_flag) fnic_fc_trace_get_data()
719 * @fnic_dbgfs_t: pointer to debugfs trace buffer
728 fnic_dbgfs_t *fnic_dbgfs_prt, int *orig_len, copy_and_format_trace_data()
H A Dfnic_debugfs.c246 fnic_dbgfs_t *fnic_dbg_prt; fnic_trace_debugfs_open()
249 fnic_dbg_prt = kzalloc(sizeof(fnic_dbgfs_t), GFP_KERNEL); fnic_trace_debugfs_open()
301 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; fnic_trace_debugfs_lseek()
327 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; fnic_trace_debugfs_read()
351 fnic_dbgfs_t *fnic_dbg_prt = file->private_data; fnic_trace_debugfs_release()

Completed in 138 milliseconds