Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c119 u32 currframe; member
306 cf = op->frames + op->cfsiz * op->currframe; in bcm_can_tx()
340 op->currframe++; in bcm_can_tx()
343 if (op->currframe >= op->nframes) in bcm_can_tx()
344 op->currframe = 0; in bcm_can_tx()
998 op->currframe = 0; in bcm_tx_setup()