Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Dbcm.c183 #define MHSIZ sizeof(struct bcm_msg_head) macro
915 return MHSIZ; in bcm_read_op()
1096 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_tx_setup()
1310 return msg_head->nframes * op->cfsiz + MHSIZ; in bcm_rx_setup()
1355 return cfsiz + MHSIZ; in bcm_tx_send()
1374 if (size < MHSIZ) in bcm_sendmsg()
1378 ret = memcpy_from_msg((u8 *)&msg_head, msg, MHSIZ); in bcm_sendmsg()
1383 if ((size - MHSIZ) % cfsiz) in bcm_sendmsg()
1431 ret = MHSIZ; in bcm_sendmsg()
1438 ret = MHSIZ; in bcm_sendmsg()
[all …]