Lines Matching refs:MHSIZ
169 #define MHSIZ sizeof(struct bcm_msg_head)
853 return MHSIZ;
1026 return msg_head->nframes * op->cfsiz + MHSIZ;
1243 return msg_head->nframes * op->cfsiz + MHSIZ;
1288 return cfsiz + MHSIZ;
1307 if (size < MHSIZ)
1311 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ);
1316 if ((size - MHSIZ) % cfsiz)
1364 ret = MHSIZ;
1371 ret = MHSIZ;
1390 if ((msg_head.nframes != 1) || (size != cfsiz + MHSIZ))