Searched refs:tx_ops (Results 1 – 4 of 4) sorted by relevance
1926 const struct ath10k_htt_tx_ops *tx_ops; member1951 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg()1967 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc()1975 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc()1976 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc()1988 if (htt->tx_ops->htt_flush_tx) in ath10k_htt_flush_tx()1989 htt->tx_ops->htt_flush_tx(htt); in ath10k_htt_flush_tx()1994 if (!htt->tx_ops->htt_alloc_txbuff) in ath10k_htt_alloc_txbuff()2002 if (htt->tx_ops->htt_free_txbuff) in ath10k_htt_free_txbuff()2003 htt->tx_ops->htt_free_txbuff(htt); in ath10k_htt_free_txbuff()[all …]
1837 htt->tx_ops = &htt_tx_ops_hl; in ath10k_htt_set_tx_ops()1839 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops()1841 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()
512 if (cdev->tx_ops) { in m_can_clean()514 if (!cdev->tx_ops[i].skb) in m_can_clean()518 cdev->tx_ops[i].skb = NULL; in m_can_clean()1966 cdev->tx_ops[cdev->next_tx_op].skb = skb; in m_can_tx_queue_skb()1967 cdev->tx_ops[cdev->next_tx_op].submit = submit; in m_can_tx_queue_skb()1968 queue_work(cdev->tx_wq, &cdev->tx_ops[cdev->next_tx_op].work); in m_can_tx_queue_skb()2083 cdev->tx_ops[i].cdev = cdev; in m_can_open()2084 INIT_WORK(&cdev->tx_ops[i].work, m_can_tx_work_queue); in m_can_open()2401 cdev->tx_ops = in m_can_class_register()2403 cdev->tx_fifo_size * sizeof(*cdev->tx_ops), in m_can_class_register()[all …]
120 struct m_can_tx_op *tx_ops; member
Completed in 53 milliseconds