Lines Matching refs:CONCAT
837 static struct rtio_iodev_sqe CONCAT(_sqe_pool_, name)[sz]; \
842 .pool = CONCAT(_sqe_pool_, name), \
847 static struct rtio_cqe CONCAT(_cqe_pool_, name)[sz]; \
852 .pool = CONCAT(_cqe_pool_, name), \
879 CONCAT(_block_pool_, name)[blk_cnt*WB_UP(blk_sz)]; \
881 CONCAT(_block_pool_, name), RTIO_DMEM)
885 (static K_SEM_DEFINE(CONCAT(_submit_sem_, name), 0, K_SEM_MAX_LIMIT))) \
887 (static K_SEM_DEFINE(CONCAT(_consume_sem_, name), 0, K_SEM_MAX_LIMIT))) \
889 IF_ENABLED(CONFIG_RTIO_SUBMIT_SEM, (.submit_sem = &CONCAT(_submit_sem_, name),)) \
891 IF_ENABLED(CONFIG_RTIO_CONSUME_SEM, (.consume_sem = &CONCAT(_consume_sem_, name),))\
909 Z_RTIO_SQE_POOL_DEFINE(CONCAT(name, _sqe_pool), sq_sz); \
910 Z_RTIO_CQE_POOL_DEFINE(CONCAT(name, _cqe_pool), cq_sz); \
911 Z_RTIO_DEFINE(name, &CONCAT(name, _sqe_pool), \
912 &CONCAT(name, _cqe_pool), NULL)