Lines Matching full:eth0
1786 { "netmap:eth0", "eth0", "", 0, NR_REG_ALL_NIC, 0, 0 },
1787 { "netmap:eth0-1", "eth0", "", 0, NR_REG_ONE_NIC, 1, 0 },
1788 { "netmap:eth0-", "eth0", "-", -EINVAL,0, 0, 0 },
1789 { "netmap:eth0/x", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_EXCLUSIVE },
1790 { "netmap:eth0/z", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_ZCOPY_MON },
1791 { "netmap:eth0/r", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_MONITOR_RX },
1792 { "netmap:eth0/t", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_MONITOR_TX },
1793 { "netmap:eth0-2/Tx", "eth0", "", 0, NR_REG_ONE_NIC, 2, NR_TX_RINGS_ONLY|NR_EXCLUSIVE },
1794 { "netmap:eth0*", "eth0", "", 0, NR_REG_NIC_SW, 0, 0 },
1795 { "netmap:eth0^", "eth0", "", 0, NR_REG_SW, 0, 0 },
1796 { "netmap:eth0@2", "eth0", "", 0, NR_REG_ALL_NIC, 0, 0 },
1797 { "netmap:eth0@2/R", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
1798 { "netmap:eth0@netmap:lo/R", "eth0", "@netmap:lo/R", 0, NR_REG_ALL_NIC, 0, 0 },
1799 { "netmap:eth0/R@xxx", "eth0", "@xxx", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
1800 { "netmap:eth0@2/R@2", "eth0", "", 0, NR_REG_ALL_NIC, 0, NR_RX_RINGS_ONLY },
1801 { "netmap:eth0@2/R@3", "eth0", "@2/R@3", -EINVAL,0, 0, 0 },
1802 { "netmap:eth0@", "eth0", "@", -EINVAL,0, 0, 0 },
1806 { "eth0", NULL, NULL, EINVAL, 0, 0, 0 },
1811 { "netmapXXX:eth0", NULL, NULL, EINVAL, 0, 0, 0 },