/arch/x86/xen/ |
D | platform-pci-unplug.c | 29 char protocol; in check_platform_magic() local 37 protocol = inb(XEN_IOPORT_PROTOVER); in check_platform_magic() 40 protocol); in check_platform_magic() 42 switch (protocol) { in check_platform_magic()
|
/arch/um/include/shared/ |
D | net_kern.h | 33 unsigned short (*protocol)(struct sk_buff *); member 47 unsigned short (*protocol)(struct sk_buff *); member
|
/arch/arm/include/asm/ |
D | efi.h | 61 #define efi_call_proto(protocol, f, instance, ...) \ argument 62 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
|
/arch/arm64/include/asm/ |
D | efi.h | 107 #define efi_call_proto(protocol, f, instance, ...) \ argument 108 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
|
/arch/mips/generic/ |
D | Kconfig | 8 boot protocol. This will cause the kernel to scan through the list of 11 boot protocol. 28 development boards, which boot using a legacy boot protocol.
|
/arch/x86/include/asm/ |
D | efi.h | 229 #define efi_call_proto(protocol, f, instance, ...) \ argument 230 __efi_early()->call(efi_table_attr(protocol, f, instance), \
|
/arch/xtensa/platforms/iss/ |
D | network.c | 89 unsigned short (*protocol)(struct sk_buff *skb); member 264 lp->tp.protocol = tuntap_protocol; in tuntap_probe() 302 skb->protocol = lp->tp.protocol(skb); in iss_net_rx()
|
/arch/um/os-Linux/drivers/ |
D | tuntap_kern.c | 51 .protocol = eth_protocol,
|
D | ethertap_kern.c | 61 .protocol = eth_protocol,
|
/arch/um/drivers/ |
D | slip_kern.c | 61 .protocol = slip_protocol,
|
D | daemon_kern.c | 56 .protocol = eth_protocol,
|
D | slirp_kern.c | 66 .protocol = slirp_protocol,
|
D | pcap_kern.c | 48 .protocol = eth_protocol,
|
D | vde_kern.c | 65 .protocol = eth_protocol,
|
D | net_kern.c | 96 skb->protocol = (*lp->protocol)(skb); in uml_net_rx() 450 .protocol = transport->kern->protocol, in eth_configure()
|
D | umcast_kern.c | 65 .protocol = eth_protocol,
|
/arch/x86/boot/ |
D | pmjump.S | 64 # 32-bit boot protocol
|
/arch/microblaze/boot/dts/ |
D | system.dts | 140 xlnx,mch0-protocol = <0x0>; 143 xlnx,mch1-protocol = <0x0>; 146 xlnx,mch2-protocol = <0x0>; 149 xlnx,mch3-protocol = <0x0>;
|
/arch/powerpc/boot/dts/ |
D | virtex440-ml507.dts | 192 xlnx,mch0-protocol = <0x0>; 195 xlnx,mch1-protocol = <0x0>; 198 xlnx,mch2-protocol = <0x0>; 201 xlnx,mch3-protocol = <0x0>;
|
D | virtex440-ml510.dts | 164 xlnx,mch0-protocol = <0x0>; 167 xlnx,mch1-protocol = <0x0>; 170 xlnx,mch2-protocol = <0x0>; 173 xlnx,mch3-protocol = <0x0>;
|
/arch/arm/boot/compressed/ |
D | efi-header.S | 22 @ boot protocol does, so we need some NOPs here.
|
/arch/m68k/emu/ |
D | nfeth.c | 121 skb->protocol = eth_type_trans(skb, dev); in recv_packet()
|
/arch/powerpc/platforms/ps3/ |
D | gelic_udbg.c | 172 h_ip->protocol = 0x11; in gelic_debug_init()
|
/arch/s390/include/asm/ |
D | diag.h | 270 u8 protocol:2; member
|
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 337 protocol) != 2); in bpf_jit_build_body() 339 protocol)); in bpf_jit_build_body()
|