H A D | i40e_osdep.h | 36 #define DEBUGOUT5(S, A, B, C, D, E) \ argument 37 i40e_debug(NULL, 0, S, A, B, C, D, E) 38 #define DEBUGOUT6(S, A, B, C, D, E, F) \ argument 39 i40e_debug(NULL, 0, S, A, B, C, D, E, F) 40 #define DEBUGOUT7(S, A, B, C, D, E, F, G) \ argument 41 i40e_debug(NULL, 0, S, A, B, C, D, E, F, G)
|