Home
last modified time | relevance | path

Searched refs:ivt (Results 1 – 6 of 6) sorted by relevance

/linux-6.6.21/arch/microblaze/kernel/
Dvmlinux.lds.S104 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) {
106 *(.init.ivt) argument
Dentry.S1242 .section .init.ivt, "ax"
/linux-6.6.21/arch/ia64/kernel/
DMakefile13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
Dvmlinux.lds.S50 *(.text..ivt)
Divt.S85 .section .text..ivt,"ax"
/linux-6.6.21/net/core/
Drtnetlink.c2463 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() argument
2468 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2471 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() argument
2476 return handle_infiniband_guid(dev, ivt, guid_type); in handle_vf_guid()
2543 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local
2546 if (ivt->vf >= INT_MAX) in do_setvfinfo()
2550 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo()
2554 err = rtnl_set_vf_rate(dev, ivt->vf, in do_setvfinfo()
2555 ivf.min_tx_rate, ivt->rate); in do_setvfinfo()
2561 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo() local
[all …]