Home
last modified time | relevance | path

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

/linux-4.1.27/net/can/
Dbcm.c122 struct list_head rx_ops; member
173 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1010 op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex); in bcm_rx_setup()
1106 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1308 if (bcm_delete_rx_op(&bo->rx_ops, msg_head.can_id, ifindex)) in bcm_sendmsg()
1323 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1368 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notifier()
1412 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
1445 list_for_each_entry_safe(op, next, &bo->rx_ops, list) { in bcm_release()