Searched defs:bfa_plog_rec_s (Results 1 – 1 of 1) sorted by relevance
31 struct bfa_plog_rec_s { struct32 u64 tv; /* timestamp */33 u8 port; /* Source port that logged this entry */34 u8 mid; /* module id */35 u8 eid; /* indicates Rx, Tx, IOCTL, etc. bfa_plog_eid */36 u8 log_type; /* string/integer log, bfa_plog_log_type_t */37 u8 log_num_ints;42 u8 rsvd;43 u16 misc; /* can be used to indicate fc frame length */44 union {[all …]