Searched refs:bcm_find_op (Results 1 – 1 of 1) sorted by relevance
/linux/net/can/ |
H A D | bcm.c | 777 static struct bcm_op *bcm_find_op(struct list_head *ops, in bcm_find_op() function 902 struct bcm_op *op = bcm_find_op(ops, msg_head, ifindex); in bcm_read_op() 944 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup() 1071 } /* if ((op = bcm_find_op(&bo->tx_ops, msg_head->can_id, ifindex))) */ in bcm_tx_setup() 1138 op = bcm_find_op(&bo->rx_ops, msg_head, ifindex); in bcm_rx_setup() 1235 } /* if ((op = bcm_find_op(&bo->rx_ops, msg_head->can_id, ifindex))) */ in bcm_rx_setup()
|