Home
last modified time | relevance | path

Searched refs:npc (Results 1 – 25 of 28) sorted by relevance

12

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow.c683 npc->vtag_actions--; in otx2_flow_destroy()
885 p = &npc->prx_dxcfg; in flow_process_mkex_cfg()
983 npc->mcam_entries = NPC_MCAM_TOT_ENTRIES >> npc->keyw[NPC_MCAM_RX]; in otx2_flow_init()
994 npc->flow_entry_info = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1003 npc->free_entries = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1012 npc->free_entries_rev = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1021 npc->live_entries = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1030 npc->live_entries_rev = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1039 npc->flow_list = rte_zmalloc(NULL, npc->flow_max_priority in otx2_flow_init()
1094 if (npc->flow_list) in otx2_flow_init()
[all …]
H A Dotx2_flow_parse.c678 if (pst->npc->switch_header_type == OTX2_PRIV_FLAGS_HIGIG) { in otx2_flow_parse_la()
683 if (pst->npc->switch_header_type == OTX2_PRIV_FLAGS_HIGIG) { in otx2_flow_parse_la()
811 struct otx2_npc_flow_info *npc = &hw->npc_flow; in otx2_flow_parse_actions() local
846 rte_atomic32_inc(&npc->mark_actions); in otx2_flow_parse_actions()
852 rte_atomic32_inc(&npc->mark_actions); in otx2_flow_parse_actions()
1034 npc->vtag_actions++; in otx2_flow_parse_actions()
1080 if (rte_atomic32_read(&npc->mark_actions) == 1) { in otx2_flow_parse_actions()
1086 if (npc->vtag_actions == 1) { in otx2_flow_parse_actions()
H A Dotx2_flow_utils.c162 xinfo = pst->npc->prx_dxcfg[intf][lid][lt].xtract; in otx2_flow_get_hw_supp_mask()
174 lf_cfg = pst->npc->prx_lfcfg[i].i; in otx2_flow_get_hw_supp_mask()
177 lfinfo = pst->npc->prx_fxcfg[intf] in otx2_flow_get_hw_supp_mask()
286 xinfo = &pst->npc->prx_dxcfg[intf][lid][lt]; in otx2_flow_update_parse_state()
306 lf_cfg = pst->npc->prx_lfcfg[i].i; in otx2_flow_update_parse_state()
309 lfinfo = pst->npc->prx_fxcfg[intf] in otx2_flow_update_parse_state()
H A Dotx2_mcast.c45 struct otx2_npc_flow_info *npc = &dev->npc_flow; in nix_hw_update_mc_addr_list() local
57 ld_cfg = &npc->prx_dxcfg; in nix_hw_update_mc_addr_list()
H A Dotx2_vlan.c915 struct otx2_npc_flow_info *npc = &dev->npc_flow; in nix_vlan_get_mkex_info() local
921 if (npc == NULL) { in nix_vlan_get_mkex_info()
930 rx_keyx = npc->keyx_supp_nmask[NPC_MCAM_RX]; in nix_vlan_get_mkex_info()
941 p = &npc->prx_dxcfg; in nix_vlan_get_mkex_info()
H A Dotx2_flow.h204 struct otx2_npc_flow_info *npc; member
/f-stack/dpdk/drivers/common/octeontx2/
H A Dotx2_common.h119 #define otx2_npc_dbg(fmt, ...) otx2_dbg(npc, fmt, ##__VA_ARGS__)
/f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/
H A Ddcsr.txt114 Definition: Must include "fsl,dcsr-npc"
136 dcsr-npc {
137 compatible = "fsl,dcsr-npc";
/f-stack/freebsd/contrib/device-tree/src/powerpc/fsl/
H A Db4420si-post.dtsi46 dcsr-npc {
H A Dp3041si-post.dtsi206 dcsr-npc {
207 compatible = "fsl,dcsr-npc";
H A Dp2041si-post.dtsi179 dcsr-npc {
180 compatible = "fsl,dcsr-npc";
H A Dp5040si-post.dtsi153 dcsr-npc {
154 compatible = "fsl,dcsr-npc";
H A Dp5020si-post.dtsi208 dcsr-npc {
209 compatible = "fsl,dcsr-npc";
H A Dp4080si-post.dtsi180 dcsr-npc {
181 compatible = "fsl,dcsr-npc";
H A Db4860si-post.dtsi67 dcsr-npc {
H A Db4si-post.dtsi98 dcsr-npc {
H A Dt1023si-post.dtsi149 dcsr-npc {
H A Dt1040si-post.dtsi175 dcsr-npc {
H A Dt2081si-post.dtsi179 dcsr-npc {
H A Dt4240si-post.dtsi195 dcsr-npc {
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c70 int npc = pcRel(pc, p); in traceexec() local
71 int newline = getline(p, npc); in traceexec()
74 if (npc == 0 || pc <= oldpc || newline != getline(p, pcRel(oldpc, p))) in traceexec()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c73 int npc = pcRel(ci->u.l.savedpc, p); in traceexec() local
74 int newline = getfuncline(p, npc); in traceexec()
75 if (npc == 0 || /* call linehook when enter a new function, */ in traceexec()
/f-stack/dpdk/doc/guides/platform/
H A Docteontx2.rst302 |-- npc
463 cat /sys/kernel/debug/octeontx2/npc/mcam_info
/f-stack/freebsd/mips/mips/
H A Dpmap.c2827 struct pv_chunk *pc, *npc; in pmap_remove_pages() local
2837 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) { in pmap_remove_pages()
/f-stack/freebsd/amd64/amd64/
H A Dpmap.c5182 struct pv_chunk *pc, *npc; in free_pv_chunk_batch() local
5197 TAILQ_FOREACH_SAFE(pc, &batch[i], pc_list, npc) { in free_pv_chunk_batch()
8005 struct pv_chunk *pc, *npc; in pmap_remove_pages() local
8041 TAILQ_FOREACH_SAFE(pc, &pmap->pm_pvchunk, pc_list, npc) { in pmap_remove_pages()

12