Home
last modified time | relevance | path

Searched refs:tx_ops (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dhtt.h1922 const struct ath10k_htt_tx_ops *tx_ops; member
1947 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
1963 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
1971 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
1972 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
1984 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()
1985 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
1990 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
1998 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
1999 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
[all …]
H A Dhtt_tx.c1839 htt->tx_ops = &htt_tx_ops_hl; in ath10k_htt_set_tx_ops()
1841 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops()
1843 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dip_check_defrag.c163 struct network_helper_opts tx_ops = { in test_bpf_ip_check_defrag_ok() local
202 client_tx_fd = connect_to_fd_opts(srv_fd, &tx_ops); in test_bpf_ip_check_defrag_ok()
/openbmc/linux/net/can/
H A Dbcm.c131 struct list_head tx_ops; member
243 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show()
881 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup()
981 list_add(&op->list, &bo->tx_ops); in bcm_tx_setup()
1363 if (bcm_delete_tx_op(&bo->tx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1379 ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex); in bcm_sendmsg()
1489 INIT_LIST_HEAD(&bo->tx_ops); in bcm_init()
1535 list_for_each_entry_safe(op, next, &bo->tx_ops, list) in bcm_release()