Go to the documentation of this file.
17 #ifndef __BFA_PORTLOG_H__
18 #define __BFA_PORTLOG_H__
23 #define BFA_PL_NLOG_ENTS 256
24 #define BFA_PL_LOG_REC_INCR(_x) ((_x)++, (_x) %= BFA_PL_NLOG_ENTS)
26 #define BFA_PL_STRING_LOG_SZ 32
27 #define BFA_PL_INT_LOG_SZ 8
79 #define BFA_PL_MID_STRLEN 8
122 #define BFA_PL_ENAME_STRLEN 8
127 #define BFA_PL_SIG_LEN 8
128 #define BFA_PL_SIG_STR "12pl123"
148 u32 *intarr,
u32 num_ints);