/arch/x86/xen/ |
D | platform-pci-unplug.c | 41 char protocol; in check_platform_magic() local 49 protocol = inb(XEN_IOPORT_PROTOVER); in check_platform_magic() 52 protocol); in check_platform_magic() 54 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/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 | pcap_kern.c | 48 .protocol = eth_protocol,
|
D | slirp_kern.c | 66 .protocol = slirp_protocol,
|
D | vde_kern.c | 65 .protocol = eth_protocol,
|
D | net_kern.c | 96 skb->protocol = (*lp->protocol)(skb); in uml_net_rx() 460 .protocol = transport->kern->protocol, in eth_configure()
|
D | umcast_kern.c | 65 .protocol = eth_protocol,
|
/arch/xtensa/platforms/iss/ |
D | network.c | 92 unsigned short (*protocol)(struct sk_buff *skb); member 263 lp->tp.protocol = tuntap_protocol; in tuntap_probe() 301 skb->protocol = lp->tp.protocol(skb); in iss_net_rx()
|
/arch/x86/boot/ |
D | pmjump.S | 66 # 32-bit boot protocol
|
/arch/powerpc/include/asm/ |
D | ucc_slow.h | 151 int protocol; /* QE_CR_PROTOCOL_xxx */ member
|
/arch/powerpc/sysdev/qe_lib/ |
D | ucc_slow.c | 197 qe_issue_cmd(QE_ASSIGN_PAGE_TO_DEVICE, id, us_info->protocol, in ucc_slow_init() 352 qe_issue_cmd(command, id, us_info->protocol, 0); in ucc_slow_init()
|
/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 | 163 xlnx,mch0-protocol = <0x0>; 166 xlnx,mch1-protocol = <0x0>; 169 xlnx,mch2-protocol = <0x0>; 172 xlnx,mch3-protocol = <0x0>;
|
/arch/microblaze/boot/dts/ |
D | system.dts | 155 xlnx,mch0-protocol = <0x0>; 158 xlnx,mch1-protocol = <0x0>; 161 xlnx,mch2-protocol = <0x0>; 164 xlnx,mch3-protocol = <0x0>;
|
/arch/mn10300/ |
D | Kconfig.debug | 89 bool "Debug GDB stub protocol" 93 protocol messages generated exchanged with GDB.
|
/arch/m68k/emu/ |
D | nfeth.c | 125 skb->protocol = eth_type_trans(skb, dev); in recv_packet()
|
/arch/cris/include/arch-v32/arch/hwregs/ |
D | eth_defs.h | 135 unsigned int protocol : 1; member
|
/arch/cris/arch-v32/drivers/ |
D | Kconfig | 355 # protocol support. 405 or for devices using the SPI protocol on that port. Say m if you 418 or for devices using the SPI protocol on that port. Say m if you 432 protocol on general I/O pins. Slow and slows down the system.
|
/arch/powerpc/net/ |
D | bpf_jit_comp.c | 350 protocol) != 2); in bpf_jit_build_body() 352 protocol)); in bpf_jit_build_body()
|
/arch/ia64/hp/sim/ |
D | simeth.c | 462 skb->protocol = eth_type_trans(skb, dev); in simeth_rx()
|
/arch/s390/net/ |
D | bpf_jit_comp.c | 659 BUILD_BUG_ON(FIELD_SIZEOF(struct sk_buff, protocol) != 2); in bpf_jit_insn() 663 EMIT4_DISP(0xbf532000, offsetof(struct sk_buff, protocol)); in bpf_jit_insn()
|