Searched refs:ltype (Results 1 – 5 of 5) sorted by relevance
| /dpdk/drivers/common/cnxk/ |
| H A D | roc_npc_mcam_dump.c | 326 uint16_t ltype; in npc_flow_dump_patterns() local 334 ltype = flow->dump_data[i].ltype; in npc_flow_dump_patterns() 335 lt_xinfo = &npc->prx_dxcfg[intf][lid][ltype]; in npc_flow_dump_patterns() 342 ltype, ld); in npc_flow_dump_patterns()
|
| H A D | roc_npc.h | 242 uint16_t ltype; member
|
| H A D | roc_npc_utils.c | 262 dump->ltype = lt; in npc_update_parse_state()
|
| /dpdk/drivers/common/cnxk/hw/ |
| H A D | npc.h | 364 uint8_t ltype; member 451 uint32_t ltype : 4; member 458 uint16_t ltype : 4; member
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline.c | 17350 char buf[PTYPE_NAMESIZE], ltype[LTYPE_NAMESIZE]; in cmd_show_port_supported_ptypes_parsed() local 17364 strlcpy(ltype, "L2", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17367 strlcpy(ltype, "L3", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17370 strlcpy(ltype, "L4", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17373 strlcpy(ltype, "Tunnel", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17376 strlcpy(ltype, "Inner L2", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17379 strlcpy(ltype, "Inner L3", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17382 strlcpy(ltype, "Inner L4", sizeof(ltype)); in cmd_show_port_supported_ptypes_parsed() 17393 printf("Supported %s ptypes:\n", ltype); in cmd_show_port_supported_ptypes_parsed() 17395 printf("%s ptypes unsupported\n", ltype); in cmd_show_port_supported_ptypes_parsed()
|