Lines Matching defs:tx_len
139 unsigned int tx_len;
871 xmit->tail += atmel_port->tx_len;
874 port->icount.tx += atmel_port->tx_len;
932 unsigned int tx_len, part1_len, part2_len, sg_len;
949 tx_len = CIRC_CNT_TO_END(xmit->head,
955 part1_len = (tx_len & ~0x3); /* DWORD access */
956 part2_len = (tx_len & 0x3); /* BYTE access */
960 part2_len = tx_len; /* BYTE access only */
981 * save tx_len so atmel_complete_tx_dma() will increase
984 atmel_port->tx_len = tx_len;
2038 * been cleared, so we have to reset tx_len accordingly.
2040 atmel_port->tx_len = 0;