MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vnic_dev_cmd_proxy_end

Function vnic_dev_cmd_proxy_end

dpdk/drivers/net/enic/base/vnic_dev.c:437–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void vnic_dev_cmd_proxy_end(struct vnic_dev *vdev)
438{
439 vdev->proxy = PROXY_NONE;
440 vdev->proxy_index = 0;
441}
442
443int vnic_dev_cmd(struct vnic_dev *vdev, enum vnic_devcmd_cmd cmd,
444 uint64_t *a0, uint64_t *a1, int wait)

Callers 2

vnic_dev_cmdFunction · 0.85
vnic_dev_cmd_argsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected