Home
last modified time | relevance | path

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

12

/arch/x86/include/asm/
Defi.h284 #define __efi64_argmap_handle_protocol(handle, protocol, interface) \ argument
285 ((handle), (protocol), efi64_zero_upper(interface))
287 #define __efi64_argmap_locate_protocol(protocol, reg, interface) \ argument
288 ((protocol), (reg), efi64_zero_upper(interface))
290 #define __efi64_argmap_locate_device_path(protocol, path, handle) \ argument
291 ((protocol), (path), efi64_zero_upper(handle))
297 #define __efi64_argmap_get_location(protocol, seg, bus, dev, func) \ argument
298 ((protocol), efi64_zero_upper(seg), efi64_zero_upper(bus), \
302 #define __efi64_argmap_load_file(protocol, path, policy, bufsize, buf) \ argument
303 ((protocol), (path), (policy), efi64_zero_upper(bufsize), (buf))
/arch/x86/xen/
Dplatform-pci-unplug.c31 char protocol; in check_platform_magic() local
39 protocol = inb(XEN_IOPORT_PROTOVER); in check_platform_magic()
42 protocol); in check_platform_magic()
44 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/boot/dts/
Daspeed-bmc-facebook-yosemitev2.dts129 i2c-protocol;
140 i2c-protocol;
151 i2c-protocol;
162 i2c-protocol;
Daspeed-bmc-facebook-tiogapass.dts441 i2c-protocol;
532 i2c-protocol;
Daspeed-bmc-bytedance-g220a.dts452 i2c-protocol;
/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/um/os-Linux/drivers/
Dtuntap_kern.c51 .protocol = eth_protocol,
Dethertap_kern.c61 .protocol = eth_protocol,
/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/drivers/
Dslip_kern.c61 .protocol = slip_protocol,
Ddaemon_kern.c56 .protocol = eth_protocol,
Dpcap_kern.c48 .protocol = eth_protocol,
Dslirp_kern.c66 .protocol = slirp_protocol,
Dvde_kern.c65 .protocol = eth_protocol,
Dnet_kern.c96 skb->protocol = (*lp->protocol)(skb); in uml_net_rx()
438 .protocol = transport->kern->protocol, in eth_configure()
Dumcast_kern.c65 .protocol = eth_protocol,
Dvector_kern.c897 skb->protocol = eth_type_trans(skb, skb->dev); in vector_legacy_rx()
1018 skb->protocol = eth_type_trans(skb, skb->dev); in vector_mmsg_rx()
/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/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/mips/net/
Dbpf_jit.c1121 protocol) != 2); in build_body()
1122 off = offsetof(struct sk_buff, protocol); in build_body()

12