Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_impl.h1118 #define BGE_DDB(command) do { \ macro
1123 #define BGE_DDB(command) do { \ macro
1135 #define BGE_XDB(b, w, f, args) BGE_DDB(if ((b) & (w)) f args)
1170 #define BGE_BRKPT(bgep, s) BGE_DDB(bge_dbg_enter(bgep, s))
1171 #define BGE_MARK(bgep) BGE_DDB(bge_led_mark(bgep))
1172 #define BGE_PCICHK(bgep) BGE_DDB(bge_pci_check(bgep))
1173 #define BGE_PKTDUMP(args) BGE_DDB(bge_pkt_dump args)
1174 #define BGE_REPORT(args) BGE_DDB(bge_log args)