Symbol: npc_key_field
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
236
struct npc_key_field tx_key_fields[NPC_KEY_FIELDS_MAX];
drivers/net/ethernet/marvell/octeontx2/af/rvu.h
237
struct npc_key_field rx_key_fields[NPC_KEY_FIELDS_MAX];
drivers/net/ethernet/marvell/octeontx2/af/rvu_debugfs.c
3700
struct npc_key_field *field;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
142
struct npc_key_field *input;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
151
static bool npc_is_same(struct npc_key_field *input,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
152
struct npc_key_field *field)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
161
struct npc_key_field *input = &mcam->rx_key_fields[type];
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
173
static bool npc_check_overlap_fields(struct npc_key_field *input1,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
174
struct npc_key_field *input2)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
202
struct npc_key_field *dummy, *input;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
223
memset(dummy, 0, sizeof(struct npc_key_field));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
331
struct npc_key_field *key_fields;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
335
struct npc_key_field *etype_ether;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
336
struct npc_key_field *etype_tag1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
337
struct npc_key_field *etype_tag2;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
341
struct npc_key_field *vlan_tag1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
342
struct npc_key_field *vlan_tag2;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
344
struct npc_key_field *vlan_tag3;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
759
struct npc_key_field *field;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
87
struct npc_key_field *field = &mcam->rx_key_fields[type];