Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c110 struct bcm_timeval ival1, ival2; member
170 (msg_head->ival2.tv_sec < 0) || in bcm_is_invalid_tv()
171 (msg_head->ival2.tv_sec > BCM_TIMER_SEC_MAX) || in bcm_is_invalid_tv()
172 (msg_head->ival2.tv_usec < 0) || in bcm_is_invalid_tv()
173 (msg_head->ival2.tv_usec >= USEC_PER_SEC)) in bcm_is_invalid_tv()
442 msg_head.ival2 = op->ival2; in bcm_tx_timeout_handler()
480 head.ival2 = op->ival2; in bcm_rx_changed()
607 msg_head.ival2 = op->ival2; in bcm_rx_timeout_handler()
890 msg_head->ival2 = op->ival2; in bcm_read_op()
1044 op->ival2 = msg_head->ival2; in bcm_tx_setup()
[all …]
/linux/include/uapi/linux/can/
H A Dbcm.h71 struct bcm_timeval ival1, ival2; member
/linux/Documentation/networking/
H A Dcan.rst742 struct timeval ival1, ival2; /* count and subsequent interval */
845 Set the values of ival1, ival2 and count
848 Start the timer with the actual values of ival1, ival2
890 'ival1', then continuing to send at another given interval 'ival2'. When
891 only one timer is needed 'count' is set to zero and only 'ival2' is used.
925 The timer values ival1 or ival2 may be set to non-zero values at RX_SETUP.
933 ival2:
934 Throttle the received message rate down to the value of ival2. This
936 CAN frame is stateless as state changes within the ival2 period may get