Lines Matching refs:MHSIZ
169 #define MHSIZ sizeof(struct bcm_msg_head) macro
853 return MHSIZ; in bcm_read_op()
1028 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_tx_setup()
1239 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_rx_setup()
1284 return cfsiz + MHSIZ; in bcm_tx_send()
1303 if (size < MHSIZ) in bcm_sendmsg()
1307 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()
1312 if ((size - MHSIZ) % cfsiz) in bcm_sendmsg()
1360 ret = MHSIZ; in bcm_sendmsg()
1367 ret = MHSIZ; in bcm_sendmsg()
1386 if ((msg_head.nframes != 1) || (size != cfsiz + MHSIZ)) in bcm_sendmsg()