Searched refs:tx_usage_bitmap (Results 1 – 1 of 1) sorted by relevance
167 sys_bitarray_t *tx_usage_bitmap; /* Bit is set when TX block is in use */ member353 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, in alloc_tx_buffer()378 r = sys_bitarray_alloc(conf->tx_usage_bitmap, num_blocks, &tx_block_index); in alloc_tx_buffer()402 r = sys_bitarray_test_and_set_bit(conf->tx_usage_bitmap, next_bit, in alloc_tx_buffer()472 r = sys_bitarray_free(conf->tx_usage_bitmap, num_blocks, in release_tx_blocks()1438 .tx_usage_bitmap = &tx_usage_bitmap_##i, \