Searched refs:rtr (Results 1 – 6 of 6) sorted by relevance
| /linux/Documentation/networking/device_drivers/can/freescale/ |
| H A D | flexcan.rst | 30 With the "rx-rtr" private flag the ability to receive RTR frames can 34 "rx-rtr" on 43 "rx-rtr" off 53 ethtool --set-priv-flags can0 rx-rtr {off|on}
|
| /linux/arch/x86/include/asm/uv/ |
| H A D | uv_geo.h | 65 struct geo_rtr_s rtr; member
|
| /linux/drivers/net/can/ |
| H A D | grcan.c | 1165 u32 i, rtr, eff, j, shift; in grcan_receive() local 1187 rtr = slot[0] & GRCAN_MSG_RTR; in grcan_receive() 1198 if (rtr) { in grcan_receive() 1344 u32 i, rtr, eff, dlc, tmp, err; in grcan_start_xmit() local 1386 rtr = cf->can_id & CAN_RTR_FLAG; in grcan_start_xmit() 1393 slot[0] = (eff ? GRCAN_MSG_IDE : 0) | (rtr ? GRCAN_MSG_RTR : 0) | tmp; in grcan_start_xmit()
|
| /linux/arch/s390/include/asm/ |
| H A D | pci_clp.h | 160 u8 rtr : 1; /* Relaxed translation requirement */ member
|
| /linux/drivers/net/can/spi/ |
| H A D | mcp251x.c | 651 u32 sid, eid, exide, rtr; in mcp251x_hw_tx() local 660 rtr = (frame->can_id & CAN_RTR_FLAG) ? 1 : 0; /* Remote transmission */ in mcp251x_hw_tx() 669 buf[TXBDLC_OFF] = (rtr << DLC_RTR_SHIFT) | frame->len; in mcp251x_hw_tx()
|
| /linux/Documentation/filesystems/caching/ |
| H A D | fscache.rst | 204 | |rtr=N |Number of rlq reqs with retire=true |
|