Home
last modified time | relevance | path

Searched refs:yesno (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2021 static const char *yesno(int x) in yesno() function
2042 seq_printf(seq, " Tnl4TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show()
2044 seq_printf(seq, " Tnl2TupEnIpv6: %3s\n", yesno(rssconf & in rss_config_show()
2046 seq_printf(seq, " Tnl4TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show()
2048 seq_printf(seq, " Tnl2TupEnIpv4: %3s\n", yesno(rssconf & in rss_config_show()
2050 seq_printf(seq, " TnlTcpSel: %3s\n", yesno(rssconf & TNLTCPSEL_F)); in rss_config_show()
2051 seq_printf(seq, " TnlIp6Sel: %3s\n", yesno(rssconf & TNLIP6SEL_F)); in rss_config_show()
2052 seq_printf(seq, " TnlVrtSel: %3s\n", yesno(rssconf & TNLVRTSEL_F)); in rss_config_show()
2053 seq_printf(seq, " TnlMapEn: %3s\n", yesno(rssconf & TNLMAPEN_F)); in rss_config_show()
2054 seq_printf(seq, " OfdHashSave: %3s\n", yesno(rssconf & in rss_config_show()
[all …]
/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-reg_print_func.txt70 REC->sprite, REC->cursor, yesno(REC->cxsr), REC->sr_plane,
71 REC->sr_cursor, REC->sr_fbc, yesno(REC->hpll), REC->hpll_plane,
72 REC->hpll_cursor, REC->hpll_fbc, yesno(REC->fbc)
78 static const char *yesno(int x)
104 "yesno",
111 Now, when the event parser encounters this yesno() function, it will know
115 if (tep_unregister_print_function(tep, yes_no_helper, "yesno") != 0) {
/linux-6.1.9/scripts/kconfig/
DMakefile171 checklist.o inputbox.o menubox.o textbox.o util.o yesno.o)
/linux-6.1.9/tools/power/pm-graph/
Dsleepgraph.py5588 def yesno(val): function
5643 yesno(power['async']), \
5644 yesno(power['control']), \
5645 yesno(power['runtime_status']), \
/linux-6.1.9/drivers/video/fbdev/sis/
Dinit301.c394 static void SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno);
9414 SiS_SendACK(struct SiS_Private *SiS_Pr, unsigned short yesno) in SiS_SendACK() argument
9417 if(yesno) { in SiS_SendACK()