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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/net/
H A Dnet_tcp.c106 static void _tcp_protosend(tcp_info_t *ti,tcb_t *tcb);
108 static void _tcp_output(tcp_info_t *ti,tcb_t *tcb);
109 static void _tcp_aborttcb(tcp_info_t *ti,tcb_t *tcb);
110 static void _tcp_closetcb(tcp_info_t *ti,tcb_t *tcb);
112 static void _tcp_freetcb(tcp_info_t *ti,tcb_t *tcb);
113 static void _tcp_sendctlmsg(tcp_info_t *ti,tcb_t *tcb,uint16_t flags,int timeout);
121 #define _tcp_setstate(tcb,state) (tcb)->tcb_state = (state); \
125 #define _tcp_setstate(tcb,state) (tcb)
223 tcb_t *tcb; local
263 _tcp_freetcb(tcp_info_t *ti,tcb_t *tcb) argument
310 tcb_t *tcb; local
408 tcb_t *tcb; local
452 tcb_t *tcb; local
521 _tcp_aborttcb(tcp_info_t *ti,tcb_t *tcb) argument
562 _tcp_closetcb(tcp_info_t *ti,tcb_t *tcb) argument
599 tcb_t *tcb; local
662 tcb_t *tcb; local
708 tcb_t *tcb; local
738 tcb_t *tcb; local
765 tcb_t *tcb; local
795 tcb_t *tcb; local
833 tcb_t *tcb; local
895 tcb_t *tcb; local
957 tcb_t *tcb; local
1017 _tcp_output(tcp_info_t *ti,tcb_t *tcb) argument
1192 _tcp_protosend(tcp_info_t *ti,tcb_t *tcb) argument
1324 tcb_t tcb; /* fake TCB so we can use _tcp_protosend */ local
1356 _tcp_sendctlmsg(tcp_info_t *ti,tcb_t *tcb,uint16_t flags,int timeout) argument
1389 tcb_t *tcb = NULL; local
1420 tcb_t *tcb = NULL; local
1466 _tcp_procack(tcp_info_t *ti,tcb_t *tcb,uint32_t ack,uint16_t flags) argument
1569 _tcp_procdata(tcp_info_t *ti,tcb_t *tcb,uint32_t seqnum, uint16_t flags,ebuf_t *buf) argument
1768 tcb_t *tcb; local
2033 tcb_t *tcb; local
2081 tcb_t *tcb; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_test.c200 /* change the config block to standard tcb and the correct loopback */
212 /* change the config block to previous tcb mode and the no loopback */
223 * @tcb_extended: true if need to set extended tcb mode after clean loopback
275 * e100_diag_loopback_alloc - alloc & initate tcb and rfd for the loopback
283 tcb_t *tcb; local
287 /* tcb, tbd and transmit buffer are allocated */
288 tcb = pci_alloc_consistent(bdp->pdev,
292 if (tcb == NULL)
295 memset(tcb, 0x00, sizeof (tcb_t) + sizeof (tbd_t) + LB_PACKET_SIZE);
296 tcb
[all...]
H A De100_main.c945 /* setup the tcb pool */
1390 tcb_t *pcurr_tcb; /* point to current tcb */
1409 /* set the link to next tcb */
1860 * @tcb: associated tcb of the freed skb
1865 e100_tx_skb_free(struct e100_private *bdp, tcb_t *tcb) argument
1867 if (tcb->tcb_skb) {
1869 tbd_t *tbd_arr = tcb->tbd_ptr;
1870 int frags = skb_shinfo(tcb->tcb_skb)->nr_frags;
1878 dev_kfree_skb_irq(tcb
1895 tcb_t *tcb; local
2145 tcb_t *tcb, *prev_tcb; local
2261 e100_start_cu(struct e100_private *bdp, tcb_t *tcb) argument
3077 tcb_t *tcb = (tcb_t *) bdp->tcb_pool.data; local
[all...]
H A De100.h850 tcb_t *tcb; member in struct:ethtool_lpbk_data
879 tcb_t *last_tcb; /* pointer to last tcb sent */
969 extern void e100_start_cu(struct e100_private *bdp, tcb_t *tcb);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Dtcp_output.c193 struct tcp_skb_cb *tcb = TCP_SKB_CB(skb); local
204 if (tcb->flags & TCPCB_FLAG_SYN) {
233 th->seq = htonl(tcb->seq);
235 *(((__u16 *)th) + 6) = htons(((tcp_header_size >> 2) << 12) | tcb->flags);
236 if (tcb->flags & TCPCB_FLAG_SYN) {
248 between(tp->snd_up, tcb->seq+1, tcb->seq+0xFFFF)) {
249 th->urg_ptr = htons(tp->snd_up-tcb->seq);
253 if (tcb->flags & TCPCB_FLAG_SYN) {
260 tcb
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Drcpci45.c380 singleTCB tcb; local
381 psingleTCB ptcb = &tcb;
553 singleTCB tcb; local
554 psingleTCB ptcb = &tcb;
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dif_ppp.c824 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dif_ppp.c832 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dif_ppp.c832 for (pcb = tcb.inp_next; pcb != &tcb; pcb = pcb->inp_next)
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Dncr53c8xx.c484 ** quirks field of struct tcb.
522 struct tcb;
529 typedef struct tcb * tcb_p;
563 struct tcb { struct
569 ** JUMP IF (SFBR != #target#), @(next tcb)
578 ** SCR_COPY (1), @(sval field of this tcb), @(sxfer register)
579 ** SCR_COPY (1), @(wval field of this tcb), @(scntl3 register)
603 lcb_p lp[MAX_LUN]; /* The lcb's of this tcb */
1043 ** SCR_JUMP ^ IFTRUE(MASK(i, 3)), @(next tcb mod. i)
1050 struct tcb targe
[all...]
H A Dsym53c8xx.c1498 ** quirks field of struct tcb.
1537 struct tcb;
1544 typedef struct tcb * tcb_p;
1580 struct tcb { struct
2068 struct tcb target[MAX_TARGET];
3312 offsetof(struct tcb, wval),
3314 offsetof(struct tcb, sval),
3321 ** offsetof(struct tcb, uval),
3352 offsetof(struct tcb, b_luntbl),
3367 offsetof(struct tcb, b_lun
[all...]

Completed in 223 milliseconds