bcm_op            163 net/can/bcm.c  #define OPSIZ sizeof(struct bcm_op)
bcm_op            194 net/can/bcm.c  	struct bcm_op *op;
bcm_op            267 net/can/bcm.c  static void bcm_can_tx(struct bcm_op *op)
bcm_op            313 net/can/bcm.c  static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head,
bcm_op            373 net/can/bcm.c  static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt)
bcm_op            388 net/can/bcm.c  static void bcm_tx_start_timer(struct bcm_op *op)
bcm_op            397 net/can/bcm.c  	struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
bcm_op            428 net/can/bcm.c  static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data)
bcm_op            458 net/can/bcm.c  static void bcm_rx_update_and_send(struct bcm_op *op,
bcm_op            502 net/can/bcm.c  static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index,
bcm_op            541 net/can/bcm.c  static void bcm_rx_starttimer(struct bcm_op *op)
bcm_op            553 net/can/bcm.c  	struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
bcm_op            579 net/can/bcm.c  static inline int bcm_rx_do_flush(struct bcm_op *op, unsigned int index)
bcm_op            593 net/can/bcm.c  static int bcm_rx_thr_flush(struct bcm_op *op)
bcm_op            618 net/can/bcm.c  	struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer);
bcm_op            635 net/can/bcm.c  	struct bcm_op *op = (struct bcm_op *)data;
bcm_op            700 net/can/bcm.c  static struct bcm_op *bcm_find_op(struct list_head *ops,
bcm_op            703 net/can/bcm.c  	struct bcm_op *op;
bcm_op            714 net/can/bcm.c  static void bcm_remove_op(struct bcm_op *op)
bcm_op            728 net/can/bcm.c  static void bcm_rx_unreg(struct net_device *dev, struct bcm_op *op)
bcm_op            747 net/can/bcm.c  	struct bcm_op *op, *n;
bcm_op            795 net/can/bcm.c  	struct bcm_op *op, *n;
bcm_op            815 net/can/bcm.c  	struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex);
bcm_op            839 net/can/bcm.c  	struct bcm_op *op;
bcm_op           1014 net/can/bcm.c  	struct bcm_op *op;
bcm_op           1387 net/can/bcm.c  	struct bcm_op *op;
bcm_op           1464 net/can/bcm.c  	struct bcm_op *op, *next;