Lines Matching refs:S
1628 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro
1637 S("QType:", "Ethernet"); in sge_qinfo_show()
1638 S("Interface:", in sge_qinfo_show()
1695 #undef S in sge_qinfo_show()
1781 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro
1794 S("QType:", "Ethernet"); in sge_qstats_show()
1795 S("Interface:", in sge_qstats_show()
1839 #undef S in sge_qstats_show()
1914 #define S(desc, fmt, var) \ in resources_show() macro
1918 S("Virtual Interfaces", "%d", nvi); in resources_show()
1919 S("Egress Queues", "%d", neq); in resources_show()
1920 S("Ethernet Control", "%d", nethctrl); in resources_show()
1921 S("Ingress Queues/w Free Lists/Interrupts", "%d", niqflint); in resources_show()
1922 S("Ingress Queues", "%d", niq); in resources_show()
1923 S("Traffic Class", "%d", tc); in resources_show()
1924 S("Port Access Rights Mask", "%#x", pmask); in resources_show()
1925 S("MAC Address Filters", "%d", nexactf); in resources_show()
1926 S("Firmware Command Read Capabilities", "%#x", r_caps); in resources_show()
1927 S("Firmware Command Write/Execute Capabilities", "%#x", wx_caps); in resources_show()
1929 #undef S in resources_show()