Searched refs:ice_debugfs_pf_fwlog (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_debugfs.c | 607 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()
|
D | ice.h | 577 struct dentry *ice_debugfs_pf_fwlog; member
|