Lines Matching refs:MHSIZ
169 #define MHSIZ sizeof(struct bcm_msg_head)
848 return MHSIZ;
1021 return msg_head->nframes * op->cfsiz + MHSIZ;
1238 return msg_head->nframes * op->cfsiz + MHSIZ;
1283 return cfsiz + MHSIZ;
1302 if (size < MHSIZ)
1306 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ);
1311 if ((size - MHSIZ) % cfsiz)
1359 ret = MHSIZ;
1366 ret = MHSIZ;
1385 if ((msg_head.nframes != 1) || (size != cfsiz + MHSIZ))