Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/can/
Dbcm.h76 RX_SETUP, /* create RX content filter subscription */ enumerator
/linux-4.1.27/Documentation/networking/
Dcan.txt720 RX_SETUP: Create RX content filter subscription.
760 RX_ANNOUNCE_RESUME: If passed at RX_SETUP and a receive timeout occurred, a
800 The timer values ival1 or ival2 may be set to non-zero values at RX_SETUP.
804 the given time. When START_TIMER is set at RX_SETUP the timeout detection
815 than one CAN frames can be passed in a RX_SETUP configuration message. The
831 msg.msg_head.opcode = RX_SETUP;
/linux-4.1.27/net/can/
Dbcm.c1296 case RX_SETUP: in bcm_sendmsg()