Home
last modified time | relevance | path

Searched refs:lid (Results 1 – 9 of 9) sorted by relevance

/dpdk/drivers/common/cnxk/
H A Droc_npc_parse.c72 int lid, lt, len; in npc_parse_pre_l2() local
82 lid = NPC_LID_LA; in npc_parse_pre_l2()
117 int lid, lt; in npc_parse_cpt_hdr() local
124 lid = NPC_LID_LA; in npc_parse_cpt_hdr()
150 int lid, lt; in npc_parse_higig2_hdr() local
157 lid = NPC_LID_LA; in npc_parse_higig2_hdr()
189 int lid, lt; in npc_parse_la() local
198 lid = NPC_LID_LA; in npc_parse_la()
262 lid = NPC_LID_LB; in npc_parse_lb()
877 int lid, lt; in npc_parse_lg() local
[all …]
H A Droc_npc_mcam_dump.c270 struct roc_npc_flow *flow, int lid, int lt) in npc_flow_print_xtractinfo() argument
307 if (lf_cfg != lid) in npc_flow_print_item()
324 uint32_t intf, lid, ld, i; in npc_flow_dump_patterns() local
333 lid = flow->dump_data[i].lid; in npc_flow_dump_patterns()
335 lt_xinfo = &npc->prx_dxcfg[intf][lid][ltype]; in npc_flow_dump_patterns()
486 uint32_t type, lid, relptr; in npc_flow_dump_rx_vtag_action() local
496 fprintf(file, "\tlid:%#X\n", lid); in npc_flow_dump_rx_vtag_action()
510 fprintf(file, "\tlid:%#X\n", lid); in npc_flow_dump_rx_vtag_action()
537 uint32_t relptr, lid, op, vtag_def; in npc_flow_dump_tx_vtag_action() local
551 fprintf(file, "\tlid:%#X\n", lid); in npc_flow_dump_tx_vtag_action()
[all …]
H A Droc_npc_mcam.c145 x_info = &(*p)[0][lid][lt].xtract[ld]; in npc_construct_ldata_mask()
158 if ((npc->prx_lfcfg[0].i & 0x7) != lid) 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
462 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_mcam_process_mkex_cfg()
466 val = (*q)[ix][lid][lt][ld]; in npc_mcam_process_mkex_cfg()
711 uint8_t lid, mask, data; in npc_program_mcam() local
726 for (lid = 0; lid < NPC_MAX_LID; lid++) { in npc_program_mcam()
728 off = NPC_PARSE_KEX_S_LID_OFFSET(lid); in npc_program_mcam()
729 lt = pst->lt[lid] & 0xf; in npc_program_mcam()
[all …]
H A Droc_npc_utils.c62 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()
82 if (lf_cfg == lid) { in npc_get_hw_supp_mask()
213 struct npc_parse_item_info *info, int lid, int lt, in npc_update_parse_state() argument
222 pst->layer_mask |= lid; in npc_update_parse_state()
223 pst->lt[lid] = lt; in npc_update_parse_state()
224 pst->flags[lid] = flags; in npc_update_parse_state()
227 xinfo = &pst->npc->prx_dxcfg[intf][lid][lt]; in npc_update_parse_state()
245 if (lf_cfg == lid) { in npc_update_parse_state()
254 pst->flags[lid] = j; in npc_update_parse_state()
[all …]
H A Droc_npc_priv.h29 #define NPC_PARSE_KEX_S_LID_OFFSET(lid) \ argument
30 ((((lid) - (NPC_LID_LA)) * NPC_LAYER_KEYX_SZ) + \
332 uint64_t lid : 3; member
418 struct npc_parse_item_info *info, int lid, int lt,
421 struct npc_parse_item_info *info, int lid, int lt);
H A Droc_npc.h241 uint8_t lid; member
/dpdk/drivers/common/cnxk/hw/
H A Dnpc.h363 uint8_t lid; member
425 uint64_t lid : 3; member
H A Dnix.h2086 uint64_t lid : 3; member
/dpdk/drivers/net/qede/
H A Dqede_debug.c2671 u32 i, lid, lid_size, total_size; in qed_grc_dump_ctx_data() local
2697 for (lid = 0; lid < num_lids; lid++) { in qed_grc_dump_ctx_data()
2700 p_ptt, storm->cm_ctx_wr_addr, (i << 9) | lid); in qed_grc_dump_ctx_data()