Searched refs:MHSIZ (Results 1 – 1 of 1) sorted by relevance
136 #define MHSIZ sizeof(struct bcm_msg_head) macro822 return MHSIZ; in bcm_read_op()979 return msg_head->nframes * CFSIZ + MHSIZ; in bcm_tx_setup()1186 return msg_head->nframes * CFSIZ + MHSIZ; in bcm_rx_setup()1230 return CFSIZ + MHSIZ; in bcm_tx_send()1248 if (size < MHSIZ || (size - MHSIZ) % CFSIZ) in bcm_sendmsg()1284 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()1302 ret = MHSIZ; in bcm_sendmsg()1309 ret = MHSIZ; in bcm_sendmsg()1328 if ((msg_head.nframes != 1) || (size != CFSIZ + MHSIZ)) in bcm_sendmsg()