Searched defs:fm_info (Results 1 – 2 of 2) sorted by relevance
376 struct fm_info { struct377 uint64_t fm_op_mask; /* Bitmask of action supported ops */378 uint64_t fm_current_ts; /* Current VIC timestamp */379 uint64_t fm_clock_freq; /* Timestamp clock frequency */380 uint16_t fm_max_ops; /* Max ops in an action */381 uint8_t fm_stages; /* Number of match-action stages */382 uint8_t pad[5];383 uint32_t fm_counter_count; /* Number of allocated counters */
47 static struct dpaa_fm_info fm_info; variable