Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mfd/
Ddln2.c43 #define DLN2_MAX_RX_SLOTS 16 macro
82 DECLARE_BITMAP(bmap, DLN2_MAX_RX_SLOTS);
88 struct dln2_rx_context slots[DLN2_MAX_RX_SLOTS];
203 if (rx_slot >= DLN2_MAX_RX_SLOTS) in dln2_transfer_complete()
368 *slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS); in find_free_slot()
370 if (*slot < DLN2_MAX_RX_SLOTS) { in find_free_slot()
379 return *slot < DLN2_MAX_RX_SLOTS; in find_free_slot()
742 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) { in dln2_stop()
805 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) in dln2_probe()