Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/regex/mlx5/
H A Dmlx5_rxp.c442 uint8_t db_free = MLX5_RXP_DB_NOT_ASSIGNED; in mlnx_update_database()
443 uint8_t eng_assigned = MLX5_RXP_DB_NOT_ASSIGNED; in mlnx_update_database()
459 (eng_assigned != MLX5_RXP_DB_NOT_ASSIGNED)) in mlnx_update_database()
469 if (eng_assigned != MLX5_RXP_DB_NOT_ASSIGNED) { in mlnx_update_database()
472 MLX5_RXP_DB_NOT_ASSIGNED; in mlnx_update_database()
482 if (db_free == MLX5_RXP_DB_NOT_ASSIGNED) in mlnx_update_database()
915 priv->db[i].db_assigned_to_eng_num = MLX5_RXP_DB_NOT_ASSIGNED; in rxp_db_setup()
H A Dmlx5_rxp.h130 #define MLX5_RXP_DB_NOT_ASSIGNED 0xFF macro