Lines Matching refs:blocks_ptr
158 uint8_t *blocks_ptr; /* Address where the blocks start. */ member
233 return (struct block_content *)(ch_conf->blocks_ptr + in block_from_index()
272 end_ptr = ch_conf->blocks_ptr + allocable_size; in buffer_from_index_validate()
308 block_index = (buffer - ch_conf->blocks_ptr) / ch_conf->block_size; in buffer_to_index_validate()
611 const char *buffer_end = (const char *)rx_conf->blocks_ptr + in find_ept_by_name()
1036 (uint32_t)conf->tx.blocks_ptr, in open()
1042 (uint32_t)conf->rx.blocks_ptr, in open()
1256 native_emb_addr_remap((void **)&conf->tx.blocks_ptr); in backend_init()
1257 native_emb_addr_remap((void **)&conf->rx.blocks_ptr); in backend_init()
1271 dev_data->is_initiator = (conf->rx.blocks_ptr < conf->tx.blocks_ptr); in backend_init()
1430 .blocks_ptr = (uint8_t *)GET_BLOCKS_ADDR_INST(i, tx, rx), \
1435 .blocks_ptr = (uint8_t *)GET_BLOCKS_ADDR_INST(i, rx, tx), \