Home
last modified time | relevance | path

Searched refs:MHSIZ (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/can/
Dbcm.c141 #define MHSIZ sizeof(struct bcm_msg_head) macro
827 return MHSIZ; in bcm_read_op()
984 return msg_head->nframes * CFSIZ + MHSIZ; in bcm_tx_setup()
1191 return msg_head->nframes * CFSIZ + MHSIZ; in bcm_rx_setup()
1235 return CFSIZ + MHSIZ; in bcm_tx_send()
1253 if (size < MHSIZ || (size - MHSIZ) % CFSIZ) in bcm_sendmsg()
1289 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()
1307 ret = MHSIZ; in bcm_sendmsg()
1314 ret = MHSIZ; in bcm_sendmsg()
1333 if ((msg_head.nframes != 1) || (size != CFSIZ + MHSIZ)) in bcm_sendmsg()