Home
last modified time | relevance | path

Searched refs:relay_fwlog (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Ddebugfs.c409 if (!dev->relay_fwlog) in mt7996_fw_debug_bin_set()
410 dev->relay_fwlog = relay_open("fwlog_data", dev->debugfs_dir, in mt7996_fw_debug_bin_set()
412 if (!dev->relay_fwlog) in mt7996_fw_debug_bin_set()
417 relay_reset(dev->relay_fwlog); in mt7996_fw_debug_bin_set()
838 dest = relay_reserve(dev->relay_fwlog, hdrlen + len + 4); in mt7996_debugfs_write_fwlog()
849 relay_flush(dev->relay_fwlog); in mt7996_debugfs_write_fwlog()
870 if (!dev->relay_fwlog) in mt7996_debugfs_rx_fw_monitor()
884 if (dev->relay_fwlog) in mt7996_debugfs_rx_log()
H A Dmt7996.h238 struct rchan *relay_fwlog; member
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Ddebugfs.c617 if (!dev->relay_fwlog) in mt7915_fw_debug_bin_set()
618 dev->relay_fwlog = relay_open("fwlog_data", dev->debugfs_dir, in mt7915_fw_debug_bin_set()
620 if (!dev->relay_fwlog) in mt7915_fw_debug_bin_set()
625 relay_reset(dev->relay_fwlog); in mt7915_fw_debug_bin_set()
1264 dest = relay_reserve(dev->relay_fwlog, hdrlen + len + 4); in mt7915_debugfs_write_fwlog()
1275 relay_flush(dev->relay_fwlog); in mt7915_debugfs_write_fwlog()
1292 if (!dev->relay_fwlog) in mt7915_debugfs_rx_fw_monitor()
1305 if (dev->relay_fwlog) in mt7915_debugfs_rx_log()
H A Dmt7915.h301 struct rchan *relay_fwlog; member