Lines Matching defs:bfa_plog_rec_s
31 struct bfa_plog_rec_s { struct
32 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 {
47 } log_entry;