Home
last modified time | relevance | path

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

/linux/net/can/
A Dbcm.c107 struct bcm_timeval ival1, ival2; member
153 if ((msg_head->ival1.tv_sec < 0) || in bcm_is_invalid_tv()
154 (msg_head->ival1.tv_sec > BCM_TIMER_SEC_MAX) || in bcm_is_invalid_tv()
155 (msg_head->ival1.tv_usec < 0) || in bcm_is_invalid_tv()
156 (msg_head->ival1.tv_usec >= USEC_PER_SEC) || in bcm_is_invalid_tv()
413 msg_head.ival1 = op->ival1; in bcm_tx_timeout_handler()
451 head.ival1 = op->ival1; in bcm_rx_changed()
573 msg_head.ival1 = op->ival1; in bcm_rx_timeout_handler()
831 msg_head->ival1 = op->ival1; in bcm_read_op()
987 op->ival1 = msg_head->ival1; in bcm_tx_setup()
[all …]
/linux/include/uapi/linux/can/
A Dbcm.h71 struct bcm_timeval ival1, ival2; member
/linux/Documentation/networking/
A Dcan.rst739 __u32 count; /* run 'count' times with ival1 */
740 struct timeval ival1, ival2; /* count and subsequent interval */
810 'ival1'. Requires the TX_COUNTEVT flag to be set at TX_SETUP.
829 Cyclic message is detected to be absent (timer ival1 expired).
843 Set the values of ival1, ival2 and count
846 Start the timer with the actual values of ival1, ival2
888 'ival1', then continuing to send at another given interval 'ival2'. When
923 The timer values ival1 or ival2 may be set to non-zero values at RX_SETUP.
926 ival1:

Completed in 8 milliseconds