Searched defs:DBG_CMD (Results 1 – 3 of 3) sorted by relevance
340 #define DBG_CMD 0x0100 /* Port command issuing */ macro
81 #define DBG_CMD 0x40000000 macro
901 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro