Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/axgbe/
H A Daxgbe_i2c.c130 unsigned int rx_slots; in axgbe_i2c_read() local
136 rx_slots = XI2C_IOREAD(pdata, IC_RXFLR); in axgbe_i2c_read()
137 while (rx_slots && state->rx_len) { in axgbe_i2c_read()
140 rx_slots--; in axgbe_i2c_read()
/f-stack/freebsd/mips/nlm/dev/net/
H A Dnae.c84 int rx_slots = 0, port; in nlm_setup_rx_cal_cfg() local
90 rx_slots += cfg[port].rx_slots_reqd; in nlm_setup_rx_cal_cfg()
91 if (rx_slots > MAX_CAL_SLOTS) { in nlm_setup_rx_cal_cfg()
92 rx_slots = MAX_CAL_SLOTS; in nlm_setup_rx_cal_cfg()
97 cal_len = rx_slots - 1; in nlm_setup_rx_cal_cfg()