Home
last modified time | relevance | path

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

/linux/net/can/
H A Dbcm.c108 struct bcm_op { struct
190 #define OPSIZ sizeof(struct bcm_op)
221 struct bcm_op *op; in bcm_proc_show()
299 static void bcm_update_rx_stats(struct bcm_op *op) in bcm_update_rx_stats()
308 static void bcm_update_tx_stats(struct bcm_op *op) in bcm_update_tx_stats()
321 static void bcm_can_tx(struct bcm_op *op, struct canfd_frame *cf) in bcm_can_tx()
399 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
473 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry()
494 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
503 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
[all …]