Searched refs:fwlog (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/drivers/net/wireless/ti/wlcore/ |
D | sysfs.c | 112 memcpy(buffer, wl->fwlog, len); in wl1271_sysfs_read_fwlog() 115 memmove(wl->fwlog, wl->fwlog + len, wl->fwlog_size); in wl1271_sysfs_read_fwlog()
|
D | main.c | 309 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf() 310 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_HOST; in wlcore_adjust_conf() 312 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf() 313 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS; in wlcore_adjust_conf() 315 wl->conf.fwlog.mem_blocks = 0; in wlcore_adjust_conf() 316 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE; in wlcore_adjust_conf() 891 memcpy(wl->fwlog + wl->fwlog_size, memblock, len); in wl12xx_copy_fwlog() 916 wl->conf.fwlog.output != WL12XX_FWLOG_OUTPUT_DBG_PINS) in wl12xx_read_fwlog_panic() 1015 if (wl->conf.fwlog.output == WL12XX_FWLOG_OUTPUT_HOST) in wl1271_recovery_work() 6472 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL); in wlcore_alloc_hw() [all …]
|
D | cmd.c | 1788 cmd->logger_mode = wl->conf.fwlog.mode; in wl12xx_cmd_config_fwlog() 1789 cmd->log_severity = wl->conf.fwlog.severity; in wl12xx_cmd_config_fwlog() 1790 cmd->timestamp = wl->conf.fwlog.timestamp; in wl12xx_cmd_config_fwlog() 1791 cmd->output = wl->conf.fwlog.output; in wl12xx_cmd_config_fwlog() 1792 cmd->threshold = wl->conf.fwlog.threshold; in wl12xx_cmd_config_fwlog()
|
D | debugfs.c | 1212 wl->conf.fwlog.output); in fw_logger_read() 1234 if (wl->conf.fwlog.output == 0) { in fw_logger_write() 1246 wl->conf.fwlog.output = value; in fw_logger_write()
|
D | conf.h | 1144 struct conf_fwlog fwlog; member
|
D | wlcore.h | 293 u8 *fwlog; member
|
D | acx.c | 982 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks; in wl12xx_acx_mem_cfg()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/ |
D | ice.rst | 915 the 'fwlog' file will not get created in the ice debugfs directory. 921 The modules will be instantiated under the 'fwlog/modules' directory. 926 # echo <log_level> > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/<module> 984 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link 988 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link 989 # echo warning > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/ctrl 990 # echo none > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/dcb 994 # echo normal > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/all 998 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/general 1002 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/all [all …]
|
/linux-6.12.1/drivers/net/ethernet/intel/ice/ |
D | ice_main.c | 1257 struct ice_fwlog_data *fwlog; in ice_get_fwlog_data() local 1260 fwlog = &hw->fwlog_ring.rings[hw->fwlog_ring.tail]; in ice_get_fwlog_data() 1262 memset(fwlog->data, 0, PAGE_SIZE); in ice_get_fwlog_data() 1263 fwlog->data_size = le16_to_cpu(event->desc.datalen); in ice_get_fwlog_data() 1265 memcpy(fwlog->data, event->msg_buf, fwlog->data_size); in ice_get_fwlog_data()
|
/linux-6.12.1/drivers/net/wireless/ti/wl12xx/ |
D | main.c | 322 .fwlog = {
|
/linux-6.12.1/drivers/net/wireless/ti/wl18xx/ |
D | main.c | 460 .fwlog = {
|