Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c121 int tx_slots = 0, port; in nlm_setup_tx_cal_cfg() local
127 tx_slots += cfg[port].tx_slots_reqd; in nlm_setup_tx_cal_cfg()
128 if (tx_slots > MAX_CAL_SLOTS) { in nlm_setup_tx_cal_cfg()
129 tx_slots = MAX_CAL_SLOTS; in nlm_setup_tx_cal_cfg()
134 nlm_write_nae_reg(nae_base, NAE_EGR_NIOR_CAL_LEN_REG, tx_slots - 1); in nlm_setup_tx_cal_cfg()