Lines Matching refs:tx_bytes
1132 unsigned int tx_bytes; in tx_schedule() local
1142 tx_bytes = dev->tx_bytes; in tx_schedule()
1158 if (tx_bytes) { in tx_schedule()
1160 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
1164 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1170 dev->tx_bytes = 0; in tx_schedule()
1173 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1174 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1184 tx_bytes = dev->tx_iovec->iov_len; in tx_schedule()
1188 if (!test_bit (ultra, &dev->flags) || tx_bytes <= MAX_PIO_COUNT) { in tx_schedule()
1192 if (tx_bytes <= MAX_TRANSFER_COUNT) { in tx_schedule()
1194 dev->tx_bytes = 0; in tx_schedule()
1197 dev->tx_bytes = tx_bytes - MAX_TRANSFER_COUNT; in tx_schedule()
1198 tx_bytes = MAX_TRANSFER_COUNT; in tx_schedule()
1215 if (tx_bytes) { in tx_schedule()
1219 wrs_regb (dev, DATA_PORT_OFF, dev->tx_addr, tx_bytes); in tx_schedule()
1228 ? tx_bytes | MASTER_TX_AUTO_APPEND_DESC in tx_schedule()
1229 : tx_bytes); in tx_schedule()
1231 dev->tx_addr += tx_bytes; in tx_schedule()
1778 dev->tx_bytes = 0; in hrz_send()
1788 dev->tx_bytes = tx_len; in hrz_send()
2841 dev->tx_bytes = 0; in hrz_probe()