Home
last modified time | relevance | path

Searched refs:can_state (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.15/include/linux/can/
Ddev.h67 enum can_state state;
82 enum can_state *state);
138 const char *can_get_state_str(const enum can_state state);
140 enum can_state tx_state, enum can_state rx_state);
/Linux-v5.15/drivers/net/can/dev/
Ddev.c28 enum can_state new_state) in can_update_state_error_stats()
50 static int can_tx_state_to_frame(struct net_device *dev, enum can_state state) in can_tx_state_to_frame()
64 static int can_rx_state_to_frame(struct net_device *dev, enum can_state state) in can_rx_state_to_frame()
78 const char *can_get_state_str(const enum can_state state) in can_get_state_str()
102 enum can_state tx_state, enum can_state rx_state) in can_change_state()
105 enum can_state new_state = max(tx_state, rx_state); in can_change_state()
Dnetlink.c269 enum can_state state = priv->state; in can_fill_info()
/Linux-v5.15/drivers/net/can/softing/
Dsofting_main.c216 uint8_t can_state, state; in softing_handle_1() local
224 can_state = CAN_STATE_BUS_OFF; in softing_handle_1()
228 can_state = CAN_STATE_ERROR_PASSIVE; in softing_handle_1()
233 can_state = CAN_STATE_ERROR_ACTIVE; in softing_handle_1()
246 if (can_state != priv->can.state) { in softing_handle_1()
247 priv->can.state = can_state; in softing_handle_1()
248 if (can_state == CAN_STATE_ERROR_PASSIVE) in softing_handle_1()
250 else if (can_state == CAN_STATE_BUS_OFF) { in softing_handle_1()
/Linux-v5.15/include/uapi/linux/can/
Dnetlink.h69 enum can_state { enum
/Linux-v5.15/drivers/net/can/
Dxilinx_can.c893 static enum can_state xcan_current_error_state(struct net_device *ndev) in xcan_current_error_state()
916 enum can_state new_state, in xcan_set_error_state()
923 enum can_state tx_state = txerr >= rxerr ? new_state : 0; in xcan_set_error_state()
924 enum can_state rx_state = txerr <= rxerr ? new_state : 0; in xcan_set_error_state()
949 enum can_state old_state = priv->can.state; in xcan_update_error_state_after_rxtx()
950 enum can_state new_state; in xcan_update_error_state_after_rxtx()
1006 enum can_state new_state = xcan_current_error_state(ndev); in xcan_err_interrupt()
Dkvaser_pciefd.c1204 enum can_state new_state, in kvaser_pciefd_change_state()
1205 enum can_state tx_state, in kvaser_pciefd_change_state()
1206 enum can_state rx_state) in kvaser_pciefd_change_state()
1228 enum can_state *new_state, in kvaser_pciefd_packet_to_state()
1229 enum can_state *tx_state, in kvaser_pciefd_packet_to_state()
1230 enum can_state *rx_state) in kvaser_pciefd_packet_to_state()
1256 enum can_state old_state, new_state, tx_state, rx_state; in kvaser_pciefd_rx_error_frame()
1338 enum can_state old_state, new_state, tx_state, rx_state; in kvaser_pciefd_handle_status_resp()
Dti_hecc.c648 enum can_state rx_state, in ti_hecc_change_state()
649 enum can_state tx_state) in ti_hecc_change_state()
697 enum can_state rx_state, tx_state; in ti_hecc_interrupt()
729 enum can_state new_state, tx_state, rx_state; in ti_hecc_interrupt()
Dat91_can.c412 static void at91_chip_stop(struct net_device *dev, enum can_state state) in at91_chip_stop()
873 struct can_frame *cf, enum can_state new_state) in at91_irq_err_state()
978 enum can_state *state) in at91_get_state_by_bec()
1004 enum can_state new_state; in at91_irq_err()
Dsun4i_can.c516 enum can_state state = priv->can.state; in sun4i_can_err()
517 enum can_state rx_state, tx_state; in sun4i_can_err()
Dgrcan.c609 enum can_state state = priv->can.state; in grcan_err()
610 enum can_state oldstate = state; in grcan_err()
Dflexcan.c926 enum can_state new_state, rx_state, tx_state; in flexcan_irq_state()
1109 enum can_state last_state = priv->can.state; in flexcan_irq()
Dpch_can.c486 enum can_state state = priv->can.state; in pch_can_error()
/Linux-v5.15/drivers/net/can/mscan/
Dmscan.c43 static enum can_state state_map[] = {
282 static enum can_state get_new_state(struct net_device *dev, u8 canrflg) in get_new_state()
339 enum can_state new_state; in mscan_get_err_frame()
/Linux-v5.15/drivers/net/can/usb/peak_usb/
Dpcan_usb.c456 enum can_state new_state = CAN_STATE_ERROR_ACTIVE; in pcan_usb_decode_error()
493 enum can_state tx_state = in pcan_usb_decode_error()
496 enum can_state rx_state = in pcan_usb_decode_error()
Dpcan_usb_fd.c529 enum can_state new_state = CAN_STATE_ERROR_ACTIVE; in pcan_usb_fd_decode_status()
530 enum can_state rx_state, tx_state; in pcan_usb_fd_decode_status()
Dpcan_usb_pro.c563 enum can_state new_state = CAN_STATE_ERROR_ACTIVE; in pcan_usb_pro_handle_error()
/Linux-v5.15/drivers/net/can/sja1000/
Dsja1000.c395 enum can_state state = priv->can.state; in sja1000_err()
396 enum can_state rx_state, tx_state; in sja1000_err()
/Linux-v5.15/drivers/net/can/usb/kvaser_usb/
Dkvaser_usb_hydra.c845 enum can_state *new_state) in kvaser_usb_hydra_bus_status_to_can_state()
873 enum can_state new_state, old_state; in kvaser_usb_hydra_update_state()
892 enum can_state tx_state, rx_state; in kvaser_usb_hydra_update_state()
1022 enum can_state new_state, old_state; in kvaser_usb_hydra_error_frame()
1040 enum can_state tx_state, rx_state; in kvaser_usb_hydra_error_frame()
Dkvaser_usb_leaf.c633 enum can_state cur_state, new_state, tx_state, rx_state; in kvaser_usb_leaf_rx_error_update_can_state()
701 enum can_state old_state, new_state; in kvaser_usb_leaf_rx_error()
/Linux-v5.15/drivers/net/can/usb/
Dems_usb.c205 u8 can_state; member
341 u8 state = msg->msg.can_state; in ems_usb_rx_err()
Ducan.c487 enum can_state new_state = up->can.state; in ucan_handle_error_frame()
/Linux-v5.15/drivers/net/can/spi/
Dhi311x.c641 enum can_state new_state; in hi3110_can_ist()
664 enum can_state rx_state, tx_state; in hi3110_can_ist()
/Linux-v5.15/drivers/net/can/ifi_canfd/
Difi_canfd.c456 enum can_state new_state) in ifi_canfd_handle_state_change()
/Linux-v5.15/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-core.c1068 const enum can_state state) in mcp251xfd_chip_stop()
1796 enum can_state new_state, rx_state, tx_state; in mcp251xfd_handle_cerrif()

12