Lines Matching refs:S
1748 #define S(s, v) S3("s", s, v) in sge_qinfo_show() macro
1757 S("QType:", "Ethernet"); in sge_qinfo_show()
1758 S("Interface:", in sge_qinfo_show()
1815 #undef S in sge_qinfo_show()
1901 #define S(s, v) S3("s", s, v) in sge_qstats_show() macro
1914 S("QType:", "Ethernet"); in sge_qstats_show()
1915 S("Interface:", in sge_qstats_show()
1959 #undef S in sge_qstats_show()
2034 #define S(desc, fmt, var) \ in resources_show() macro
2038 S("Virtual Interfaces", "%d", nvi); in resources_show()
2039 S("Egress Queues", "%d", neq); in resources_show()
2040 S("Ethernet Control", "%d", nethctrl); in resources_show()
2041 S("Ingress Queues/w Free Lists/Interrupts", "%d", niqflint); in resources_show()
2042 S("Ingress Queues", "%d", niq); in resources_show()
2043 S("Traffic Class", "%d", tc); in resources_show()
2044 S("Port Access Rights Mask", "%#x", pmask); in resources_show()
2045 S("MAC Address Filters", "%d", nexactf); in resources_show()
2046 S("Firmware Command Read Capabilities", "%#x", r_caps); in resources_show()
2047 S("Firmware Command Write/Execute Capabilities", "%#x", wx_caps); in resources_show()
2049 #undef S in resources_show()