Home
last modified time | relevance | path

Searched refs:currframe (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/can/
H A Dbcm.c115 u32 currframe; member
276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
306 op->currframe++; in bcm_can_tx()
309 if (op->currframe >= op->nframes) in bcm_can_tx()
310 op->currframe = 0; in bcm_can_tx()
983 op->currframe = 0; in bcm_tx_setup()
990 op->currframe = 0; in bcm_tx_setup()
/kernel/linux/linux-6.6/net/can/
H A Dbcm.c115 u32 currframe; member
276 struct canfd_frame *cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
306 op->currframe++; in bcm_can_tx()
309 if (op->currframe >= op->nframes) in bcm_can_tx()
310 op->currframe = 0; in bcm_can_tx()
988 op->currframe = 0; in bcm_tx_setup()
995 op->currframe = 0; in bcm_tx_setup()

Completed in 5 milliseconds