Searched refs:tcb_bytes (Results 1 – 1 of 1) sorted by relevance
175 uint16_t tcb_bytes; /* transmit command block byte count (in lower 14 bits */ member737 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() local751 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 …]