Searched refs:MSG_SIZE (Results 1 – 3 of 3) sorted by relevance
107 #define ADF_MAX_INFLIGHTS(RING_SIZE, MSG_SIZE) \ argument108 ((((1 << (RING_SIZE - 1)) << 3) >> ADF_SIZE_TO_POW(MSG_SIZE)) - 1)
50 #define MSG_SIZE(s) ((s) + offsetof(struct iucv_tty_msg, data)) macro161 bufp->msg.length = MSG_SIZE(size); in alloc_tty_buffer()263 (rb->msg.length != MSG_SIZE(rb->mbuf->datalen))) in hvc_iucv_write()410 sb->msg.length = MSG_SIZE(sb->mbuf->datalen); in hvc_iucv_send()909 if (msg->length > MSG_SIZE(MSG_MAX_DATALEN)) { in hvc_iucv_msg_pending()
177 #define MSG_SIZE 34 /* size of message structure */ macro