Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/can/
Dcan327.c42 #define CAN327_SIZE_RXBUF 1024 macro
74 u8 rxbuf[CAN327_SIZE_RXBUF];
662 memmove(&elm->rxbuf[0], &elm->rxbuf[i], CAN327_SIZE_RXBUF - i); in can327_drop_bytes()
709 if (len == CAN327_SIZE_RXBUF) { in can327_parse_rxbuf()
904 while (count-- && elm->rxfill < CAN327_SIZE_RXBUF) { in can327_ldisc_rx()