Lines Matching full:exact

492 	dev_dbg(rvu->dev, "%s: No space in 4 way exact way, weight=%u\n", __func__,  in rvu_npc_exact_alloc_mem_table_entry()
549 * @index: Index to exact CAM table.
563 dev_info(rvu->dev, "%s: No space in exact cam table, weight=%u\n", __func__, in rvu_npc_exact_alloc_cam_table_entry()
579 * rvu_exact_prepare_table_entry - Data for exact match table entry.
585 * Return: mdata for exact match table.
663 * rvu_exact_config_result_ctrl - Set exact table hash control
665 * @depth: Depth of Exact match table.
690 * rvu_exact_config_table_mask - Set exact table mask.
730 * rvu_npc_exact_has_match_table - Checks support for exact match.
732 * Return: True if exact match table is supported/enabled.
1180 * @enable_or_disable_cam: If no exact match rules against a drop rule, disable it.
1182 * when first exact match entry against a drop rule is added, enable_or_disable_cam
1183 * is set to true. When last exact match entry against a drop rule is deleted,
1312 * Creates a new exact match table entry in either CAM or
1334 dev_err(rvu->dev, "%s: Could not alloc in exact match table\n", __func__); in rvu_npc_exact_add_table_entry()
1351 dev_err(rvu->dev, "%s: could not add to exact match table\n", __func__); in rvu_npc_exact_add_table_entry()
1382 * rvu_npc_exact_update_table_entry - Update exact match table.
1668 * rvu_npc_exact_mac_addr_add - Adds MAC address to exact match table.
1799 * Return: True if exact match feature is supported.
1853 * rvu_npc_exact_init - initialize exact match table
1877 /* Read NPC_AF_CONST3 and check for have exact in rvu_npc_exact_init()
1886 /* Check exact match feature is supported */ in rvu_npc_exact_init()
1891 /* Check if kex profile has enabled EXACT match nibble */ in rvu_npc_exact_init()
1911 dev_dbg(rvu->dev, "%s: NPC exact match 4way_2k table(ways=%d, depth=%d)\n", in rvu_npc_exact_init()
1919 "%s: NPC exact match 4way_2k table depth(%d) is not square of 2\n", in rvu_npc_exact_init()
1954 * exact match table. in rvu_npc_exact_init()
2034 dev_info(rvu->dev, "initialized exact match table successfully\n"); in rvu_npc_exact_init()