Lines Matching refs:bcm_op

101 struct bcm_op {  struct
168 #define OPSIZ sizeof(struct bcm_op)
199 struct bcm_op *op; in bcm_proc_show()
272 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
319 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
379 static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt) in bcm_tx_set_expiry()
394 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
403 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
435 static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data) in bcm_rx_changed()
466 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
510 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
549 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
561 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler()
588 static inline int bcm_rx_do_flush(struct bcm_op *op, unsigned int index) in bcm_rx_do_flush()
602 static int bcm_rx_thr_flush(struct bcm_op *op) in bcm_rx_thr_flush()
627 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
644 struct bcm_op *op = (struct bcm_op *)data; in bcm_rx_handler()
709 static struct bcm_op *bcm_find_op(struct list_head *ops, in bcm_find_op()
712 struct bcm_op *op; in bcm_find_op()
725 struct bcm_op *op = container_of(rcu_head, struct bcm_op, rcu); in bcm_free_op_rcu()
736 static void bcm_remove_op(struct bcm_op *op) in bcm_remove_op()
744 static void bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) in bcm_rx_unreg()
763 struct bcm_op *op, *n; in bcm_delete_rx_op()
814 struct bcm_op *op, *n; in bcm_delete_tx_op()
834 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); in bcm_read_op()
858 struct bcm_op *op; in bcm_tx_setup()
1033 struct bcm_op *op; in bcm_rx_setup()
1404 struct bcm_op *op; in bcm_notify()
1499 struct bcm_op *op, *next; in bcm_release()