Home
last modified time | relevance | path

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

/openbmc/qemu/hw/net/
H A Deepro100.c175 uint16_t tcb_bytes; /* transmit command block byte count (in lower 14 bits */ member
737 s->tx.tcb_bytes = le16_to_cpu(s->tx.tcb_bytes); in read_cb()
744 uint16_t tcb_bytes = s->tx.tcb_bytes & 0x3fff; in tx_command() local
751 tbd_array, tcb_bytes, s->tx.tbd_count)); in tx_command()
753 if (tcb_bytes > 2600) { in tx_command()
755 tcb_bytes = 2600; in tx_command()
757 if (!((tcb_bytes > 0) || (tbd_array != 0xffffffff))) { in tx_command()
761 assert(tcb_bytes <= sizeof(buf)); in tx_command()
762 while (size < tcb_bytes) { in tx_command()
765 tbd_address, tcb_bytes)); in tx_command()
[all …]