H A D | ixgbe.h | 86 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument 91 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument 92 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument 93 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument 94 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B, argument 95 DEBUGOUT6(S,A,B,C,D,E,F) global() argument 96 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument 98 ERROR_REPORT2(S,A,B) global() argument 99 ERROR_REPORT3(S,A,B,C) global() argument 103 DEBUGOUT2(S,A,B) global() argument 104 DEBUGOUT3(S,A,B,C) global() argument 105 DEBUGOUT4(S,A,B,C,D) global() argument 106 DEBUGOUT5(S,A,B,C,D,E) global() argument 107 DEBUGOUT6(S,A,B,C,D,E,F) global() argument 108 DEBUGOUT7(S,A,B,C,D,E,F,G) global() argument 111 ERROR_REPORT2(S,A,B) global() argument 112 ERROR_REPORT3(S,A,B,C) global() argument [all...] |