Searched refs:tcb (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/et131x/
H A Det1310_tx.h106 struct tcb { struct
107 struct tcb *next; /* Next entry in ring */
119 struct tcb *tcb_ring;
122 struct tcb *tcb_qhead;
123 struct tcb *tcb_qtail;
131 struct tcb *send_head;
132 struct tcb *send_tail;
H A Det1310_tx.c92 struct tcb *tcb);
95 static int nic_send_packet(struct et131x_adapter *etdev, struct tcb *tcb);
116 kcalloc(NUM_TCB, sizeof(struct tcb), GFP_ATOMIC | GFP_DMA);
184 /* Free the memory for the tcb structures */
251 struct tcb *tcb; local
257 tcb = adapter->tx_ring.tcb_ring;
259 tx_ring->tcb_qhead = tcb;
344 struct tcb *tcb = NULL; local
411 nic_send_packet(struct et131x_adapter *etdev, struct tcb *tcb) argument
630 et131x_free_send_packet(struct et131x_adapter *etdev, struct tcb *tcb) argument
698 struct tcb *tcb; local
747 struct tcb *tcb; local
[all...]
H A Det131x_isr.c197 struct tcb *tcb = adapter->tx_ring.send_head; local
199 if (tcb)
200 if (++tcb->stale > 1)
205 else if (tcb == NULL)
H A Det131x_netdev.c503 struct tcb *tcb; local
525 tcb = etdev->tx_ring.send_head;
527 if (tcb != NULL) {
528 tcb->count++;
530 if (tcb->count > NIC_SEND_HANG_THRESHOLD) {
535 "Send stuck - reset. tcb->WrIndex %x, Flags 0x%08x\n",
536 tcb->index,
537 tcb->flags);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-mainloop.c393 TimeoutCallback *tcb; local
395 tcb = timeout_callback_new (timeout);
396 if (tcb == NULL)
399 if (_dbus_list_append (&loop->timeouts, tcb))
406 timeout_callback_free (tcb);
447 TimeoutCallback *tcb,
460 interval = dbus_timeout_get_interval (tcb->timeout);
465 expiration_tv_sec = tcb->last_tv_sec + interval_seconds;
466 expiration_tv_usec = tcb->last_tv_usec + interval_milliseconds * 1000;
486 tcb
445 check_timeout(unsigned long tv_sec, unsigned long tv_usec, TimeoutCallback *tcb, int *timeout) argument
628 TimeoutCallback *tcb = link->data; local
738 TimeoutCallback *tcb = link->data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/gigaset/
H A Dser-gigaset.c108 struct cmdbuf_t *cb, *tcb; local
137 tcb = cb;
148 if (tcb->wake_tasklet)
149 tasklet_schedule(tcb->wake_tasklet);
150 kfree(tcb);
H A Dusb-gigaset.c388 struct cmdbuf_t *tcb; local
396 tcb = cb;
412 if (tcb->wake_tasklet)
413 tasklet_schedule(tcb->wake_tasklet);
414 kfree(tcb);
H A Dcommon.c842 struct cmdbuf_t *cb, *tcb; local
862 tcb = cb;
864 kfree(tcb);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dtcp_output.c747 struct tcp_skb_cb *tcb = skb ? TCP_SKB_CB(skb) : NULL; local
764 opts->tsval = tcb ? tcb->when : 0;
800 struct tcp_skb_cb *tcb; local
826 tcb = TCP_SKB_CB(skb);
829 if (unlikely(tcb->flags & TCPHDR_SYN))
847 th->seq = htonl(tcb->seq);
850 tcb->flags);
852 if (unlikely(tcb->flags & TCPHDR_SYN)) {
864 if (unlikely(tcp_urg_mode(tp) && before(tcb
[all...]
H A Dtcp.c533 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); local
536 tcb->seq = tcb->end_seq = tp->write_seq;
537 tcb->flags = TCPHDR_ACK;
538 tcb->sacked = 0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1127 struct tcb;
1163 struct tcb { struct
1169 ** JUMP IF (SFBR != #target#), @(next tcb)
1178 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
1179 ** SCR_COPY (1), @(wval field of this tcb), @(scntl3 register)
1203 struct lcb * lp[MAX_LUN]; /* The lcb's of this tcb */
1644 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(next tcb mod. i)
1651 struct tcb target[MAX_TARGET]; /* Target data */
1934 static void ncr_negotiate (struct ncb* np, struct tcb* tp);
2574 ** - struct tcb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A De100.c514 } tcb; member in union:cb::__anon12737
1712 cb->u.tcb.tbd_array = cb->dma_addr + offsetof(struct cb, u.tcb.tbd);
1713 cb->u.tcb.tcb_byte_count = 0;
1714 cb->u.tcb.threshold = nic->tx_threshold;
1715 cb->u.tcb.tbd_count = 1;
1716 cb->u.tcb.tbd.buf_addr = cpu_to_le32(pci_map_single(nic->pdev,
1719 cb->u.tcb.tbd.size = cpu_to_le16(skb->len);
1778 le32_to_cpu(cb->u.tcb.tbd.buf_addr),
1779 le16_to_cpu(cb->u.tcb
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dif_ppp.c832 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dif_ppp.c824 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)

Completed in 188 milliseconds