Home
last modified time | relevance | path

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

/Linux-v6.1/arch/microblaze/kernel/
Dvmlinux.lds.S105 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) {
107 *(.init.ivt) argument
Dentry.S1242 .section .init.ivt, "ax"
/Linux-v6.1/net/core/
Drtnetlink.c2367 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() argument
2372 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2375 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() argument
2380 return handle_infiniband_guid(dev, ivt, guid_type); in handle_vf_guid()
2447 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local
2450 if (ivt->vf >= INT_MAX) in do_setvfinfo()
2454 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo()
2458 err = rtnl_set_vf_rate(dev, ivt->vf, in do_setvfinfo()
2459 ivf.min_tx_rate, ivt->rate); in do_setvfinfo()
2465 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo() local
[all …]
/Linux-v6.1/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.S86 .section .text..ivt,"ax"