Home
last modified time | relevance | path

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

12

/arch/x86/xen/
Dplatform-pci-unplug.c41 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/
Dnet_kern.h33 unsigned short (*protocol)(struct sk_buff *); member
47 unsigned short (*protocol)(struct sk_buff *); member
/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,
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()
460 .protocol = transport->kern->protocol, in eth_configure()
Dumcast_kern.c65 .protocol = eth_protocol,
/arch/xtensa/platforms/iss/
Dnetwork.c92 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/
Dpmjump.S66 # 32-bit boot protocol
/arch/powerpc/include/asm/
Ducc_slow.h151 int protocol; /* QE_CR_PROTOCOL_xxx */ member
/arch/powerpc/sysdev/qe_lib/
Ducc_slow.c197 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/
Dvirtex440-ml507.dts192 xlnx,mch0-protocol = <0x0>;
195 xlnx,mch1-protocol = <0x0>;
198 xlnx,mch2-protocol = <0x0>;
201 xlnx,mch3-protocol = <0x0>;
Dvirtex440-ml510.dts163 xlnx,mch0-protocol = <0x0>;
166 xlnx,mch1-protocol = <0x0>;
169 xlnx,mch2-protocol = <0x0>;
172 xlnx,mch3-protocol = <0x0>;
/arch/microblaze/boot/dts/
Dsystem.dts155 xlnx,mch0-protocol = <0x0>;
158 xlnx,mch1-protocol = <0x0>;
161 xlnx,mch2-protocol = <0x0>;
164 xlnx,mch3-protocol = <0x0>;
/arch/mn10300/
DKconfig.debug89 bool "Debug GDB stub protocol"
93 protocol messages generated exchanged with GDB.
/arch/m68k/emu/
Dnfeth.c125 skb->protocol = eth_type_trans(skb, dev); in recv_packet()
/arch/cris/include/arch-v32/arch/hwregs/
Deth_defs.h135 unsigned int protocol : 1; member
/arch/cris/arch-v32/drivers/
DKconfig355 # 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/
Dbpf_jit_comp.c350 protocol) != 2); in bpf_jit_build_body()
352 protocol)); in bpf_jit_build_body()
/arch/ia64/hp/sim/
Dsimeth.c462 skb->protocol = eth_type_trans(skb, dev); in simeth_rx()
/arch/s390/net/
Dbpf_jit_comp.c659 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()

12