Symbol: flow_msg
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1851
struct flow_msg packet;
drivers/net/ethernet/marvell/octeontx2/af/mbox.h
1852
struct flow_msg mask;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
646
struct flow_msg packet;
drivers/net/ethernet/marvell/octeontx2/af/npc.h
647
struct flow_msg mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1000
u64 features, struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1001
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1006
struct flow_msg *opkt = &output->packet;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1007
struct flow_msg *omask = &output->mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1070
u64 features, struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1071
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1079
struct flow_msg *opkt = &output->packet;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.c
1080
struct flow_msg *omask = &output->mask;
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.h
22
u64 features, struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_fs.h
23
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
288
struct flow_msg *pkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
289
struct flow_msg *mask,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
290
struct flow_msg *opkt,
drivers/net/ethernet/marvell/octeontx2/af/rvu_npc_hash.c
291
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
708
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
709
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
867
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
868
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
988
struct flow_msg *pmask = &req->mask;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_flows.c
989
struct flow_msg *pkt = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
552
static int otx2_tc_process_vlan(struct otx2_nic *nic, struct flow_msg *flow_spec,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
553
struct flow_msg *flow_mask, struct flow_rule *rule,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
613
struct flow_msg *flow_spec = &req->packet;
drivers/net/ethernet/marvell/octeontx2/nic/otx2_tc.c
614
struct flow_msg *flow_mask = &req->mask;