Home
last modified time | relevance | path

Searched refs:fwlog (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/drivers/net/wireless/ti/wlcore/
H A Dsysfs.c112 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()
H A Dmain.c309 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()
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()
6473 wl->fwlog = (u8 *)get_zeroed_page(GFP_KERNEL); in wlcore_alloc_hw()
6474 if (!wl->fwlog) { in wlcore_alloc_hw()
6498 free_page((unsigned long)wl->fwlog); in wlcore_alloc_hw()
6533 free_page((unsigned long)wl->fwlog); in wlcore_free_hw()
[all …]
H A Dcmd.c1788 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 Ddebugfs.c1212 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 Dconf.h1144 struct conf_fwlog fwlog; member
H A Dwlcore.h293 u8 *fwlog; member
H A Dacx.c982 mem_conf->fwlog_blocks = wl->conf.fwlog.mem_blocks; in wl12xx_acx_mem_cfg()
/linux-6.15/Documentation/networking/device_drivers/ethernet/intel/
H A Dice.rst946 the 'fwlog' file will not get created in the ice debugfs directory.
952 The modules will be instantiated under the 'fwlog/modules' directory.
1021 # echo none > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/dcb
1029 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/general
1033 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/modules/all
1043 # echo 1 > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/enable
1054 # cat /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/data > fwlog.bin
1058 # echo 0 > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/data
1067 'fwlog/nr_messages'. An example to set the value is::
1069 # echo 50 > /sys/kernel/debug/ice/0000\:18\:00.0/fwlog/nr_messages
[all …]
/linux-6.15/drivers/net/ethernet/intel/ice/
H A Dice_main.c1257 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.15/drivers/net/wireless/ti/wl12xx/
H A Dmain.c322 .fwlog = {
/linux-6.15/drivers/net/wireless/ti/wl18xx/
H A Dmain.c460 .fwlog = {