Lines Matching full:fce
406 uint32_t *fce; in qla2x00_dfs_fce_show() local
413 seq_puts(s, "FCE Trace Buffer\n"); in qla2x00_dfs_fce_show()
416 seq_puts(s, "FCE Enable Registers\n"); in qla2x00_dfs_fce_show()
421 fce = (uint32_t *)ha->fce; in qla2x00_dfs_fce_show()
429 seq_printf(s, "%08x", *fce++); in qla2x00_dfs_fce_show()
434 seq_puts(s, "FCE Trace is currently not enabled\n"); in qla2x00_dfs_fce_show()
435 seq_puts(s, "\techo [ 1 | 0 ] > fce\n"); in qla2x00_dfs_fce_show()
455 /* Pause tracing to flush FCE buffers. */ in qla2x00_dfs_fce_open()
459 "DebugFS: Unable to disable FCE (%d).\n", rval); in qla2x00_dfs_fce_open()
475 if (ha->flags.fce_enabled || !ha->fce) in qla2x00_dfs_fce_release()
480 /* Re-enable FCE tracing. */ in qla2x00_dfs_fce_release()
482 memset(ha->fce, 0, fce_calc_size(ha->fce_bufs)); in qla2x00_dfs_fce_release()
487 "DebugFS: Unable to reinitialize FCE (%d).\n", rval); in qla2x00_dfs_fce_release()
510 "this adapter does not support FCE."); in qla2x00_dfs_fce_write()
532 if (!ha->fce) { in qla2x00_dfs_fce_write()
548 ql_dbg(ql_dbg_user, vha, 0xd045, "User enabled FCE .\n"); in qla2x00_dfs_fce_write()
563 ql_dbg(ql_dbg_user, vha, 0xd04f, "User disabled FCE .\n"); in qla2x00_dfs_fce_write()
737 ha->dfs_fce = debugfs_create_file("fce", S_IRUSR, ha->dfs_dir, vha, in qla2x00_dfs_setup()