Home
last modified time | relevance | path

Searched defs:npc (Results 1 – 6 of 6) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_npc_mcam.c96 npc_mcam_free_all_entries(struct npc *npc) in npc_mcam_free_all_entries()
130 npc_lid_lt_in_kex(struct npc *npc, uint8_t lid, uint8_t lt) in npc_lid_lt_in_kex()
146 npc_construct_ldata_mask(struct npc *npc, struct plt_bitmap *bmap, uint8_t lid, uint8_t lt, in npc_construct_ldata_mask()
200 npc_is_kex_enabled(struct npc *npc, uint8_t lid, uint8_t lt, int offset, int len) in npc_is_kex_enabled()
238 npc_get_kex_capability(struct npc *npc) in npc_get_kex_capability()
351 npc_mcam_alloc_entry(struct npc *npc, struct roc_npc_flow *mcam, struct roc_npc_flow *ref_mcam, in npc_mcam_alloc_entry()
381 npc_mcam_ena_dis_entry(struct npc *npc, struct roc_npc_flow *mcam, bool enable) in npc_mcam_ena_dis_entry()
450 npc_mcam_process_mkex_cfg(struct npc *npc, struct npc_get_kex_cfg_rsp *kex_rsp) in npc_mcam_process_mkex_cfg()
500 npc_mcam_fetch_hw_cap(struct npc *npc, uint8_t *npc_hw_cap) in npc_mcam_fetch_hw_cap()
522 npc_mcam_fetch_kex_cfg(struct npc *npc) in npc_mcam_fetch_kex_cfg()
[all …]
H A Droc_npc_utils.c225 npc_field_hash_secret_get(struct npc *npc, struct npc_hash_cfg *hash_cfg) in npc_field_hash_secret_get()
341 npc_ipv6_field_hash_get(struct npc *npc, const uint32_t *ip6addr, uint8_t intf, int hash_idx, in npc_ipv6_field_hash_get()
484 npc_mcam_init(struct npc *npc, struct roc_npc_flow *flow, int mcam_id) in npc_mcam_init()
565 npc_slide_mcam_entries(struct mbox *mbox, struct npc *npc, int prio, in npc_slide_mcam_entries()
700 struct npc *npc, in npc_sort_mcams_by_user_prio_level()
761 npc_insert_into_flow_list(struct npc *npc, struct npc_prio_flow_entry *entry) in npc_insert_into_flow_list()
821 npc_find_mcam_ref_entry(struct roc_npc_flow *flow, struct npc *npc, int *prio, in npc_find_mcam_ref_entry()
858 struct npc *npc, in npc_alloc_mcam_by_ref_entry()
883 struct npc *npc) in npc_get_free_mcam_entry()
918 npc_delete_prio_list_entry(struct npc *npc, struct roc_npc_flow *flow) in npc_delete_prio_list_entry()
/dpdk/drivers/net/cnxk/
H A Dcn9k_flow.c16 struct roc_npc *npc = &dev->npc; in cn9k_flow_create() local
48 struct roc_npc *npc = &dev->npc; in cn9k_flow_destroy() local
H A Dcn10k_flow.c135 struct roc_npc *npc = &dev->npc; in cn10k_flow_create() local
252 struct roc_npc *npc = &dev->npc; in cn10k_flow_destroy() local
H A Dcnxk_eswitch_flow.c118 eswitch_npc_get_counter(struct roc_npc *npc, struct roc_npc_flow *flow) in eswitch_npc_get_counter()
144 eswitch_npc_get_counter_entry_ref(struct roc_npc *npc, struct roc_npc_flow *flow, in eswitch_npc_get_counter_entry_ref()
H A Dcnxk_eswitch.h119 struct roc_npc npc; member