Searched refs:MHSIZ (Results 1 – 1 of 1) sorted by relevance
191 #define MHSIZ sizeof(struct bcm_msg_head) macro1065 return MHSIZ; in bcm_read_op()1269 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_tx_setup()1588 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_rx_setup()1645 return cfsiz + MHSIZ; in bcm_tx_send()1665 if (size < MHSIZ) in bcm_sendmsg()1669 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()1674 if ((size - MHSIZ) % cfsiz) in bcm_sendmsg()1744 ret = MHSIZ; in bcm_sendmsg()1751 ret = MHSIZ; in bcm_sendmsg()[all …]