Home
last modified time | relevance | path

Searched refs:es58x_rx_cmd_ret_u32 (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/can/usb/etas_es58x/ !
H A Des58x_core.h732 int es58x_rx_cmd_ret_u32(struct net_device *netdev,
H A Des581_4.c195 return es58x_rx_cmd_ret_u32(netdev, ret_type, in es581_4_rx_cmd_ret_u32()
H A Des58x_fd.c199 return es58x_rx_cmd_ret_u32(netdev, cmd_ret_type, in es58x_fd_rx_cmd_ret_u32()
H A Des58x_core.c548 return es58x_rx_cmd_ret_u32(netdev, ES58X_RET_TYPE_TX_MSG, in es58x_tx_ack_msg()
920 * In contrast with es58x_rx_cmd_ret_u32(), the network device is
957 * es58x_rx_cmd_ret_u32() - Handle the command return code received
970 int es58x_rx_cmd_ret_u32(struct net_device *netdev, in es58x_rx_cmd_ret_u32() function