Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/af/
Drvu_npc_fs.c21 static const char * const npc_flow_names[] = { variable
51 if (hdr >= ARRAY_SIZE(npc_flow_names)) in npc_get_field_name()
52 return npc_flow_names[NPC_UNKNOWN]; in npc_get_field_name()
54 return npc_flow_names[hdr]; in npc_get_field_name()