uip_mask          304 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 			 struct ethtool_usrip4_spec *uip_mask,
uip_mask          310 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 	if (uip_mask->tos || uip_mask->ip_ver)
uip_mask          313 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 	if (uip_mask->ip4src) {
uip_mask          316 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		*(__be32 *)(mask + off) = uip_mask->ip4src;
uip_mask          320 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 	if (uip_mask->ip4dst) {
uip_mask          323 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		*(__be32 *)(mask + off) = uip_mask->ip4dst;
uip_mask          327 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 	if (uip_mask->proto) {
uip_mask          330 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		*(u8 *)(mask + off) = uip_mask->proto;
uip_mask          334 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 	if (uip_mask->l4_4_bytes) {
uip_mask          336 drivers/net/ethernet/freescale/dpaa2/dpaa2-ethtool.c 		tmp_mask = be32_to_cpu(uip_mask->l4_4_bytes);
uip_mask          814 drivers/net/ethernet/sfc/ethtool.c 	struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
uip_mask          921 drivers/net/ethernet/sfc/ethtool.c 			uip_mask->proto = IP_PROTO_FULL_MASK;
uip_mask          926 drivers/net/ethernet/sfc/ethtool.c 			uip_mask->ip4dst = IP4_ADDR_FULL_MASK;
uip_mask          930 drivers/net/ethernet/sfc/ethtool.c 			uip_mask->ip4src = IP4_ADDR_FULL_MASK;
uip_mask         1083 drivers/net/ethernet/sfc/ethtool.c 	struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
uip_mask         1194 drivers/net/ethernet/sfc/ethtool.c 		if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver ||
uip_mask         1199 drivers/net/ethernet/sfc/ethtool.c 		if (uip_mask->ip4dst) {
uip_mask         1200 drivers/net/ethernet/sfc/ethtool.c 			if (uip_mask->ip4dst != IP4_ADDR_FULL_MASK)
uip_mask         1205 drivers/net/ethernet/sfc/ethtool.c 		if (uip_mask->ip4src) {
uip_mask         1206 drivers/net/ethernet/sfc/ethtool.c 			if (uip_mask->ip4src != IP4_ADDR_FULL_MASK)
uip_mask         1211 drivers/net/ethernet/sfc/ethtool.c 		if (uip_mask->proto) {
uip_mask         1212 drivers/net/ethernet/sfc/ethtool.c 			if (uip_mask->proto != IP_PROTO_FULL_MASK)
uip_mask          791 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
uip_mask          898 drivers/net/ethernet/sfc/falcon/ethtool.c 			uip_mask->proto = IP_PROTO_FULL_MASK;
uip_mask          903 drivers/net/ethernet/sfc/falcon/ethtool.c 			uip_mask->ip4dst = IP4_ADDR_FULL_MASK;
uip_mask          907 drivers/net/ethernet/sfc/falcon/ethtool.c 			uip_mask->ip4src = IP4_ADDR_FULL_MASK;
uip_mask         1027 drivers/net/ethernet/sfc/falcon/ethtool.c 	struct ethtool_usrip4_spec *uip_mask = &rule->m_u.usr_ip4_spec;
uip_mask         1129 drivers/net/ethernet/sfc/falcon/ethtool.c 		if (uip_mask->l4_4_bytes || uip_mask->tos || uip_mask->ip_ver ||
uip_mask         1134 drivers/net/ethernet/sfc/falcon/ethtool.c 		if (uip_mask->ip4dst) {
uip_mask         1135 drivers/net/ethernet/sfc/falcon/ethtool.c 			if (uip_mask->ip4dst != IP4_ADDR_FULL_MASK)
uip_mask         1140 drivers/net/ethernet/sfc/falcon/ethtool.c 		if (uip_mask->ip4src) {
uip_mask         1141 drivers/net/ethernet/sfc/falcon/ethtool.c 			if (uip_mask->ip4src != IP4_ADDR_FULL_MASK)
uip_mask         1146 drivers/net/ethernet/sfc/falcon/ethtool.c 		if (uip_mask->proto) {
uip_mask         1147 drivers/net/ethernet/sfc/falcon/ethtool.c 			if (uip_mask->proto != IP_PROTO_FULL_MASK)