Lines Matching full:cam
679 * ice_pg_cam_dump - dump an parse graph cam info
681 * @item: parse graph cam to dump
691 * ice_pg_nm_cam_dump - dump an parse graph no match cam info
693 * @item: parse graph no match cam to dump
714 * ice_pg_cam_action_init - parse 55 bits of Parse Graph CAM Action
715 * @action: pointer to the Parse Graph CAM Action structure
716 * @data: Parse Graph CAM Action data to be parsed
742 * ice_pg_nm_cam_key_init - parse 41 bits of Parse Graph NoMatch CAM Key
743 * @key: pointer to the Parse Graph NoMatch CAM Key structure
744 * @data: Parse Graph NoMatch CAM Key data to be parsed
779 * ice_pg_cam_key_init - parse 73 bits of Parse Graph CAM Key
780 * @key: pointer to the Parse Graph CAM Key structure
781 * @data: Parse Graph CAM Key data to be parsed
811 * ice_pg_cam_parse_item - parse 128 bits of Parse Graph CAM Entry
813 * @idx: index of Parse Graph CAM Entry
814 * @item: item of Parse Graph CAM Entry
815 * @data: Parse Graph CAM Entry data to be parsed
816 * @size: size of Parse Graph CAM Entry
840 * ice_pg_sp_cam_parse_item - parse 136 bits of Parse Graph Spill CAM Entry
842 * @idx: index of Parse Graph Spill CAM Entry
843 * @item: item of Parse Graph Spill CAM Entry
844 * @data: Parse Graph Spill CAM Entry data to be parsed
845 * @size: size of Parse Graph Spill CAM Entry
870 * ice_pg_nm_cam_parse_item - parse 96 bits of Parse Graph NoMatch CAM Entry
872 * @idx: index of Parse Graph NoMatch CAM Entry
873 * @item: item of Parse Graph NoMatch CAM Entry
874 * @data: Parse Graph NoMatch CAM Entry data to be parsed
875 * @size: size of Parse Graph NoMatch CAM Entry
902 * CAM Entry
904 * @idx: index of Parse Graph NoMatch Spill CAM Entry
905 * @item: item of Parse Graph NoMatch Spill CAM Entry
906 * @data: Parse Graph NoMatch Spill CAM Entry data to be parsed
907 * @size: size of Parse Graph NoMatch Spill CAM Entry
931 * ice_pg_cam_table_get - create a parse graph cam table
934 * Return: a pointer to the allocated Parse Graph CAM table.
945 * ice_pg_sp_cam_table_get - create a parse graph spill cam table
948 * Return: a pointer to the allocated Parse Graph Spill CAM table.
959 * ice_pg_nm_cam_table_get - create a parse graph no match cam table
962 * Return: a pointer to the allocated Parse Graph No Match CAM table.
973 * ice_pg_nm_sp_cam_table_get - create a parse graph no match spill cam table
976 * Return: a pointer to the allocated Parse Graph No Match Spill CAM table.
1001 * ice_pg_cam_match - search parse graph cam table by key
1002 * @table: parse graph cam table to search
1003 * @size: cam table size
1006 * Return: a pointer to the matching PG CAM item or NULL.
1024 * ice_pg_nm_cam_match - search parse graph no match cam table by key
1025 * @table: parse graph no match cam table to search
1026 * @size: cam table size
1029 * Return: a pointer to the matching PG No Match CAM item or NULL.