Searched refs:lt (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc_parse.c | 72 int lid, lt, len; in npc_parse_pre_l2() local 117 int lid, lt; in npc_parse_cpt_hdr() local 150 int lid, lt; in npc_parse_higig2_hdr() local 189 int lid, lt; in npc_parse_la() local 199 lt = NPC_LT_LA_ETHER; in npc_parse_la() 446 int lt, lflags; in npc_parse_mpls() local 573 lt = NPC_LT_LC_IP; in npc_parse_lc() 579 lt = NPC_LT_LC_IP6; in npc_parse_lc() 588 lt = NPC_LT_LC_ARP; in npc_parse_lc() 877 int lid, lt; in npc_parse_lg() local [all …]
|
| H A D | roc_npc_mcam.c | 136 uint8_t lt, uint8_t ld) in npc_construct_ldata_mask() argument 145 x_info = &(*p)[0][lid][lt].xtract[ld]; in npc_construct_ldata_mask() 198 return npc_lid_lt_in_kex(npc, lid, lt); in npc_is_kex_enabled() 427 int lid, lt, ld, fl, ix; in npc_mcam_process_mkex_cfg() local 463 for (lt = 0; lt < NPC_MAX_LT; lt++) { in npc_mcam_process_mkex_cfg() 465 x_info = &(*p)[ix][lid][lt].xtract[ld]; in npc_mcam_process_mkex_cfg() 466 val = (*q)[ix][lid][lt][ld]; in npc_mcam_process_mkex_cfg() 713 uint64_t lt, flags; in npc_program_mcam() local 729 lt = pst->lt[lid] & 0xf; in npc_program_mcam() 739 data = lt; in npc_program_mcam() [all …]
|
| H A D | roc_npc_utils.c | 62 struct npc_parse_item_info *info, int lid, int lt) in npc_get_hw_supp_mask() argument 71 xinfo = pst->npc->prx_dxcfg[intf][lid][lt].xtract; in npc_get_hw_supp_mask() 213 struct npc_parse_item_info *info, int lid, int lt, in npc_update_parse_state() argument 223 pst->lt[lid] = lt; in npc_update_parse_state() 227 xinfo = &pst->npc->prx_dxcfg[intf][lid][lt]; in npc_update_parse_state() 262 dump->ltype = lt; in npc_update_parse_state()
|
| H A D | roc_npc_mcam_dump.c | 270 struct roc_npc_flow *flow, int lid, int lt) in npc_flow_print_xtractinfo() argument 279 ltype_str[lid][lt], lfinfo->hdr_off, lfinfo->len, in npc_flow_print_xtractinfo() 296 struct roc_npc_flow *flow, int intf, int lid, int lt, in npc_flow_print_item() argument 302 npc_flow_print_xtractinfo(file, xinfo, flow, lid, lt); in npc_flow_print_item() 314 lt); in npc_flow_print_item()
|
| H A D | roc_npc_priv.h | 184 uint8_t lt[NPC_MAX_LID]; member 418 struct npc_parse_item_info *info, int lid, int lt, 421 struct npc_parse_item_info *info, int lid, int lt);
|