Home
last modified time | relevance | path

Searched defs:hw_mask (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/octeontx2/
H A Dotx2_flow_parse.c26 char hw_mask[64]; in otx2_flow_parse_lh() local
77 char hw_mask[64]; in otx2_flow_parse_lg() local
116 struct rte_flow_item_eth hw_mask; in otx2_flow_parse_lf() local
215 char hw_mask[64]; in otx2_flow_parse_le() local
343 struct rte_flow_item_mpls hw_mask; in otx2_flow_parse_mpls() local
396 char hw_mask[NPC_MAX_EXTRACT_DATA_LEN]; in otx2_flow_parse_ld() local
496 uint8_t hw_mask[NPC_MAX_EXTRACT_DATA_LEN]; in otx2_flow_parse_lc() local
556 char hw_mask[NPC_MAX_EXTRACT_DATA_LEN]; in otx2_flow_parse_lb() local
662 struct rte_flow_item_eth hw_mask; in otx2_flow_parse_la() local
709 struct rte_flow_item_higig2_hdr hw_mask; in otx2_flow_parse_higig2_hdr() local
H A Dotx2_flow_utils.c130 char *hw_mask) in flow_set_hw_mask()
156 char *hw_mask = info->hw_mask; in otx2_flow_get_hw_supp_mask() local
345 flow_mask_is_supported(const char *mask, const char *hw_mask, int len) in flow_mask_is_supported()
H A Dotx2_flow.h221 void *hw_mask; /* hardware supported mask */ member