Searched refs:PORT_FULL_MASK (Results 1 – 2 of 2) sorted by relevance
635 #define PORT_FULL_MASK ((__force __be16)~0) macro691 ip_mask->pdst = PORT_FULL_MASK; in efx_ethtool_get_class_rule()695 ip_mask->psrc = PORT_FULL_MASK; in efx_ethtool_get_class_rule()720 ip6_mask->pdst = PORT_FULL_MASK; in efx_ethtool_get_class_rule()724 ip6_mask->psrc = PORT_FULL_MASK; in efx_ethtool_get_class_rule()982 if (ip_mask->pdst != PORT_FULL_MASK) in efx_ethtool_set_class_rule()988 if (ip_mask->psrc != PORT_FULL_MASK) in efx_ethtool_set_class_rule()1017 if (ip6_mask->pdst != PORT_FULL_MASK) in efx_ethtool_set_class_rule()1023 if (ip6_mask->psrc != PORT_FULL_MASK) in efx_ethtool_set_class_rule()
778 #define PORT_FULL_MASK ((__force __be16)~0) macro833 ip_mask->pdst = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()837 ip_mask->psrc = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()862 ip6_mask->pdst = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()866 ip6_mask->psrc = PORT_FULL_MASK; in ef4_ethtool_get_class_rule()1079 if (ip_mask->pdst != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()1085 if (ip_mask->psrc != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()1114 if (ip6_mask->pdst != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()1120 if (ip6_mask->psrc != PORT_FULL_MASK) in ef4_ethtool_set_class_rule()
Completed in 9 milliseconds