Home
last modified time | relevance | path

Searched refs:h2 (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/net/sched/
Dcls_rsvp.h139 unsigned int h1, h2; in rsvp_classify() local
175 h2 = hash_src(src); in rsvp_classify()
189 for (f = s->ht[h2]; f; f = f->next) { in rsvp_classify()
230 unsigned int h2 = (handle >> 8) & 0xFF; in rsvp_get() local
232 if (h2 > 16) in rsvp_get()
236 for (f = s->ht[h2]; f; f = f->next) { in rsvp_get()
272 int h1, h2; in rsvp_destroy() local
285 for (h2 = 0; h2 <= 16; h2++) { in rsvp_destroy()
288 while ((f = s->ht[h2]) != NULL) { in rsvp_destroy()
289 s->ht[h2] = f->next; in rsvp_destroy()
[all …]
Dcls_route.c224 unsigned int h1, h2; in route4_get() local
233 h2 = from_hash(handle >> 16); in route4_get()
234 if (h2 > 32) in route4_get()
239 for (f = b->ht[h2]; f; f = f->next) in route4_get()
266 int h1, h2; in route4_destroy() local
276 for (h2 = 0; h2 <= 32; h2++) { in route4_destroy()
279 while ((f = b->ht[h2]) != NULL) { in route4_destroy()
280 b->ht[h2] = f->next; in route4_destroy()
396 unsigned int h2 = from_hash(nhandle >> 16); in route4_set_parms() local
399 for (fp = b->ht[h2]; fp; fp = fp->next) in route4_set_parms()
/linux-3.4.99/drivers/media/common/
Dsaa7146_i2c.c29 int h1, h2; in saa7146_i2c_msg_prepare() local
60 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare()
61 op[h1] |= cpu_to_le32( (u8)addr << ((3-h2)*8)); in saa7146_i2c_msg_prepare()
62 op[h1] |= cpu_to_le32(SAA7146_I2C_START << ((3-h2)*2)); in saa7146_i2c_msg_prepare()
68 h1 = op_count/3; h2 = op_count%3; in saa7146_i2c_msg_prepare()
69 op[h1] |= cpu_to_le32( (u32)((u8)m[i].buf[j]) << ((3-h2)*8)); in saa7146_i2c_msg_prepare()
70 op[h1] |= cpu_to_le32( SAA7146_I2C_CONT << ((3-h2)*2)); in saa7146_i2c_msg_prepare()
78 h1 = (op_count-1)/3; h2 = (op_count-1)%3; in saa7146_i2c_msg_prepare()
79 if ( SAA7146_I2C_CONT == (0x3 & (le32_to_cpu(op[h1]) >> ((3-h2)*2))) ) { in saa7146_i2c_msg_prepare()
80 op[h1] &= ~cpu_to_le32(0x2 << ((3-h2)*2)); in saa7146_i2c_msg_prepare()
[all …]
/linux-3.4.99/arch/alpha/kernel/
Dconsole.c28 default_vga_hose_select(struct pci_controller *h1, struct pci_controller *h2) in default_vga_hose_select() argument
30 if (h2->index < h1->index) in default_vga_hose_select()
31 return h2; in default_vga_hose_select()
/linux-3.4.99/arch/arm/mach-omap1/
DMakefile31 obj-$(CONFIG_MACH_OMAP_H2) += board-h2.o board-h2-mmc.o
/linux-3.4.99/net/ipv6/
Dip6_flowlabel.c435 static int ipv6_hdr_cmp(struct ipv6_opt_hdr *h1, struct ipv6_opt_hdr *h2) in ipv6_hdr_cmp() argument
437 if (h1 == h2) in ipv6_hdr_cmp()
439 if (h1 == NULL || h2 == NULL) in ipv6_hdr_cmp()
441 if (h1->hdrlen != h2->hdrlen) in ipv6_hdr_cmp()
443 return memcmp(h1+1, h2+1, ((h1->hdrlen+1)<<3) - sizeof(*h1)); in ipv6_hdr_cmp()
/linux-3.4.99/drivers/video/matrox/
Dmatroxfb_maven.c213 unsigned int* h2) { in matroxfb_PLL_mavenclock() argument
267 *h2 = besth2 = ln; in matroxfb_PLL_mavenclock()
721 uninitialized_var(h2); in maven_find_exact_clocks()
724 …nclock((m->mode == MATROXFB_OUTPUT_MODE_PAL) ? &maven_PAL : &maven_NTSC, h, vt, &a, &b, &c, &h2)) { in maven_find_exact_clocks()
725 unsigned int diff = h - h2; in maven_find_exact_clocks()
732 m->hcorr = h2 - 2; in maven_find_exact_clocks()
/linux-3.4.99/net/packet/
Daf_packet.c414 struct tpacket2_hdr *h2; in __packet_set_status() member
425 h.h2->tp_status = status; in __packet_set_status()
426 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_set_status()
441 struct tpacket2_hdr *h2; in __packet_get_status() member
453 flush_dcache_page(pgv_to_page(&h.h2->tp_status)); in __packet_get_status()
454 return h.h2->tp_status; in __packet_get_status()
471 struct tpacket2_hdr *h2; in packet_lookup_frame() member
1723 struct tpacket2_hdr *h2; in tpacket_rcv() member
1840 h.h2->tp_len = skb->len; in tpacket_rcv()
1841 h.h2->tp_snaplen = snaplen; in tpacket_rcv()
[all …]
/linux-3.4.99/drivers/tty/serial/
Difx6x60.c338 u16 h2; in ifx_spi_decode_spi_header() local
342 h2 = *(in_buffer+1); in ifx_spi_decode_spi_header()
344 if (h1 == 0 && h2 == 0) { in ifx_spi_decode_spi_header()
347 } else if (h1 == 0xffff && h2 == 0xffff) { in ifx_spi_decode_spi_header()
/linux-3.4.99/arch/mips/boot/
Delf2ecoff.c120 const Elf32_Phdr *h2 = v2; in phcmp() local
122 if (h1->p_vaddr > h2->p_vaddr) in phcmp()
124 else if (h1->p_vaddr < h2->p_vaddr) in phcmp()
/linux-3.4.99/security/keys/
Dtrusted.c125 unsigned char *h2, unsigned char h3, ...) in TSS_authhmac() argument
165 TPM_NONCE_SIZE, h2, 1, &c, 0, 0); in TSS_authhmac()
/linux-3.4.99/Documentation/trace/
Dftrace.txt843 sshd-4261 0d.h2 18us : idle_cpu (irq_enter)
852 sshd-4261 0d.h2 29us : irq_exit (do_IRQ)
853 sshd-4261 0d.h2 29us : sub_preempt_count (irq_exit)
/linux-3.4.99/drivers/staging/wlags49_h2/
DREADME.wlags4945 <hermes_type> is: 'h2' for Hermes-II, 'h25' for Hermes-II.5