Lines Matching +full:total +full:- +full:timeout
1 /* SPDX-License-Identifier: GPL-2.0 */
2 // Copyright (c) 2010-2011 EIA Electronics,
4 // Copyright (c) 2017-2019 Pengutronix,
5 // Marc Kleine-Budde <kernel@pengutronix.de>
6 // Copyright (c) 2017-2019 Pengutronix,
15 /* Timeout to receive the abort signal over loop back. In case CAN
16 * bus is open, the timeout should be triggered.
178 BUILD_BUG_ON(sizeof(struct j1939_sk_buff_cb) > sizeof(skb->cb)); in j1939_skb_to_cb()
180 return (struct j1939_sk_buff_cb *)skb->cb; in j1939_skb_to_cb()
246 * 'total' & 'block' are never changed,
247 * last_cmd, last & block are protected by ->lock
254 /* Total message size, number of bytes */
256 /* Total number of bytes queue from socket to the session */
268 /* total - total number of packets for this session */
269 unsigned int total; member
270 /* last - last packet of a transfer block after which
275 /* tx - number of packets send by originator node.
281 /* rx - number of packets received */
283 /* block - amount of packets expected in one block */
285 /* dpo - ETP.CM_DPO, Data Packet Offset */
309 /* j1939 may emit equal PGN (!= equal CAN-id's) out of order