Searched refs:tx_usage_bitmap (Results 1 – 1 of 1) sorted by relevance
168 sys_bitarray_t *tx_usage_bitmap; /* Bit is set when TX block is in use */ member354 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, in alloc_tx_buffer()379 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, &tx_block_index); in alloc_tx_buffer()403 r = sys_bitarray_test_and_set_bit(conf->tx_usage_bitmap, next_bit, in alloc_tx_buffer()473 r = sys_bitarray_free(conf->tx_usage_bitmap, num_blocks, in release_tx_blocks()1445 .tx_usage_bitmap = &tx_usage_bitmap_##i, \
Completed in 8 milliseconds