Home
last modified time | relevance | path

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

/Linux-v6.1/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];
198 if (rx_slot >= DLN2_MAX_RX_SLOTS) in dln2_transfer_complete()
363 *slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS); in find_free_slot()
365 if (*slot < DLN2_MAX_RX_SLOTS) { in find_free_slot()
374 return *slot < DLN2_MAX_RX_SLOTS; in find_free_slot()
737 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) { in dln2_stop()
796 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) in dln2_probe()