Searched refs:buf_ (Results 1 – 3 of 3) sorted by relevance
32 #define ms_send(ctx_, buf_, size_) \ argument33 (ctx_->iface.write(&ctx_->iface, buf_, size_))
14 #define BUF_DEF(label) static uint32_t buf_##label[BUF_SIZE] \
607 static char __aligned(4) buf_##name[queue_sz * sizeof(type)]; \609 { (queue_sz), sizeof (type), (buf_##name), (&msgq_##name) }