Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath10k/
A Dhtt.h2036 const struct ath10k_htt_tx_ops *tx_ops; member
2061 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()
2077 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()
2085 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()
2086 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()
2098 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()
2099 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()
2104 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()
2112 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()
2113 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()
[all …]
A Dhtt_tx.c1847 htt->tx_ops = &htt_tx_ops_hl; in ath10k_htt_set_tx_ops()
1849 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops()
1851 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()
/linux/net/can/
A Dbcm.c130 struct list_head tx_ops; member
242 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show()
865 op = bcm_find_op(&bo->tx_ops, msg_head, ifindex); in bcm_tx_setup()
967 list_add(&op->list, &bo->tx_ops); in bcm_tx_setup()
1343 if (bcm_delete_tx_op(&bo->tx_ops, &msg_head, ifindex)) in bcm_sendmsg()
1359 ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex); in bcm_sendmsg()
1469 INIT_LIST_HEAD(&bo->tx_ops); in bcm_init()
1509 list_for_each_entry_safe(op, next, &bo->tx_ops, list) in bcm_release()

Completed in 20 milliseconds