Home
last modified time | relevance | path

Searched refs:device_ctx (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/hyperv/
H A Dnetvsc.c38 struct hv_device *dev = net_device_ctx->device_ctx; in netvsc_switch_datapath()
790 netvsc_dma_unmap(ndev_ctx->device_ctx, packet); in netvsc_send_tx_complete()
1095 ret = netvsc_dma_map(ndev_ctx->device_ctx, packet, pb); in netvsc_send_pkt()
1107 netvsc_dma_unmap(ndev_ctx->device_ctx, packet); in netvsc_send_pkt()
1188 struct hv_device *device = ndev_ctx->device_ctx; in netvsc_send()
H A Dnetvsc_drv.c1015 struct hv_device *hdev = ndev_ctx->device_ctx; in netvsc_detach()
1054 struct hv_device *hdev = ndev_ctx->device_ctx; in netvsc_attach()
2049 struct hv_device *device_obj = ndev_ctx->device_ctx; in netvsc_link_change()
2265 struct net_device *ndev = hv_get_drvdata(ndev_ctx->device_ctx); in netvsc_vf_setup()
2313 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2331 ndev = hv_get_drvdata(ndev_ctx->device_ctx); in get_netvsc_byslot()
2533 net_device_ctx->device_ctx = dev; in netvsc_probe()
H A Drndis_filter.c368 netdev_priv(ndev))->device_ctx, &request->pkt); in rndis_filter_receive_response()
1292 struct hv_device *hv_dev = ndev_ctx->device_ctx; in rndis_set_subchannel()
H A Dhyperv_net.h1019 struct hv_device *device_ctx; member