Home
last modified time | relevance | path

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

/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c102 unsigned int tx_slots; in axgbe_i2c_write() local
106 tx_slots = pdata->i2c.tx_fifo_size - XI2C_IOREAD(pdata, IC_TXFLR); in axgbe_i2c_write()
107 while (tx_slots && state->tx_len) { in axgbe_i2c_write()
118 tx_slots--; in axgbe_i2c_write()