Home
last modified time | relevance | path

Searched refs:protocol (Results 1 – 25 of 35) sorted by relevance

12

/arch/x86/xen/
Dplatform-pci-unplug.c29 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/
Dnet_kern.h33 unsigned short (*protocol)(struct sk_buff *); member
47 unsigned short (*protocol)(struct sk_buff *); member
/arch/arm/include/asm/
Defi.h61 #define efi_call_proto(protocol, f, instance, ...) \ argument
62 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
/arch/arm64/include/asm/
Defi.h107 #define efi_call_proto(protocol, f, instance, ...) \ argument
108 ((protocol##_t *)instance)->f(instance, ##__VA_ARGS__)
/arch/mips/generic/
DKconfig8 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/
Defi.h229 #define efi_call_proto(protocol, f, instance, ...) \ argument
230 __efi_early()->call(efi_table_attr(protocol, f, instance), \
/arch/xtensa/platforms/iss/
Dnetwork.c89 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/
Dtuntap_kern.c51 .protocol = eth_protocol,
Dethertap_kern.c61 .protocol = eth_protocol,
/arch/um/drivers/
Dslip_kern.c61 .protocol = slip_protocol,
Ddaemon_kern.c56 .protocol = eth_protocol,
Dslirp_kern.c66 .protocol = slirp_protocol,
Dpcap_kern.c48 .protocol = eth_protocol,
Dvde_kern.c65 .protocol = eth_protocol,
Dnet_kern.c96 skb->protocol = (*lp->protocol)(skb); in uml_net_rx()
450 .protocol = transport->kern->protocol, in eth_configure()
Dumcast_kern.c65 .protocol = eth_protocol,
/arch/x86/boot/
Dpmjump.S64 # 32-bit boot protocol
/arch/microblaze/boot/dts/
Dsystem.dts140 xlnx,mch0-protocol = <0x0>;
143 xlnx,mch1-protocol = <0x0>;
146 xlnx,mch2-protocol = <0x0>;
149 xlnx,mch3-protocol = <0x0>;
/arch/powerpc/boot/dts/
Dvirtex440-ml507.dts192 xlnx,mch0-protocol = <0x0>;
195 xlnx,mch1-protocol = <0x0>;
198 xlnx,mch2-protocol = <0x0>;
201 xlnx,mch3-protocol = <0x0>;
Dvirtex440-ml510.dts164 xlnx,mch0-protocol = <0x0>;
167 xlnx,mch1-protocol = <0x0>;
170 xlnx,mch2-protocol = <0x0>;
173 xlnx,mch3-protocol = <0x0>;
/arch/arm/boot/compressed/
Defi-header.S22 @ boot protocol does, so we need some NOPs here.
/arch/m68k/emu/
Dnfeth.c121 skb->protocol = eth_type_trans(skb, dev); in recv_packet()
/arch/powerpc/platforms/ps3/
Dgelic_udbg.c172 h_ip->protocol = 0x11; in gelic_debug_init()
/arch/s390/include/asm/
Ddiag.h270 u8 protocol:2; member
/arch/powerpc/net/
Dbpf_jit_comp.c337 protocol) != 2); in bpf_jit_build_body()
339 protocol)); in bpf_jit_build_body()

12