DLN2_MAX_RX_SLOTS
if (rx_slot >= DLN2_MAX_RX_SLOTS)
*slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS);
if (*slot < DLN2_MAX_RX_SLOTS) {
return *slot < DLN2_MAX_RX_SLOTS;
for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) {
for (j = 0; j < DLN2_MAX_RX_SLOTS; j++)
DECLARE_BITMAP(bmap, DLN2_MAX_RX_SLOTS);
struct dln2_rx_context slots[DLN2_MAX_RX_SLOTS];