Searched refs:can_addr (Results 1 – 7 of 7) sorted by relevance
7 static inline bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr) in __is_module_percpu_address() argument
272 } can_addr; member
116 } can_addr;122 * ``can_addr.tp.rx_id`` specifies the receive (RX) CAN ID and will be used as125 * ``can_addr.tp.tx_id`` specifies the transmit (TX) CAN ID372 addr.can_addr.tp.tx_id = 0x18DA42F1 | CAN_EFF_FLAG;373 addr.can_addr.tp.rx_id = 0x18DAF142 | CAN_EFF_FLAG;
302 } can_addr;307 ``can_addr.j1939.pgn`` specifies the PGN (max 0x3ffff). Individual bits are310 ``can_addr.j1939.name`` contains the 64-bit J1939 NAME.312 ``can_addr.j1939.addr`` contains the address.332 If ``can_addr.j1939.name`` is set (!= 0) the NAME is looked up by the kernel and333 the corresponding ADDR is used. If ``can_addr.j1939.name`` is not set (== 0),334 ``can_addr.j1939.addr`` is used.897 .can_addr.j1939 = {930 .can_addr.j1939 = {971 .can_addr.j1939 = {[all …]
297 } can_addr;
81 #define ISOTP_MIN_NAMELEN CAN_REQUIRED_SIZE(struct sockaddr_can, can_addr.tp)1542 canid_t tx_id = addr->can_addr.tp.tx_id; in isotp_bind()1543 canid_t rx_id = addr->can_addr.tp.rx_id; in isotp_bind()1560 if (tx_id != addr->can_addr.tp.tx_id) in isotp_bind()1571 if (rx_id != addr->can_addr.tp.rx_id) in isotp_bind()1674 addr->can_addr.tp.rx_id = so->rxid; in isotp_getname()1675 addr->can_addr.tp.tx_id = so->txid; in isotp_getname()
498 bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr) in __is_module_percpu_address() argument 514 if (can_addr) { in __is_module_percpu_address() 515 *can_addr = (unsigned long) (va - start); in __is_module_percpu_address() 516 *can_addr += (unsigned long) in __is_module_percpu_address() 571 bool __is_module_percpu_address(unsigned long addr, unsigned long *can_addr) in __is_module_percpu_address() argument