Searched refs:can_rx_offload_queue_sorted (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/drivers/net/can/ |
D | rx-offload.c | 267 int can_rx_offload_queue_sorted(struct can_rx_offload *offload, in can_rx_offload_queue_sorted() function 290 EXPORT_SYMBOL_GPL(can_rx_offload_queue_sorted); 305 err = can_rx_offload_queue_sorted(offload, skb, timestamp); in can_rx_offload_get_echo_skb()
|
D | ti_hecc.c | 622 err = can_rx_offload_queue_sorted(&priv->offload, skb, in ti_hecc_error() 657 err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); in ti_hecc_change_state()
|
D | flexcan.c | 729 err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); in flexcan_irq_bus_err() 776 err = can_rx_offload_queue_sorted(&priv->offload, skb, timestamp); in flexcan_irq_state()
|
/Linux-v5.4/include/linux/can/ |
D | rx-offload.h | 41 int can_rx_offload_queue_sorted(struct can_rx_offload *offload,
|