Home
last modified time | relevance | path

Searched refs:thp (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/drivers/net/
Dslhc.c489 register struct tcphdr *thp; in slhc_uncompress() local
522 thp = &cs->cs_tcp; in slhc_uncompress()
525 thp->check = *(__sum16 *)cp; in slhc_uncompress()
528 thp->psh = (changes & TCP_PUSH_BIT) ? 1 : 0; in slhc_uncompress()
535 hdrlen = ip->ihl * 4 + thp->doff * 4; in slhc_uncompress()
542 thp->ack_seq = htonl( ntohl(thp->ack_seq) + i); in slhc_uncompress()
543 thp->seq = htonl( ntohl(thp->seq) + i); in slhc_uncompress()
548 thp->seq = htonl( ntohl(thp->seq) + in slhc_uncompress()
554 thp->urg = 1; in slhc_uncompress()
558 thp->urg_ptr = htons(x); in slhc_uncompress()
[all …]
/linux-2.6.39/drivers/i2c/busses/
Di2c-octeon.c453 int thp = 0x18, mdiv = 2, ndiv = 0, delta_hz = 1000000; in octeon_i2c_setclock() local
480 thp = thp_idx; in octeon_i2c_setclock()
487 octeon_i2c_write_sw(i2c, SW_TWSI_OP_TWSI_CLK, thp); in octeon_i2c_setclock()
/linux-2.6.39/drivers/staging/cxt1e1/
Dmusycc.h80 VINT32 thp[32]; /* Transmit Head Pointer [5-29] */ member
Dmusycc.c390 ch->up->regram->thp[ch->gchan] = cpu_to_le32 (OS_vtophys (md)); in musycc_update_tx_thp()
1736 pi->regram->thp[gchan] = 0; in musycc_chan_down()
Dpmcc4_drv.c1490 pi->regram->thp[gchan] = tmp; in c4_chan_up()