Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_fs.c16 static const char * const npc_flow_names[] = { variable
64 if (hdr >= ARRAY_SIZE(npc_flow_names)) in npc_get_field_name()
65 return npc_flow_names[NPC_UNKNOWN]; in npc_get_field_name()
67 return npc_flow_names[hdr]; in npc_get_field_name()