Home
last modified time | relevance | path

Searched refs:fdb_tx (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c4545 uint32_t fdb_tx, in flow_sample_split_prep() argument
4568 if (!fdb_tx) { in flow_sample_split_prep()
4620 if (!fdb_tx) { in flow_sample_split_prep()
5029 uint32_t fdb_tx = 0; in flow_create_split_sample() local
5054 fdb_tx = (attr->transfer && priv->representor_id != -1); in flow_create_split_sample()
5055 if (!fdb_tx) in flow_create_split_sample()
5059 tag_id = flow_sample_split_prep(dev, fdb_tx, sfx_items, in flow_create_split_sample()
5064 if (tag_id < 0 || (!fdb_tx && !tag_id)) { in flow_create_split_sample()