Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/can/
H A Dbcm.h82 RX_SETUP, /* create RX content filter subscription */ enumerator
/openbmc/linux/Documentation/networking/
H A Dcan.rst814 RX_SETUP:
871 If passed at RX_SETUP and a receive timeout occurred, a
923 The timer values ival1 or ival2 may be set to non-zero values at RX_SETUP.
928 the given time. When START_TIMER is set at RX_SETUP the timeout detection
941 than one CAN frames can be passed in a RX_SETUP configuration message. The
959 msg.msg_head.opcode = RX_SETUP;
988 msg.msg_head.opcode = RX_SETUP;
/openbmc/linux/net/can/
H A Dbcm.c1358 case RX_SETUP: in bcm_sendmsg()