Lines Matching refs:S
31 #define DEBUGOUT(S) i40e_debug(NULL, 0, S) argument
32 #define DEBUGOUT1(S, A) i40e_debug(NULL, 0, S, A) argument
33 #define DEBUGOUT2(S, A, B) i40e_debug(NULL, 0, S, A, B) argument
34 #define DEBUGOUT3(S, A, B, C) i40e_debug(NULL, 0, S, A, B, C) argument
35 #define DEBUGOUT4(S, A, B, C, D) \ argument
36 i40e_debug(NULL, 0, S, A, B, C, D)
37 #define DEBUGOUT5(S, A, B, C, D, E) \ argument
38 i40e_debug(NULL, 0, S, A, B, C, D, E)
39 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument
40 i40e_debug(NULL, 0, S, A, B, C, D, E, F)
41 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument
42 i40e_debug(NULL, 0, S, A, B, C, D, E, F, G)