Searched refs:uip_entry (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/sfc/
H A Dethtool_common.c650 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
756 uip_entry->ip_ver = ETH_RX_NFC_IP4;
759 uip_entry->proto = spec.ip_proto;
762 uip_entry->ip4dst = spec.loc_host[0];
766 uip_entry->ip4src = spec.rem_host[0];
922 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
1035 uip_entry->ip_ver != ETH_RX_NFC_IP4)
1043 spec.loc_host[0] = uip_entry->ip4dst;
1049 spec.rem_host[0] = uip_entry->ip4src;
1055 spec.ip_proto = uip_entry
[all...]
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dethtool.c797 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
903 uip_entry->ip_ver = ETH_RX_NFC_IP4;
906 uip_entry->proto = spec.ip_proto;
909 uip_entry->ip4dst = spec.loc_host[0];
913 uip_entry->ip4src = spec.rem_host[0];
1033 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
1137 uip_entry->ip_ver != ETH_RX_NFC_IP4)
1145 spec.loc_host[0] = uip_entry->ip4dst;
1151 spec.rem_host[0] = uip_entry->ip4src;
1157 spec.ip_proto = uip_entry
[all...]
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dethtool_common.c650 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
756 uip_entry->ip_ver = ETH_RX_NFC_IP4;
759 uip_entry->proto = spec.ip_proto;
762 uip_entry->ip4dst = spec.loc_host[0];
766 uip_entry->ip4src = spec.rem_host[0];
923 struct ethtool_usrip4_spec *uip_entry = &rule->h_u.usr_ip4_spec; local
1036 uip_entry->ip_ver != ETH_RX_NFC_IP4)
1044 spec.loc_host[0] = uip_entry->ip4dst;
1050 spec.rem_host[0] = uip_entry->ip4src;
1056 spec.ip_proto = uip_entry
[all...]

Completed in 105 milliseconds