Searched refs:ivt (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/arch/microblaze/kernel/ |
H A D | vmlinux.lds.S | 105 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) { 107 *(.init.ivt)
|
H A D | entry-nommu.S | 581 .section .init.ivt, "ax"
|
H A D | entry.S | 966 .section .init.ivt, "ax"
|
/kernel/linux/linux-6.6/arch/microblaze/kernel/ |
H A D | vmlinux.lds.S | 104 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) { 106 *(.init.ivt)
|
H A D | entry.S | 1242 .section .init.ivt, "ax"
|
/kernel/linux/linux-5.10/net/core/ |
H A D | rtnetlink.c | 2323 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() argument 2328 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid() 2331 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() argument 2336 return handle_infiniband_guid(dev, ivt, guid_type); in handle_vf_guid() 2403 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local 2406 if (ivt->vf >= INT_MAX) in do_setvfinfo() 2410 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo() 2416 err = ops->ndo_set_vf_rate(dev, ivt->vf, in do_setvfinfo() 2418 ivt in do_setvfinfo() 2424 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); do_setvfinfo() local 2478 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); do_setvfinfo() local 2490 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); do_setvfinfo() local 2500 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); do_setvfinfo() local [all...] |
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
H A D | Makefile | 13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
|
H A D | vmlinux.lds.S | 50 *(.text..ivt)
|
H A D | ivt.S | 3 * arch/ia64/kernel/ivt.S 86 .section .text..ivt,"ax"
|
/kernel/linux/linux-6.6/arch/ia64/kernel/ |
H A D | Makefile | 13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
|
H A D | vmlinux.lds.S | 50 *(.text..ivt)
|
H A D | ivt.S | 3 * arch/ia64/kernel/ivt.S 85 .section .text..ivt,"ax"
|
/kernel/linux/linux-6.6/net/core/ |
H A 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 in do_setvfinfo() 2561 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); do_setvfinfo() local 2613 struct ifla_vf_trust *ivt = nla_data(tb[IFLA_VF_TRUST]); do_setvfinfo() local 2625 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_NODE_GUID]); do_setvfinfo() local 2635 struct ifla_vf_guid *ivt = nla_data(tb[IFLA_VF_IB_PORT_GUID]); do_setvfinfo() local [all...] |
Completed in 18 milliseconds