Lines Matching refs:rx_ops
130 struct list_head rx_ops;
208 list_for_each_entry(op, &bo->rx_ops, list) {
1062 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex);
1156 /* add this bcm_op to the list of the rx_ops */
1157 list_add(&op->list, &bo->rx_ops);
1162 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */
1365 if (bcm_delete_rx_op(&bo->rx_ops, &msg_head, ifindex))
1380 ret = bcm_read_op(&bo->rx_ops, &msg_head, ifindex);
1420 list_for_each_entry(op, &bo->rx_ops, list)
1489 INIT_LIST_HEAD(&bo->rx_ops);
1537 list_for_each_entry_safe(op, next, &bo->rx_ops, list) {
1566 list_for_each_entry_safe(op, next, &bo->rx_ops, list)