Searched refs:tx_ops (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | htt.h | 1857 const struct ath10k_htt_tx_ops *tx_ops; member 1874 if (!htt->tx_ops->htt_send_rx_ring_cfg) in ath10k_htt_send_rx_ring_cfg() 1877 return htt->tx_ops->htt_send_rx_ring_cfg(htt); in ath10k_htt_send_rx_ring_cfg() 1882 if (!htt->tx_ops->htt_send_frag_desc_bank_cfg) in ath10k_htt_send_frag_desc_bank_cfg() 1885 return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt); in ath10k_htt_send_frag_desc_bank_cfg() 1890 if (!htt->tx_ops->htt_alloc_frag_desc) in ath10k_htt_alloc_frag_desc() 1893 return htt->tx_ops->htt_alloc_frag_desc(htt); in ath10k_htt_alloc_frag_desc() 1898 if (htt->tx_ops->htt_free_frag_desc) in ath10k_htt_free_frag_desc() 1899 htt->tx_ops->htt_free_frag_desc(htt); in ath10k_htt_free_frag_desc() 1906 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx() [all …]
|
D | htt_tx.c | 1569 htt->tx_ops = &htt_tx_ops_64; in ath10k_htt_set_tx_ops() 1571 htt->tx_ops = &htt_tx_ops_32; in ath10k_htt_set_tx_ops()
|
/Linux-v4.19/net/can/ |
D | bcm.c | 127 struct list_head tx_ops; member 219 list_for_each_entry(op, &bo->tx_ops, list) { in bcm_proc_show() 877 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() 1359 if (bcm_delete_tx_op(&bo->tx_ops, &msg_head, ifindex)) in bcm_sendmsg() 1375 ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex); in bcm_sendmsg() 1469 INIT_LIST_HEAD(&bo->tx_ops); in bcm_init() 1502 list_for_each_entry_safe(op, next, &bo->tx_ops, list) in bcm_release()
|