Home
last modified time | relevance | path

Searched refs:RTR (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/can/
Dbfin_can.c126 #define RTR 0x4000 /* Remote Frame Transmission Request */ macro
364 val |= RTR; in bfin_can_start_xmit()
414 if (readw(&reg->chl[obj].id1) & RTR) in bfin_can_rx()
/linux-4.1.27/net/can/
DKconfig36 sending of RTR frames, and cyclic CAN messages without permanent user
/linux-4.1.27/drivers/net/wan/
Dhdlc_ppp.c87 enum {START = 0, STOP, TO_GOOD, TO_BAD, RCR_GOOD, RCR_BAD, RCA, RCN, RTR, RTA, enumerator
532 ppp_cp_event(dev, pid, RTR, 0, cp->id, 0, NULL); in ppp_rx()
/linux-4.1.27/arch/blackfin/include/asm/
Dbfin_can.h167 #define RTR 0x4000 /* Remote Frame Transmission Request */ macro
/linux-4.1.27/Documentation/networking/
Dcan.txt269 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
387 canid_t can_id; /* 32 bit CAN_ID + EFF/RTR/ERR flags */
765 RX_RTR_FRAME: Send reply for RTR-request (placed in op->frames[0]).