Searched refs:DLN2_MAX_RX_SLOTS (Results 1 – 1 of 1) sorted by relevance
42 #define DLN2_MAX_RX_SLOTS 16 macro81 DECLARE_BITMAP(bmap, DLN2_MAX_RX_SLOTS);87 struct dln2_rx_context slots[DLN2_MAX_RX_SLOTS];197 if (rx_slot >= DLN2_MAX_RX_SLOTS) in dln2_transfer_complete()362 *slot = find_first_zero_bit(rxs->bmap, DLN2_MAX_RX_SLOTS); in find_free_slot()364 if (*slot < DLN2_MAX_RX_SLOTS) { in find_free_slot()373 return *slot < DLN2_MAX_RX_SLOTS; in find_free_slot()736 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) { in dln2_stop()795 for (j = 0; j < DLN2_MAX_RX_SLOTS; j++) in dln2_probe()