Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2475 if (rule->filter.match_flags & IGB_FILTER_FLAG_SRC_MAC_ADDR) { in igb_get_ethtool_nfc_entry()
2761 !(input->filter.match_flags & ~IGB_FILTER_FLAG_SRC_MAC_ADDR)) { in igb_add_filter()
2782 if (input->filter.match_flags & IGB_FILTER_FLAG_SRC_MAC_ADDR) { in igb_add_filter()
2840 if (input->filter.match_flags & IGB_FILTER_FLAG_SRC_MAC_ADDR) in igb_erase_filter()
2941 input->filter.match_flags |= IGB_FILTER_FLAG_SRC_MAC_ADDR; in igb_add_ethtool_nfc_entry()
H A Digb.h494 IGB_FILTER_FLAG_SRC_MAC_ADDR = 0x4, enumerator
H A Digb_main.c2649 IGB_FILTER_FLAG_SRC_MAC_ADDR; in igb_parse_cls_flower()