Home
last modified time | relevance | path

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

/linux-4.4.14/net/can/
Dbcm.c122 struct list_head rx_ops; member
178 list_for_each_entry(op, &bo->rx_ops, list) { in bcm_proc_show()
1015 op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex); in bcm_rx_setup()
1111 list_add(&op->list, &bo->rx_ops); in bcm_rx_setup()
1313 if (bcm_delete_rx_op(&bo->rx_ops, msg_head.can_id, ifindex)) in bcm_sendmsg()
1328 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex); in bcm_sendmsg()
1373 list_for_each_entry(op, &bo->rx_ops, list) in bcm_notifier()
1417 INIT_LIST_HEAD(&bo->rx_ops); in bcm_init()
1450 list_for_each_entry_safe(op, next, &bo->rx_ops, list) { in bcm_release()