Searched refs:tcb (Results 1 - 8 of 8) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c832 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/gigaset/
H A Dcommon.c797 struct cmdbuf_t *cb, *tcb; local
819 tcb = cb;
821 kfree(tcb);
H A Dser-gigaset.c109 struct cmdbuf_t *cb, *tcb; local
138 tcb = cb;
149 if (tcb->wake_tasklet)
150 tasklet_schedule(tcb->wake_tasklet);
151 kfree(tcb);
H A Dusb-gigaset.c396 struct cmdbuf_t *tcb; local
404 tcb = cb;
420 if (tcb->wake_tasklet)
421 tasklet_schedule(tcb->wake_tasklet);
422 kfree(tcb);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A De100.c481 } tcb; member in union:cb::__anon5413
1611 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
1612 cb->u.tcb.tcb_byte_count = 0;
1613 cb->u.tcb.threshold = nic->tx_threshold;
1614 cb->u.tcb.tbd_count = 1;
1615 cb->u.tcb.tbd.buf_addr = cpu_to_le32(pci_map_single(nic->pdev,
1618 cb->u.tcb.tbd.size = cpu_to_le16(skb->len);
1671 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1672 le16_to_cpu(cb->u.tcb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1150 struct tcb;
1186 struct tcb { struct
1192 ** JUMP IF (SFBR != #target#), @(next tcb)
1201 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
1202 ** SCR_COPY (1), @(wval field of this tcb), @(scntl3 register)
1226 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1667 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(next tcb mod. i)
1674 struct tcb target[MAX_TARGET]; /* Target data */
1957 static void ncr_negotiate (struct ncb* np, struct tcb* tp);
2597 ** - struct tcb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dtcp.c470 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); local
473 tcb->seq = tcb->end_seq = tp->write_seq;
474 tcb->flags = TCPCB_FLAG_ACK;
475 tcb->sacked = 0;
H A Dtcp_output.c396 struct tcp_skb_cb *tcb; local
425 tcb = TCP_SKB_CB(skb);
433 if (unlikely(tcb->flags & TCPCB_FLAG_SYN)) {
478 th->seq = htonl(tcb->seq);
481 tcb->flags);
483 if (unlikely(tcb->flags & TCPCB_FLAG_SYN)) {
495 between(tp->snd_up, tcb->seq+1, tcb->seq+0xFFFF))) {
496 th->urg_ptr = htons(tp->snd_up-tcb->seq);
500 if (unlikely(tcb
[all...]

Completed in 225 milliseconds