Home
last modified time | relevance | path

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

/lk-master/platform/stm32f0xx/
A Di2c.c277 uint8_t *tx_data, size_t tx_count, in stm32_i2c_txn() argument
280 stm32_i2c_setup_buf(&i2c->tx_buf, tx_data, tx_count); in stm32_i2c_txn()
284 tx_count++; in stm32_i2c_txn()
290 if (tx_count > 0) { in stm32_i2c_txn()
291 count = tx_count; in stm32_i2c_txn()
/lk-master/platform/zynq/
A Dgem.c89 unsigned int tx_count; member
115 while (gem.tx_count > 0 && in free_completed_pbuf_frames()
127 gem.tx_count--; in free_completed_pbuf_frames()
146 while (gem.tx_count < GEM_TX_DESC_CNT && in queue_pkts_in_tx_tbl()
164 gem.tx_count++; in queue_pkts_in_tx_tbl()
397 gem.tx_head, gem.tx_tail, gem.tx_count, frames_tx, frames_rx); in gem_stat_thread()

Completed in 6 milliseconds