Home
last modified time | relevance | path

Searched refs:net_device_ctx (Results 1 – 3 of 3) sorted by relevance

/drivers/net/hyperv/
A Dnetvsc_drv.c461 net_device_ctx->data_path_is_vf) in netvsc_xmit()
2116 net_device_ctx = netdev_priv(dev); in get_netvsc_byref()
2335 net_device_ctx = netdev_priv(ndev); in netvsc_register_vf()
2403 net_device_ctx = netdev_priv(ndev); in netvsc_vf_changed()
2455 net_device_ctx = netdev_priv(ndev); in netvsc_unregister_vf()
2510 net_device_ctx = netdev_priv(net); in netvsc_probe()
2511 net_device_ctx->device_ctx = dev; in netvsc_probe()
2515 net_device_ctx->msg_enable); in netvsc_probe()
2527 net_device_ctx->vf_stats in netvsc_probe()
2529 if (!net_device_ctx->vf_stats) in netvsc_probe()
[all …]
A Dnetvsc.c45 net_device_ctx->data_path_is_vf = vf; in netvsc_switch_datapath()
88 net_device_ctx->data_path_is_vf = vf; in netvsc_switch_datapath()
1456 netif_err(net_device_ctx, rx_err, ndev, in netvsc_receive()
1464 netif_err(net_device_ctx, rx_err, ndev, in netvsc_receive()
1472 netif_err(net_device_ctx, rx_err, ndev, in netvsc_receive()
1479 netif_err(net_device_ctx, rx_err, ndev, in netvsc_receive()
1593 net_device_ctx->tx_table[i] = tab[i]; in netvsc_send_table()
1612 if (net_device_ctx->vf_alloc) in netvsc_send_vf()
1613 complete(&net_device_ctx->vf_add); in netvsc_send_vf()
1616 net_device_ctx->vf_serial, in netvsc_send_vf()
[all …]
A Drndis_filter.c578 struct net_device_context *net_device_ctx = netdev_priv(ndev); in rndis_filter_receive() local
597 if (netif_msg_rx_status(net_device_ctx)) in rndis_filter_receive()
1342 struct net_device_context *net_device_ctx = netdev_priv(net); in rndis_netdev_set_hwcaps() local
1362 net_device_ctx->tx_checksum_mask = 0; in rndis_netdev_set_hwcaps()
1372 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV4_TCP; in rndis_netdev_set_hwcaps()
1386 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV4_UDP; in rndis_netdev_set_hwcaps()
1394 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV6_TCP; in rndis_netdev_set_hwcaps()
1407 net_device_ctx->tx_checksum_mask |= TRANSPORT_INFO_IPV6_UDP; in rndis_netdev_set_hwcaps()

Completed in 15 milliseconds