Searched refs:NIOCTXSYNC (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/tools/tools/netmap/ |
| HD | bridge.c | 291 ioctl(pollfd[1].fd, NIOCTXSYNC, NULL); in main() 297 ioctl(pollfd[0].fd, NIOCTXSYNC, NULL); in main()
|
| HD | pkt-gen.c | 1359 rv = ioctl(pfd.fd, NIOCTXSYNC, NULL); in ping_body() 1540 ioctl(pfd.fd, NIOCTXSYNC, NULL); in pong_body() 1653 if (ioctl(pfd.fd, NIOCTXSYNC, NULL) < 0) { in sender_body() 1719 ioctl(pfd.fd, NIOCTXSYNC, NULL); in sender_body() 1728 ioctl(pfd.fd, NIOCTXSYNC, NULL); in sender_body() 1976 if (ioctl(pfd.fd, NIOCTXSYNC, NULL) < 0) { in txseq_body() 2075 ioctl(pfd.fd, NIOCTXSYNC, NULL); in txseq_body() 2081 ioctl(pfd.fd, NIOCTXSYNC, NULL); in txseq_body()
|
| /freebsd-11-stable/sys/net/ |
| HD | netmap.h | 625 #define NIOCTXSYNC _IO('i', 148) /* sync tx queues */ macro
|
| HD | netmap_user.h | 474 case NIOCTXSYNC: in win_nm_ioctl_internal()
|
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | pci_virtio_net.c | 399 ioctl(nmd->fd, NIOCTXSYNC, NULL); in pci_vtnet_netmap_writev()
|
| /freebsd-11-stable/sys/dev/netmap/ |
| HD | netmap.c | 2846 case NIOCTXSYNC: in netmap_ioctl() 2863 t = (cmd == NIOCTXSYNC ? NR_TX : NR_RX); in netmap_ioctl() 2878 if (cmd == NIOCTXSYNC) { in netmap_ioctl()
|
| /freebsd-11-stable/tests/sys/netmap/ |
| HD | ctrl-api-test.c | 1631 ret = ioctl(ctx->fd, NIOCTXSYNC, 0); in null_port_sync()
|