Home
last modified time | relevance | path

Searched refs:hit (Results 1 – 25 of 42) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/auxdisplay/
H A Dhit,hd44780.yaml4 $id: http://devicetree.org/schemas/auxdisplay/hit,hd44780.yaml#
19 const: hit,hd44780
85 compatible = "hit,hd44780";
/f-stack/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_core.h763 bool hit; member
1045 uint8_t hit; member
1133 uint8_t hit; member
1354 uint8_t hit; member
1429 uint8_t hit; member
H A Dtf_shadow_identifier.c135 *parms->hit = 1; in tf_shadow_ident_search()
140 *parms->hit = 0; in tf_shadow_ident_search()
H A Dtf_shadow_identifier.h99 bool *hit; member
H A Dtf_identifier.h95 bool *hit; member
H A Dtf_identifier.c321 sparms.hit = parms->hit; in tf_ident_search()
H A Dtf_tcam.h133 uint8_t hit; member
H A Dtf_tbl.h157 uint8_t hit; member
H A Dtf_shadow_tbl.c544 sparms->hit = 0; in tf_shadow_tbl_search()
610 sparms->hit = 1; in tf_shadow_tbl_search()
630 sparms->hit = 0; in tf_shadow_tbl_search()
H A Dtf_core.c584 sparms.hit = &parms->hit; in tf_search_identifier()
663 parms->hit = sparms.hit; in tf_search_tcam_entry()
1001 parms->hit = sparms.hit; in tf_search_tbl_entry()
H A Dtf_shadow_tcam.c562 sparms->hit = 0; in tf_shadow_tcam_search()
640 sparms->hit = 1; in tf_shadow_tcam_search()
672 sparms->hit = 0; in tf_shadow_tcam_search()
/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c593 int *hit) in table_lookup_unoptimized() argument
621 *hit = 1; in table_lookup_unoptimized()
625 *hit = 0; in table_lookup_unoptimized()
690 int *hit) in table_lookup() argument
766 *hit = lkp_hit; in table_lookup()
776 hit); in table_lookup()
H A Drte_swx_table.h250 int *hit);
/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_mapper.c1537 uint32_t hit = 0; in ulp_mapper_tcam_tbl_process() local
1642 hit = aparms.hit; in ulp_mapper_tcam_tbl_process()
1670 hit = searchparms.hit; in ulp_mapper_tcam_tbl_process()
1674 if (!hit) in ulp_mapper_tcam_tbl_process()
1924 uint32_t i, num_flds, index, hit; in ulp_mapper_index_tbl_process() local
2025 hit = 0; in ulp_mapper_index_tbl_process()
2049 hit = srchparms.hit; in ulp_mapper_index_tbl_process()
2090 if (!tbl->srch_b4_alloc || !hit) { in ulp_mapper_index_tbl_process()
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_age.c503 uint8_t hit; in mlx5_aso_age_action_update() local
511 hit = (u8addr[byte] >> offset) & 0x1; in mlx5_aso_age_action_update()
512 if (hit) { in mlx5_aso_age_action_update()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst38 one of the table entries (on lookup hit) or the default table entry (on lookup miss)
239 …| | | lookup operation for each packet: a set bit signifies lookup hit for the c…
242 …| | | For each lookup hit packet, the lookup operation also returns a pointer to…
243 …| | | entry that was hit, which contains the actions to be applied on the packet…
414 …ation maintains the order in which the keys in the same bucket are hit, so every time a key is hit,
680 …| | | Report input key as lookup hit only when both …
687 …| | | (the current key becomes the new MRU) only on lookup hit. …
690 …| | | branches, this is done on both lookup hit and miss). …
925 …| | | #. Report input key as lookup hit only when a match is identifi…
929 …| | | (the current key becomes the new MRU) only on lookup hit. …
[all …]
H A Dhash_lib.rst39 …rovided as input. If an entry with the specified key is found in the hash table (i.e., lookup hit),
297 …If the returned position is valid (flow lookup hit), use the returned position to access the flow …
/f-stack/freebsd/kern/
H A Dvfs_cache.c95 SDT_PROBE_DEFINE2(vfs, namecache, fullpath_smr, hit, "struct vnode *",
100 SDT_PROBE_DEFINE3(vfs, namecache, fullpath, hit, "struct vnode *",
111 SDT_PROBE_DEFINE2(vfs, namecache, removecnp, hit, "struct vnode *",
1652 SDT_PROBE2(vfs, namecache, removecnp, hit, dvp, cnp); in cache_remove_cnp()
1681 SDT_PROBE2(vfs, namecache, removecnp, hit, dvp, cnp); in cache_remove_cnp()
1698 SDT_PROBE3(vfs, namecache, lookup, hit, dvp, ".", *vpp); in cache_lookup_dot()
1761 SDT_PROBE3(vfs, namecache, lookup, hit, dvp, "..", *vpp); in cache_lookup_dotdot()
1886 SDT_PROBE3(vfs, namecache, lookup, hit, dvp, ncp->nc_name, *vpp); in cache_lookup_fallback()
1983 SDT_PROBE3(vfs, namecache, lookup, hit, dvp, ncp->nc_name, *vpp); in cache_lookup()
3059 SDT_PROBE3(vfs, namecache, fullpath, hit, ncp->nc_dvp, in vn_vptocnp()
[all …]
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dtest_pipeline.rst21 are hit by the input packets and feeds it to core C through another set of software queues.
229 the same input traffic can be used to hit all table entries with uniform distribution,
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dkirkwood-netgear_readynas_nv+_v2.dts117 compatible = "hit,hd44780";
H A Darmada-370-netgear-rn104.dts147 compatible = "hit,hd44780";
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_swx_pipeline.c637 int hit; /* 0 = Miss, 1 = Hit. */ member
3066 int done, hit; in instr_table_exec() local
3074 &hit); in instr_table_exec()
3085 action_id = hit ? action_id : ts->default_action_id; in instr_table_exec()
3086 action_data = hit ? action_data : ts->default_action_data; in instr_table_exec()
3091 hit ? "hit" : "miss", in instr_table_exec()
3096 t->hit = hit; in instr_table_exec()
5043 t->ip = ip_next[t->hit]; in instr_jmp_hit_exec()
5055 t->ip = ip_next[t->hit]; in instr_jmp_miss_exec()
6722 int *hit) in table_stub_lkp() argument
[all …]
/f-stack/dpdk/doc/guides/nics/
H A Dvmxnet3.rst149 … a destination MAC address needs to be written in packets to hit the other VM's VMXNET3 interface.
/f-stack/freebsd/contrib/device-tree/Bindings/display/panel/
H A Dpanel-simple.yaml141 - hit,tx23d38vm0caa
/f-stack/app/redis-5.0.5/deps/linenoise/
H A DREADME.markdown15 …of retyping almost the same stuff again and again it's just much better to hit the up arrow and ed…

12