Searched refs:ip4dst (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/include/linux/ |
D | ethtool.h | 408 __be32 ip4dst; member 425 __be32 ip4dst; member 443 __be32 ip4dst; member
|
/linux-3.4.99/drivers/net/ethernet/sfc/ |
D | ethtool.c | 863 &ip_entry->ip4dst, &ip_entry->pdst); in efx_ethtool_get_class_rule() 866 &spec, &proto, &ip_entry->ip4dst, &ip_entry->pdst, in efx_ethtool_get_class_rule() 873 ip_mask->ip4dst = ~0; in efx_ethtool_get_class_rule() 994 if ((__force u32)~ip_mask->ip4dst | in efx_ethtool_set_class_rule() 1008 ip_entry->ip4dst, in efx_ethtool_set_class_rule() 1014 ip_entry->ip4dst, in efx_ethtool_set_class_rule()
|
/linux-3.4.99/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 964 gfar_set_attribute(value->ip4dst, mask->ip4dst, RQFCR_PID_DIA, tab); in gfar_set_basic_ip() 975 gfar_set_attribute(value->ip4dst, mask->ip4dst, RQFCR_PID_DIA, tab); in gfar_set_user_ip()
|
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_ethtool.c | 2289 fsp->h_u.tcp_ip4_spec.ip4dst = rule->filter.formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2290 fsp->m_u.tcp_ip4_spec.ip4dst = mask->formatted.dst_ip[0]; in ixgbe_get_ethtool_fdir_entry() 2554 input->filter.formatted.dst_ip[0] = fsp->h_u.tcp_ip4_spec.ip4dst; in ixgbe_add_ethtool_fdir_entry() 2555 mask.formatted.dst_ip[0] = fsp->m_u.tcp_ip4_spec.ip4dst; in ixgbe_add_ethtool_fdir_entry()
|
/linux-3.4.99/drivers/net/ethernet/sun/ |
D | niu.c | 7113 fsp->h_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key() 7119 fsp->m_u.tcp_ip4_spec.ip4dst = cpu_to_be32(tmp); in niu_get_ip4fs_from_tcam_key() 7382 dip = be32_to_cpu(fsp->h_u.tcp_ip4_spec.ip4dst); in niu_get_tcamkey_from_ip4fs() 7383 dipm = be32_to_cpu(fsp->m_u.tcp_ip4_spec.ip4dst); in niu_get_tcamkey_from_ip4fs()
|