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
3718
struct npc_key_field *field;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
151
struct npc_key_field *input;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
160
static bool npc_is_same(struct npc_key_field *input,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
161
struct npc_key_field *field)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
171
struct npc_key_field *input = &mcam->rx_key_fields[type];
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
186
static bool npc_check_overlap_fields(struct npc_key_field *input1,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
187
struct npc_key_field *input2,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
216
struct npc_key_field *dummy, *input;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
243
memset(dummy, 0, sizeof(struct npc_key_field));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
276
memset(dummy, 0, sizeof(struct npc_key_field));
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
444
struct npc_key_field *key_fields;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
448
struct npc_key_field *etype_ether;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
449
struct npc_key_field *etype_tag1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
450
struct npc_key_field *etype_tag2;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
454
struct npc_key_field *vlan_tag1;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
455
struct npc_key_field *vlan_tag2;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
457
struct npc_key_field *vlan_tag3;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
89
struct npc_key_field *field = &mcam->rx_key_fields[type];
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
912
struct npc_key_field *field;