Lines Matching refs:bcm_op

93 struct bcm_op {  struct
135 #define OPSIZ sizeof(struct bcm_op) argument
164 struct bcm_op *op; in bcm_proc_show()
242 static void bcm_can_tx(struct bcm_op *op) in bcm_can_tx()
288 static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head, in bcm_send_to_user()
348 static void bcm_tx_start_timer(struct bcm_op *op) in bcm_tx_start_timer()
362 struct bcm_op *op = (struct bcm_op *)data; in bcm_tx_timeout_tsklet()
394 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_tx_timeout_handler()
404 static void bcm_rx_changed(struct bcm_op *op, struct can_frame *data) in bcm_rx_changed()
434 static void bcm_rx_update_and_send(struct bcm_op *op, in bcm_rx_update_and_send()
478 static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index, in bcm_rx_cmp_to_index()
514 static void bcm_rx_starttimer(struct bcm_op *op) in bcm_rx_starttimer()
525 struct bcm_op *op = (struct bcm_op *)data; in bcm_rx_timeout_tsklet()
545 struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer); in bcm_rx_timeout_handler()
564 static inline int bcm_rx_do_flush(struct bcm_op *op, int update, in bcm_rx_do_flush()
581 static int bcm_rx_thr_flush(struct bcm_op *op, int update) in bcm_rx_thr_flush()
602 struct bcm_op *op = (struct bcm_op *)data; in bcm_rx_thr_tsklet()
614 struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer); in bcm_rx_thr_handler()
633 struct bcm_op *op = (struct bcm_op *)data; in bcm_rx_handler()
693 static struct bcm_op *bcm_find_op(struct list_head *ops, canid_t can_id, in bcm_find_op()
696 struct bcm_op *op; in bcm_find_op()
706 static void bcm_remove_op(struct bcm_op *op) in bcm_remove_op()
726 static void bcm_rx_unreg(struct net_device *dev, struct bcm_op *op) in bcm_rx_unreg()
744 struct bcm_op *op, *n; in bcm_delete_rx_op()
789 struct bcm_op *op, *n; in bcm_delete_tx_op()
808 struct bcm_op *op = bcm_find_op(ops, msg_head->can_id, ifindex); in bcm_read_op()
832 struct bcm_op *op; in bcm_tx_setup()
989 struct bcm_op *op; in bcm_rx_setup()
1353 struct bcm_op *op; in bcm_notifier()
1429 struct bcm_op *op, *next; in bcm_release()