Searched refs:bcm_find_op (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/can/ |
H A D | bcm.c | 709 static struct bcm_op *bcm_find_op(struct list_head *ops, in bcm_find_op() function 834 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); in bcm_read_op() 876 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup() 978 } /* if ((op = bcm_find_op(&bo->tx_ops, msg_head->can_id, ifindex))) */ in bcm_tx_setup() 1062 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup() 1162 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */ in bcm_rx_setup()
|
/kernel/linux/linux-6.6/net/can/ |
H A D | bcm.c | 714 static struct bcm_op *bcm_find_op(struct list_head *ops, in bcm_find_op() function 839 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); in bcm_read_op() 881 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup() 983 } /* if ((op = bcm_find_op(&bo->tx_ops, msg_head->can_id, ifindex))) */ in bcm_tx_setup() 1067 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup() 1167 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */ in bcm_rx_setup()
|
Completed in 5 milliseconds