Home
last modified time | relevance | path

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

/dpdk/drivers/net/e1000/
H A Digb_flow.c579 filter->flags |= RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
581 filter->flags &= ~RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
719 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in igb_parse_ethertype_filter()
H A Digb_ethdev.c4501 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in igb_add_del_ethertype_filter()
/dpdk/drivers/net/hinic/
H A Dhinic_pmd_flow.c333 filter->flags |= RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
335 filter->flags &= ~RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
367 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in hinic_parse_ethertype_filter()
2227 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in hinic_check_ethertype_filter()
/dpdk/lib/ethdev/
H A Dethdev_driver.h1816 #define RTE_ETHTYPE_FLAGS_MAC 0x0001 /**< If set, compare mac */ macro
/dpdk/drivers/net/txgbe/
H A Dtxgbe_flow.c730 filter->flags |= RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
732 filter->flags &= ~RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
849 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in txgbe_parse_ethertype_filter()
H A Dtxgbe_ethdev.c4128 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in txgbe_add_del_ethertype_filter()
/dpdk/drivers/net/ixgbe/
H A Dixgbe_flow.c768 filter->flags |= RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
770 filter->flags &= ~RTE_ETHTYPE_FLAGS_MAC; in cons_parse_ethertype_filter()
890 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in ixgbe_parse_ethertype_filter()
H A Dixgbe_ethdev.c6572 if (filter->flags & RTE_ETHTYPE_FLAGS_MAC) { in ixgbe_add_del_ethertype_filter()
/dpdk/drivers/net/i40e/
H A Di40e_flow.c2103 filter->flags |= RTE_ETHTYPE_FLAGS_MAC; in i40e_flow_parse_ethertype_pattern()
2105 filter->flags &= ~RTE_ETHTYPE_FLAGS_MAC; in i40e_flow_parse_ethertype_pattern()
4782 if (!(filter->flags & RTE_ETHTYPE_FLAGS_MAC)) in i40e_flow_destroy_ethertype_filter()
H A Di40e_ethdev.c9825 if (!(filter->flags & RTE_ETHTYPE_FLAGS_MAC)) in i40e_ethertype_filter_set()
11440 if (!(f->flags & RTE_ETHTYPE_FLAGS_MAC)) in i40e_ethertype_filter_restore()