Searched refs:outer (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/include/net/ |
D | inet_ecn.h | 27 static inline __u8 INET_ECN_encapsulate(__u8 outer, __u8 inner) in INET_ECN_encapsulate() argument 29 outer &= ~3; in INET_ECN_encapsulate() 31 outer |= (inner & 3); in INET_ECN_encapsulate() 32 return outer; in INET_ECN_encapsulate()
|
/linux-2.4.37.9/arch/sh64/kernel/ |
D | pci_sh5.c | 468 pcibios_size_bridge(struct pci_bus *bus, struct pbus_set_ranges_data *outer) in pcibios_size_bridge() argument 534 if (outer) { in pcibios_size_bridge() 535 outer->io_end = ROUND_UP(outer->io_end, 4*1024); in pcibios_size_bridge() 536 outer->io_end += inner.io_end; in pcibios_size_bridge() 538 outer->mem_end = ROUND_UP(outer->mem_end, 1*1024*1024); in pcibios_size_bridge() 539 outer->mem_end += inner.mem_end; in pcibios_size_bridge() 548 struct pbus_set_ranges_data outer; in pcibios_size_bridges() local 550 memset(&outer,0,sizeof(outer)); in pcibios_size_bridges() 551 pcibios_size_bridge(pci_root_bus,&outer); in pcibios_size_bridges()
|
/linux-2.4.37.9/arch/m68k/math-emu/ |
D | fp_decode.h | 356 | with base and/or outer displacement 390 1: printf PDECODE,"0" | null outer displacement 393 2: fp_get_instr_word %a0,fp_err_ua1 | 16bit outer displacement 396 3: fp_get_instr_long %a0,fp_err_ua1 | 32bit outer displacement
|
/linux-2.4.37.9/Documentation/networking/ |
D | NAPI_HOWTO.txt | 445 do { // outer beggining loop starts here 538 * 3. if an irq raised after the begining of the outer beginning 578 5) A new outer for (;;) loop has been added. This serves the purpose of
|
/linux-2.4.37.9/scripts/ |
D | checkpatch.pl | 596 my ($linenr, $remain, $outer, $open, $close, $off) = @_; 636 if (!$outer || $level <= 1) {
|
/linux-2.4.37.9/drivers/scsi/ |
D | ChangeLog | 1969 another command unless we are on the outer level. Fixes bug
|
D | README.ibmmca | 501 outer-world about operational load statistics on the different ldns,
|
/linux-2.4.37.9/arch/m68k/ifpsp060/src/ |
D | pfpsp.S | 5154 # outer displacement:
|
D | fpsp.S | 19105 # outer displacement:
|