Symbol: flow_msg
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1740
struct flow_msg packet;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1741
struct flow_msg mask;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
626
struct flow_msg packet;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
627
struct flow_msg mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
835
u64 features, struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
836
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
841
struct flow_msg *opkt = &output->packet;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
842
struct flow_msg *omask = &output->mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
904
u64 features, struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
905
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
913
struct flow_msg *opkt = &output->packet;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
914
struct flow_msg *omask = &output->mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
279
struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
280
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
281
struct flow_msg *opkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
282
struct flow_msg *omask)
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h
59
struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h
60
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h
61
struct flow_msg *opkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.h
62
struct flow_msg *omask);
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
546
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
547
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
705
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
706
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
826
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
827
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
573
static int otx2_tc_process_vlan(struct otx2_nic *nic, struct flow_msg *flow_spec,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
574
struct flow_msg *flow_mask, struct flow_rule *rule,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
634
struct flow_msg *flow_spec = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
635
struct flow_msg *flow_mask = &req->mask;