Home
last modified time | relevance | path

Searched refs:ice_debugfs_pf_fwlog (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ice/
H A Dice_debugfs.c607 pf->ice_debugfs_pf_fwlog = debugfs_create_dir("fwlog", in ice_debugfs_fwlog_init()
613 pf->ice_debugfs_pf_fwlog); in ice_debugfs_fwlog_init()
626 pf->ice_debugfs_pf_fwlog, pf, in ice_debugfs_fwlog_init()
631 debugfs_create_file("enable", 0600, pf->ice_debugfs_pf_fwlog, in ice_debugfs_fwlog_init()
634 debugfs_create_file("log_size", 0600, pf->ice_debugfs_pf_fwlog, in ice_debugfs_fwlog_init()
637 debugfs_create_file("data", 0600, pf->ice_debugfs_pf_fwlog, in ice_debugfs_fwlog_init()
643 debugfs_remove_recursive(pf->ice_debugfs_pf_fwlog); in ice_debugfs_fwlog_init()
H A Dice.h577 struct dentry *ice_debugfs_pf_fwlog; member