Searched defs:npc (Results 1 – 9 of 9) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc.c | 11 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_vtag_actions_get() local 19 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_vtag_actions_sub_return() local 28 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_free_counter() local 37 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_read_counter() local 45 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_clear_counter() local 53 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_free_entry() local 61 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_free_all_resources() local 71 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_alloc_entries() local 80 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_enable_all_entries() local 90 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_mcam_alloc_entry() local [all …]
|
| H A D | roc_npc_mcam.c | 8 npc_mcam_alloc_counter(struct npc *npc, uint16_t *ctr) in npc_mcam_alloc_counter() 27 npc_mcam_free_counter(struct npc *npc, uint16_t ctr_id) in npc_mcam_free_counter() 60 npc_mcam_clear_counter(struct npc *npc, uint32_t ctr_id) in npc_mcam_clear_counter() 74 npc_mcam_free_entry(struct npc *npc, uint32_t entry) in npc_mcam_free_entry() 88 npc_mcam_free_all_entries(struct npc *npc) in npc_mcam_free_all_entries() 119 npc_lid_lt_in_kex(struct npc *npc, uint8_t lid, uint8_t lt) in npc_lid_lt_in_kex() 228 npc_get_kex_capability(struct npc *npc) in npc_get_kex_capability() 352 npc_mcam_alloc_entry(struct npc *npc, struct roc_npc_flow *mcam, in npc_mcam_alloc_entry() 478 npc_mcam_fetch_kex_cfg(struct npc *npc) in npc_mcam_fetch_kex_cfg() 806 npc_flow_enable_all_entries(struct npc *npc, bool enable) in npc_flow_enable_all_entries() [all …]
|
| H A D | roc_npc_priv.h | 176 struct npc *npc; member 368 struct npc { struct 386 npc_dxcfg_t prx_dxcfg; /* intf, lid, lt, extract */ argument 387 npc_fxcfg_t prx_fxcfg; /* Flag extract */ argument 388 npc_ld_flags_t prx_lfcfg; /* KEX LD_Flags CFG */ argument 389 struct npc_flow_list *flow_list; argument 390 struct npc_prio_flow_list_head *prio_flow_list; argument 394 static inline struct npc * argument 395 roc_npc_to_npc_priv(struct roc_npc *npc) in roc_npc_to_npc_priv()
|
| H A D | roc_npc_utils.c | 268 npc_initialise_mcam_entry(struct npc *npc, struct roc_npc_flow *flow, in npc_initialise_mcam_entry() 341 npc_slide_mcam_entries(struct mbox *mbox, struct npc *npc, int prio, in npc_slide_mcam_entries() 478 struct npc *npc, in npc_sort_mcams_by_user_prio_level() 539 npc_insert_into_flow_list(struct npc *npc, struct npc_prio_flow_entry *entry) in npc_insert_into_flow_list() 594 npc_find_mcam_ref_entry(struct roc_npc_flow *flow, struct npc *npc, int *prio, in npc_find_mcam_ref_entry() 631 struct npc *npc, in npc_alloc_mcam_by_ref_entry() 656 struct npc *npc) in npc_get_free_mcam_entry() 691 npc_delete_prio_list_entry(struct npc *npc, struct roc_npc_flow *flow) in npc_delete_prio_list_entry()
|
| H A D | roc_npc_mcam_dump.c | 295 npc_flow_print_item(FILE *file, struct npc *npc, struct npc_xtract_info *xinfo, in npc_flow_print_item() 320 npc_flow_dump_patterns(FILE *file, struct npc *npc, struct roc_npc_flow *flow) in npc_flow_dump_patterns() 588 struct npc *npc = roc_npc_to_npc_priv(roc_npc); in roc_npc_flow_mcam_dump() local
|
| /dpdk/drivers/net/cnxk/ |
| H A D | cnxk_flow.c | 290 struct roc_npc *npc = &dev->npc; in cnxk_flow_validate() local 325 struct roc_npc *npc = &dev->npc; in cnxk_flow_create() local 356 struct roc_npc *npc = &dev->npc; in cnxk_flow_destroy() local 370 struct roc_npc *npc = &dev->npc; in cnxk_flow_flush() local 390 struct roc_npc *npc = &dev->npc; in cnxk_flow_query() local 450 struct roc_npc *npc = &dev->npc; in cnxk_flow_dev_dump() local
|
| H A D | cn9k_flow.c | 16 struct roc_npc *npc = &dev->npc; in cn9k_flow_create() local 40 struct roc_npc *npc = &dev->npc; in cn9k_flow_destroy() local
|
| H A D | cn10k_flow.c | 134 struct roc_npc *npc = &dev->npc; in cn10k_flow_create() local 216 struct roc_npc *npc = &dev->npc; in cn10k_flow_destroy() local
|
| H A D | cnxk_ethdev.h | 345 struct roc_npc npc; member
|