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

Function vnic_dev_close

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

Source from the content-addressed store, hash-verified

798}
799
800int vnic_dev_close(struct vnic_dev *vdev)
801{
802 uint64_t a0 = 0, a1 = 0;
803 int wait = 1000;
804
805 return vnic_dev_cmd(vdev, CMD_CLOSE, &a0, &a1, wait);
806}
807
808int vnic_dev_enable_wait(struct vnic_dev *vdev)
809{

Callers 2

enic_probeFunction · 0.85
enic_removeFunction · 0.85

Calls 1

vnic_dev_cmdFunction · 0.85

Tested by

no test coverage detected