Home
last modified time | relevance | path

Searched refs:MSG_SIZE (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/tty/hvc/
Dhvc_iucv.c50 #define MSG_SIZE(s) ((s) + offsetof(struct iucv_tty_msg, data)) macro
159 bufp->msg.length = MSG_SIZE(size); in alloc_tty_buffer()
261 (rb->msg.length != MSG_SIZE(rb->mbuf->datalen))) in hvc_iucv_write()
408 sb->msg.length = MSG_SIZE(sb->mbuf->datalen); in hvc_iucv_send()
836 if (msg->length > MSG_SIZE(MSG_MAX_DATALEN)) { in hvc_iucv_msg_pending()
/linux-3.4.99/drivers/scsi/
Dgdth.h186 #define MSG_SIZE 34 /* size of message structure */ macro