Searched defs:DBG_CMD (Results 1 – 4 of 4) sorted by relevance
344 #define DBG_CMD 0x0100 /* Port command issuing */ macro
86 #define DBG_CMD 0x40000000 macro
57 #define DBG_CMD 0x0080 macro
737 #define DBG_CMD(CMD) do { if (ibmvfc_debug) CMD; } while (0) macro