Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/intel/iavf/
A Diavf_virtchnl.c1480 struct virtchnl_tc_info *vti = NULL; in iavf_enable_channels() local
1491 len = struct_size(vti, list, adapter->num_tc - 1); in iavf_enable_channels()
1492 vti = kzalloc(len, GFP_KERNEL); in iavf_enable_channels()
1493 if (!vti) in iavf_enable_channels()
1495 vti->num_tc = adapter->num_tc; in iavf_enable_channels()
1496 for (i = 0; i < vti->num_tc; i++) { in iavf_enable_channels()
1497 vti->list[i].count = adapter->ch_config.ch_info[i].count; in iavf_enable_channels()
1498 vti->list[i].offset = adapter->ch_config.ch_info[i].offset; in iavf_enable_channels()
1499 vti->list[i].pad = 0; in iavf_enable_channels()
1500 vti->list[i].max_tx_rate = in iavf_enable_channels()
[all …]
/linux-6.3-rc2/include/linux/avf/
A Dvirtchnl.h1511 struct virtchnl_tc_info *vti = in virtchnl_vc_validate_vf_msg() local
1513 valid_len += (vti->num_tc - 1) * in virtchnl_vc_validate_vf_msg()
1515 if (vti->num_tc == 0) in virtchnl_vc_validate_vf_msg()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dpmtu.sh578 …run_cmd ${ns_a} ip link add vti${proto}_a type ${vti_type} local ${veth_a_addr} remote ${veth_b_ad…
579 …run_cmd ${ns_b} ip link add vti${proto}_b type ${vti_type} local ${veth_b_addr} remote ${veth_a_ad…
581 run_cmd ${ns_a} ip addr add ${vti_a_addr}/${vti_mask} dev vti${proto}_a
582 run_cmd ${ns_b} ip addr add ${vti_b_addr}/${vti_mask} dev vti${proto}_b
584 run_cmd ${ns_a} ip link set vti${proto}_a up
585 run_cmd ${ns_b} ip link set vti${proto}_b up
1806 run_cmd ${ns_a} ip link add vti4_a type vti local ${veth4_a_addr} remote ${veth4_b_addr} key 10
1816 …run_cmd ${ns_a} ip link add vti4_a mtu ${v} type vti local ${veth4_a_addr} remote ${veth4_b_addr} …
1829 …run_cmd ${ns_a} ip link add vti4_a mtu ${v} type vti local ${veth4_a_addr} remote ${veth4_b_addr} …
/linux-6.3-rc2/Documentation/input/devices/
A Dcma3000_d0x.rst9 <http://www.vti.fi/en/>

Completed in 26 milliseconds