Searched refs:fwlog (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | sysfs.c | 103 /* Check if the fwlog is still valid */ in wl1271_sysfs_read_fwlog() 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() 123 .attr = { .name = "fwlog", .mode = 0400 }, 148 wl1271_error("failed to create sysfs file fwlog"); in wlcore_sysfs_init()
|
H A D | main.c | 310 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf() 311 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_HOST; in wlcore_adjust_conf() 313 wl->conf.fwlog.mode = WL12XX_FWLOG_CONTINUOUS; in wlcore_adjust_conf() 314 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_DBG_PINS; in wlcore_adjust_conf() 316 wl->conf.fwlog.mem_blocks = 0; in wlcore_adjust_conf() 317 wl->conf.fwlog.output = WL12XX_FWLOG_OUTPUT_NONE; in wlcore_adjust_conf() 319 wl1271_error("Unknown fwlog parameter %s", fwlog_param); in wlcore_adjust_conf() 891 /* Fill the FW log file, consumed by the sysfs fwlog entry */ in wl12xx_copy_fwlog() 892 memcpy(wl->fwlog + wl->fwlog_size, memblock, len); in wl12xx_copy_fwlog() 910 * Do not send a stop fwlog comman in wl12xx_read_fwlog_panic() [all...] |
H A 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()
|
H A 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()
|
H A D | conf.h | 1144 struct conf_fwlog fwlog; member
|
H A D | wlcore.h | 293 u8 *fwlog; member
|
H A D | acx.c | 982 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks; in wl12xx_acx_mem_cfg()
|
/linux/Documentation/networking/device_drivers/ethernet/intel/ |
H A D | ice.rst | 959 the 'fwlog' file will not get created in the ice debugfs directory. 965 The modules will be instantiated under the 'fwlog/modules' directory. 970 # echo <log_level> > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/<module> 1028 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link 1032 # echo verbose > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/link 1033 # echo warning > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/ctrl 1034 # echo none > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/dcb 1038 # echo normal > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/all 1042 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/general 1046 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/module [all...] |
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_main.c | 1261 struct ice_fwlog_data *fwlog; in ice_get_fwlog_data() local 1264 fwlog = &hw->fwlog_ring.rings[hw->fwlog_ring.tail]; in ice_get_fwlog_data() 1266 memset(fwlog->data, 0, PAGE_SIZE); in ice_get_fwlog_data() 1267 fwlog->data_size = le16_to_cpu(event->desc.datalen); in ice_get_fwlog_data() 1269 memcpy(fwlog->data, event->msg_buf, fwlog->data_size); in ice_get_fwlog_data()
|
/linux/drivers/net/wireless/ti/wl12xx/ |
H A D | main.c | 322 .fwlog = {
|
/linux/drivers/net/wireless/ti/wl18xx/ |
H A D | main.c | 460 .fwlog = {
|