Searched refs:ndc (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/hyperv/
H A Dnetvsc_drv.c252 const struct net_device_context *ndc = netdev_priv(ndev); local
256 q_idx = ndc->tx_table[netvsc_get_hash(skb, ndc) &
298 struct net_device_context *ndc = netdev_priv(ndev); local
303 vf_netdev = rcu_dereference(ndc->vf_netdev);
1162 struct net_device_context *ndc = netdev_priv(dev); local
1164 ndc->l4_hash = HV_DEFAULT_L4HASH;
1166 ndc->speed = SPEED_UNKNOWN;
1167 ndc->duplex = DUPLEX_FULL;
1175 struct net_device_context *ndc local
1193 struct net_device_context *ndc = netdev_priv(dev); local
1403 struct net_device_context *ndc = netdev_priv(ndev); local
1485 struct net_device_context *ndc = netdev_priv(dev); local
1505 struct net_device_context *ndc = netdev_priv(dev); local
1578 struct net_device_context *ndc = netdev_priv(dev); local
1615 netvsc_get_rss_hash_opts(struct net_device_context *ndc, struct ethtool_rxnfc *info) argument
1662 struct net_device_context *ndc = netdev_priv(dev); local
1679 netvsc_set_rss_hash_opts(struct net_device_context *ndc, struct ethtool_rxnfc *info) argument
1739 struct net_device_context *ndc = netdev_priv(ndev); local
1754 struct net_device_context *ndc = netdev_priv(dev); local
1762 struct net_device_context *ndc = netdev_priv(dev); local
1788 struct net_device_context *ndc = netdev_priv(dev); local
1977 struct net_device_context *ndc = netdev_priv(netdev); local
[all...]
H A Drndis_filter.c925 struct net_device_context *ndc = netdev_priv(ndev); local
930 4 * ndc->rx_table_sz + NETVSC_HASH_KEYLEN;
956 rssp->indirect_tabsize = 4 * ndc->rx_table_sz;
964 for (i = 0; i < ndc->rx_table_sz; i++)
965 itab[i] = ndc->rx_table[i];
1019 struct net_device_context *ndc; local
1027 ndc = netdev_priv(dev->ndev);
1032 ndc->speed = link_speed / 10000;
1473 struct net_device_context *ndc = netdev_priv(net); local
1553 ndc
1612 struct net_device_context *ndc; local
[all...]
H A Dhyperv_net.h1071 const struct net_device_context *ndc)
1100 if (pkt_proto & ndc->l4_hash) {
1070 netvsc_get_hash(struct sk_buff *skb, const struct net_device_context *ndc) argument
/linux-master/net/core/
H A Dneighbour.c2198 struct ndt_config ndc = { local
2209 ndc.ndtc_hash_rnd = nht->hash_rnd[0];
2210 ndc.ndtc_hash_mask = ((1 << nht->hash_shift) - 1);
2213 if (nla_put(skb, NDTA_CONFIG, sizeof(ndc), &ndc))

Completed in 232 milliseconds