Home
last modified time | relevance | path

Searched refs:sw_meta_ptr (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/net/ice/
H A Dice_switch_filter.c1656 struct sw_meta *sw_meta_ptr = NULL; in ice_switch_parse_pattern_action() local
1692 sw_meta_ptr = in ice_switch_parse_pattern_action()
1693 rte_zmalloc(NULL, sizeof(*sw_meta_ptr), 0); in ice_switch_parse_pattern_action()
1694 if (!sw_meta_ptr) { in ice_switch_parse_pattern_action()
1738 *meta = sw_meta_ptr; in ice_switch_parse_pattern_action()
1744 rte_free(sw_meta_ptr); in ice_switch_parse_pattern_action()
1753 rte_free(sw_meta_ptr); in ice_switch_parse_pattern_action()