Lines Matching refs:tx_len
159 int tx_len;166 tx_len = rs->pending_write;169 while (rx_len || tx_len) {171 u32 val = (min(tx_len, 4) * 8) << 24;174 if (tx_len > 4)175 val |= (tx_len - 4) * 8;179 tx_len = 0;204 int tx_len, const u8 *buf)217 while (tx_len > 0) {233 tx_len -= 1;