Home
last modified time | relevance | path

Searched refs:seq_puts (Results 1 – 18 of 18) sorted by relevance

/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_debugfs.c16 seq_puts(file, "Length: "); in mt76x02_ampdu_stat_show()
19 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show()
20 seq_puts(file, "Count: "); in mt76x02_ampdu_stat_show()
24 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show()
25 seq_puts(file, "--------"); in mt76x02_ampdu_stat_show()
27 seq_puts(file, "-----------"); in mt76x02_ampdu_stat_show()
28 seq_puts(file, "\n"); in mt76x02_ampdu_stat_show()
58 seq_puts(file, "\n"); in mt76x02_dfs_stat_show()
H A Dmt792x_debugfs.c25 seq_puts(file, "\nPhy0\n"); in mt792x_ampdu_stat_read_phy()
31 seq_puts(file, "\nCount: "); in mt792x_ampdu_stat_read_phy()
34 seq_puts(file, "\n"); in mt792x_ampdu_stat_read_phy()
50 seq_puts(file, "Tx MSDU stat:\n"); in mt792x_tx_stats_show()
58 seq_puts(file, "\n"); in mt792x_tx_stats_show()
H A Ddebugfs.c59 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_queues_read()
79 seq_puts(s, " queue | hw-queued | head | tail |\n"); in mt76_rx_queues_read()
99 seq_puts(file, "\n"); in mt76_seq_puts_array()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7915/
H A Ddebugfs.c286 seq_puts(file, "Please enable muru_debug first.\n"); in mt7915_muru_stats_show()
297 seq_puts(file, "[Non-HE]\nDownlink\nData Type: "); in mt7915_muru_stats_show()
302 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show()
310 seq_puts(file, "\nDownlink MU-MIMO\nData Type: "); in mt7915_muru_stats_show()
315 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show()
338 seq_puts(file, "\n\n[HE]\nDownlink\nData Type: "); in mt7915_muru_stats_show()
343 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show()
347 seq_puts(file, "\nDownlink MU-MIMO\nData Type: "); in mt7915_muru_stats_show()
352 seq_puts(file, "\nTotal Count:"); in mt7915_muru_stats_show()
357 seq_puts(file, "\nDownlink OFDMA\nData Type: "); in mt7915_muru_stats_show()
[all …]
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Ddebugfs.c267 seq_puts(s, "not running\n"); in mt7996_rdd_monitor()
482 seq_puts(file, "\nCount: "); in mt7996_ampdu_stat_read_phy()
485 seq_puts(file, "\n"); in mt7996_ampdu_stat_read_phy()
499 seq_puts(s, "\nTx Beamformer applied PPDU counts: "); in mt7996_txbf_stat_read_phy()
506 seq_puts(s, "Tx Beamformer Rx feedback statistics: "); in mt7996_txbf_stat_read_phy()
535 seq_puts(s, "\n"); in mt7996_txbf_stat_read_phy()
558 seq_puts(file, "Tx MSDU statistics:\n"); in mt7996_tx_stats_show_phy()
566 seq_puts(file, "\n"); in mt7996_tx_stats_show_phy()
717 seq_puts(file, "PLE page info:\n"); in mt7996_hw_queues_show()
728 seq_puts(file, "PLE non-empty queue info:\n"); in mt7996_hw_queues_show()
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Ddebug.c291 seq_puts(m, "0x0 0x1 0x2 0x3 "); in rtw_debugfs_get_dump_cam()
292 seq_puts(m, "0x4 0x5\n"); in rtw_debugfs_get_dump_cam()
300 seq_puts(m, " "); in rtw_debugfs_get_dump_cam()
302 seq_puts(m, "\n"); in rtw_debugfs_get_dump_cam()
560 seq_puts(m, "\n"); in rtw_debug_get_mac_page()
579 seq_puts(m, "\n"); in rtw_debug_get_bb_page()
601 seq_puts(m, "\n"); in rtw_debugfs_get_rf_dump()
603 seq_puts(m, "\n"); in rtw_debugfs_get_rf_dump()
769 seq_puts(m, "[Tx Rate] = "); in rtw_debugfs_get_simple_phy_info()
773 seq_puts(m, "[Rx Rate] = "); in rtw_debugfs_get_simple_phy_info()
[all …]
H A Dcoex.c3972 seq_puts(m, "============[Under Manual Control]============\n"); in rtw_coex_display_coex_info()
3973 seq_puts(m, "==========================================\n"); in rtw_coex_display_coex_info()
3976 seq_puts(m, "============[Coex is STOPPED]============\n"); in rtw_coex_display_coex_info()
3977 seq_puts(m, "==========================================\n"); in rtw_coex_display_coex_info()
3980 seq_puts(m, "============[coex_freeze]============\n"); in rtw_coex_display_coex_info()
3981 seq_puts(m, "==========================================\n"); in rtw_coex_display_coex_info()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_super.c277 seq_puts(seq, "\\040"); in __zpl_show_devname()
305 seq_puts(seq, ",posixacl"); in __zpl_show_options()
308 seq_puts(seq, ",noacl"); in __zpl_show_options()
315 seq_puts(seq, ",casesensitive"); in __zpl_show_options()
318 seq_puts(seq, ",caseinsensitive"); in __zpl_show_options()
321 seq_puts(seq, ",casemixed"); in __zpl_show_options()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7603/
H A Ddebugfs.c86 seq_puts(file, "\nCount: "); in mt7603_ampdu_stat_show()
89 seq_puts(file, "\n"); in mt7603_ampdu_stat_show()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dseq_file.h93 void seq_puts(struct seq_file *m, const char *str);
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c380 seq_puts(seq, "fw_capa:\n"); in iwl_dbgfs_fw_info_seq_show()
399 seq_puts(seq, "fw_api_ver:\n"); in iwl_dbgfs_fw_info_seq_show()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Ddebugfs.c300 seq_puts(file, "\nCount: "); in mt7615_ampdu_stat_read_phy()
304 seq_puts(file, "\n"); in mt7615_ampdu_stat_read_phy()
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_seq_file.c140 seq_puts(struct seq_file *seq, const char *str) in seq_puts() function
/freebsd/sys/contrib/openzfs/module/os/linux/spl/
H A Dspl-kstat.c81 seq_puts(f, ksp->ks_raw_buf); in kstat_seq_show_headers()
245 seq_puts(f, ksp->ks_raw_buf); in kstat_seq_show()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7921/
H A Ddebugfs.c74 seq_puts(file, "\n"); in mt7921_seq_puts_array()
/freebsd/sys/contrib/dev/mediatek/mt76/mt7925/
H A Ddebugfs.c80 seq_puts(file, "\n"); in mt7925_seq_puts_array()
/freebsd/sys/contrib/dev/iwlwifi/pcie/gen1_2/
H A Dtrans.c2830 seq_puts(seq, "(unallocated)"); in iwl_dbgfs_tx_queue_seq_show()
2833 seq_puts(seq, " (HCMD)"); in iwl_dbgfs_tx_queue_seq_show()
2834 seq_puts(seq, "\n"); in iwl_dbgfs_tx_queue_seq_show()
/freebsd/sys/contrib/dev/broadcom/brcm80211/brcmfmac/
H A Dmsgbuf.c1527 seq_puts(seq, "Active flowrings:\n"); in brcmf_msgbuf_stats_read()