Searched defs:tcb (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Deepro100.c448 struct ifec_tcb *tcb = priv->tcb_head->next; local
454 if ( tcb->status || tcb->iob ) {
460 iob_len ( iobuf ), tcb->status, inw ( ioaddr + SCBCmd ) );
462 tcb->command = CmdSuspend | CmdTx | CmdTxFlex;
463 tcb->count = 0x01208000;
464 tcb->tbd_addr0 = virt_to_bus ( iobuf->data );
465 tcb->tbd_size0 = 0x3FFF & iob_len ( iobuf );
466 tcb->iob = iobuf;
471 priv->tcb_head = tcb;
996 struct ifec_tcb *tcb = priv->tcb_tail; local
1030 struct ifec_tcb *tcb; local
1084 struct ifec_tcb *tcb = priv->tcb_head->next; local
[all...]
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp_state.h164 struct socket tcb; member in struct:NATState
189 * operation on socket queue (tcb, udb)
397 #define tcb pData->tcb macro
419 #define queue_tcp_label tcb

Completed in 65 milliseconds