Searched refs:rx_slots (Results 1 – 2 of 2) sorted by relevance
140 unsigned int rx_slots; in xgbe_i2c_read() local146 rx_slots = XI2C_IOREAD(pdata, IC_RXFLR); in xgbe_i2c_read()147 while (rx_slots && state->rx_len) { in xgbe_i2c_read()150 rx_slots--; in xgbe_i2c_read()
149 int rx_slots; member306 cm->rx_slots++; in riocm_rx_get_msg()329 if (cm->rx_slots == 0) in riocm_rx_fill()332 for (i = 0; i < RIOCM_RX_RING_SIZE && cm->rx_slots && nent; i++) { in riocm_rx_fill()338 cm->rx_slots--; in riocm_rx_fill()2142 cm->rx_slots = RIOCM_RX_RING_SIZE; in riocm_add_mport()
Completed in 10 milliseconds