Home
last modified time | relevance | path

Searched defs:fm_info (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/enic/base/
H A Dvnic_flowman.h376 struct fm_info { struct
377 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 */
/f-stack/dpdk/drivers/net/dpaa/
H A Ddpaa_flow.c47 static struct dpaa_fm_info fm_info; variable