Searched refs:tx_ops (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ip_check_defrag.c | 165 struct network_helper_opts tx_ops = { in test_bpf_ip_check_defrag_ok() local 202 client_tx_fd = client_socket(family, SOCK_RAW, &tx_ops); in test_bpf_ip_check_defrag_ok()
|
| /linux/net/can/ |
| H A D | bcm.c | 143 struct list_head tx_ops; member 270 list_for_each_entry_rcu(op, &bo->tx_ops, list) { in bcm_proc_show() 1094 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup() 1261 list_add_rcu(&op->list, &bo->tx_ops); in bcm_tx_setup() 1743 if (bcm_delete_tx_op(&bo->tx_ops, &msg_head, ifindex)) in bcm_sendmsg() 1759 ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex); in bcm_sendmsg() 1825 list_for_each_entry(op, &bo->tx_ops, list) in bcm_notify() 1900 INIT_LIST_HEAD(&bo->tx_ops); in bcm_init() 1946 list_for_each_entry_safe(op, next, &bo->tx_ops, list) { in bcm_release()
|
| /linux/drivers/net/can/m_can/ |
| H A D | m_can.c | 513 if (cdev->tx_ops) { in m_can_clean() 515 if (!cdev->tx_ops[i].skb) in m_can_clean() 519 cdev->tx_ops[i].skb = NULL; in m_can_clean() 1999 cdev->tx_ops[cdev->next_tx_op].skb = skb; in m_can_tx_queue_skb() 2000 cdev->tx_ops[cdev->next_tx_op].submit = submit; in m_can_tx_queue_skb() 2001 queue_work(cdev->tx_wq, &cdev->tx_ops[cdev->next_tx_op].work); in m_can_tx_queue_skb() 2120 cdev->tx_ops[i].cdev = cdev; in m_can_open() 2121 INIT_WORK(&cdev->tx_ops[i].work, m_can_tx_work_queue); in m_can_open() 2515 cdev->tx_ops = in m_can_class_register() 2517 cdev->tx_fifo_size * sizeof(*cdev->tx_ops), in m_can_class_register() [all …]
|
| /linux/drivers/net/mctp/ |
| H A D | mctp-usb.c | 122 static const struct mctp_usblib_tx_ops tx_ops = { variable 387 mctp_usblib_tx_init(&dev->tx, &tx_ops, dev, dev->span); in mctp_usb_probe()
|