Searched refs:ivt (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 104 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) { 106 *(.init.ivt) argument
|
D | entry.S | 1242 .section .init.ivt, "ax"
|
/linux-6.6.21/arch/ia64/kernel/ |
D | Makefile | 13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
|
D | vmlinux.lds.S | 50 *(.text..ivt)
|
D | ivt.S | 85 .section .text..ivt,"ax"
|
/linux-6.6.21/net/core/ |
D | rtnetlink.c | 2463 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 …]
|