| /f-stack/dpdk/drivers/net/octeontx2/ |
| H A D | otx2_flow.c | 683 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 D | otx2_flow_parse.c | 678 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 D | otx2_flow_utils.c | 162 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 D | otx2_mcast.c | 45 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 D | otx2_vlan.c | 915 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 D | otx2_flow.h | 204 struct otx2_npc_flow_info *npc; member
|
| /f-stack/dpdk/drivers/common/octeontx2/ |
| H A D | otx2_common.h | 119 #define otx2_npc_dbg(fmt, ...) otx2_dbg(npc, fmt, ##__VA_ARGS__)
|
| /f-stack/freebsd/contrib/device-tree/Bindings/powerpc/fsl/ |
| H A D | dcsr.txt | 114 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 D | b4420si-post.dtsi | 46 dcsr-npc {
|
| H A D | p3041si-post.dtsi | 206 dcsr-npc { 207 compatible = "fsl,dcsr-npc";
|
| H A D | p2041si-post.dtsi | 179 dcsr-npc { 180 compatible = "fsl,dcsr-npc";
|
| H A D | p5040si-post.dtsi | 153 dcsr-npc { 154 compatible = "fsl,dcsr-npc";
|
| H A D | p5020si-post.dtsi | 208 dcsr-npc { 209 compatible = "fsl,dcsr-npc";
|
| H A D | p4080si-post.dtsi | 180 dcsr-npc { 181 compatible = "fsl,dcsr-npc";
|
| H A D | b4860si-post.dtsi | 67 dcsr-npc {
|
| H A D | b4si-post.dtsi | 98 dcsr-npc {
|
| H A D | t1023si-post.dtsi | 149 dcsr-npc {
|
| H A D | t1040si-post.dtsi | 175 dcsr-npc {
|
| H A D | t2081si-post.dtsi | 179 dcsr-npc {
|
| H A D | t4240si-post.dtsi | 195 dcsr-npc {
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 70 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 D | lvm.c | 73 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 D | octeontx2.rst | 302 |-- npc 463 cat /sys/kernel/debug/octeontx2/npc/mcam_info
|
| /f-stack/freebsd/mips/mips/ |
| H A D | pmap.c | 2827 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 D | pmap.c | 5182 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()
|