net/can/bcm.c
1031
struct bcm_op *op, *n;
net/can/bcm.c
1051
struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex);
net/can/bcm.c
1075
struct bcm_op *op;
net/can/bcm.c
1279
struct bcm_op *op, void *new_frames)
net/can/bcm.c
1318
struct bcm_op *op;
net/can/bcm.c
1794
struct bcm_op *op;
net/can/bcm.c
190
#define OPSIZ sizeof(struct bcm_op)
net/can/bcm.c
1919
struct bcm_op *op, *next;
net/can/bcm.c
221
struct bcm_op *op;
net/can/bcm.c
299
static void bcm_update_rx_stats(struct bcm_op *op)
net/can/bcm.c
308
static void bcm_update_tx_stats(struct bcm_op *op)
net/can/bcm.c
321
static void bcm_can_tx(struct bcm_op *op, struct canfd_frame *cf)
net/can/bcm.c
399
static void bcm_send_to_user(struct bcm_op *op, struct bcm_msg_head *head,
net/can/bcm.c
473
static bool bcm_tx_set_expiry(struct bcm_op *op, struct hrtimer *hrt)
net/can/bcm.c
494
static void bcm_tx_start_timer(struct bcm_op *op)
net/can/bcm.c
503
struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
net/can/bcm.c
556
static void bcm_rx_changed(struct bcm_op *op, struct canfd_frame *data)
net/can/bcm.c
584
static void bcm_rx_update_and_send(struct bcm_op *op,
net/can/bcm.c
632
static void bcm_rx_cmp_to_index(struct bcm_op *op, unsigned int index,
net/can/bcm.c
672
static void bcm_rx_starttimer(struct bcm_op *op)
net/can/bcm.c
684
struct bcm_op *op = container_of(hrtimer, struct bcm_op, timer);
net/can/bcm.c
715
static inline int bcm_rx_do_flush(struct bcm_op *op, unsigned int index)
net/can/bcm.c
729
static int bcm_rx_thr_flush(struct bcm_op *op)
net/can/bcm.c
754
struct bcm_op *op = container_of(hrtimer, struct bcm_op, thrtimer);
net/can/bcm.c
782
struct bcm_op *op = (struct bcm_op *)data;
net/can/bcm.c
911
static struct bcm_op *bcm_find_op(struct list_head *ops,
net/can/bcm.c
914
struct bcm_op *op;
net/can/bcm.c
927
struct bcm_op *op = container_of(work, struct bcm_op, work);
net/can/bcm.c
949
struct bcm_op *op = container_of(rcu_head, struct bcm_op, rcu);
net/can/bcm.c
955
static void bcm_remove_op(struct bcm_op *op)
net/can/bcm.c
963
static void bcm_rx_unreg(struct net_device *dev, struct bcm_op *op)
net/can/bcm.c
983
struct bcm_op *op, *n;