Searched refs:tx_ops (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/can/ |
D | bcm.c | 123 struct list_head tx_ops; member 204 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show() 845 op = bcm_find_op(&bo->tx_ops, msg_head->can_id, ifindex); in bcm_tx_setup() 932 list_add(&op->list, &bo->tx_ops); in bcm_tx_setup() 1301 if (bcm_delete_tx_op(&bo->tx_ops, msg_head.can_id, ifindex)) in bcm_sendmsg() 1317 ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex); in bcm_sendmsg() 1411 INIT_LIST_HEAD(&bo->tx_ops); in bcm_init() 1442 list_for_each_entry_safe(op, next, &bo->tx_ops, list) in bcm_release()
|