tx_ops           2020 drivers/net/wireless/ath/ath10k/htt.h 	const struct ath10k_htt_tx_ops *tx_ops;
tx_ops           2040 drivers/net/wireless/ath/ath10k/htt.h 	if (!htt->tx_ops->htt_send_rx_ring_cfg)
tx_ops           2043 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_send_rx_ring_cfg(htt);
tx_ops           2048 drivers/net/wireless/ath/ath10k/htt.h 	if (!htt->tx_ops->htt_send_frag_desc_bank_cfg)
tx_ops           2051 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_send_frag_desc_bank_cfg(htt);
tx_ops           2056 drivers/net/wireless/ath/ath10k/htt.h 	if (!htt->tx_ops->htt_alloc_frag_desc)
tx_ops           2059 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_alloc_frag_desc(htt);
tx_ops           2064 drivers/net/wireless/ath/ath10k/htt.h 	if (htt->tx_ops->htt_free_frag_desc)
tx_ops           2065 drivers/net/wireless/ath/ath10k/htt.h 		htt->tx_ops->htt_free_frag_desc(htt);
tx_ops           2072 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_tx(htt, txmode, msdu);
tx_ops           2077 drivers/net/wireless/ath/ath10k/htt.h 	if (!htt->tx_ops->htt_alloc_txbuff)
tx_ops           2080 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_alloc_txbuff(htt);
tx_ops           2085 drivers/net/wireless/ath/ath10k/htt.h 	if (htt->tx_ops->htt_free_txbuff)
tx_ops           2086 drivers/net/wireless/ath/ath10k/htt.h 		htt->tx_ops->htt_free_txbuff(htt);
tx_ops           2094 drivers/net/wireless/ath/ath10k/htt.h 	if (!htt->tx_ops->htt_h2t_aggr_cfg_msg)
tx_ops           2097 drivers/net/wireless/ath/ath10k/htt.h 	return htt->tx_ops->htt_h2t_aggr_cfg_msg(htt,
tx_ops           1784 drivers/net/wireless/ath/ath10k/htt_tx.c 		htt->tx_ops = &htt_tx_ops_hl;
tx_ops           1786 drivers/net/wireless/ath/ath10k/htt_tx.c 		htt->tx_ops = &htt_tx_ops_64;
tx_ops           1788 drivers/net/wireless/ath/ath10k/htt_tx.c 		htt->tx_ops = &htt_tx_ops_32;
tx_ops            130 net/can/bcm.c  	struct list_head tx_ops;
tx_ops            238 net/can/bcm.c  	list_for_each_entry(op, &bo->tx_ops, list) {
tx_ops            857 net/can/bcm.c  	op = bcm_find_op(&bo->tx_ops, msg_head, ifindex);
tx_ops            959 net/can/bcm.c  		list_add(&op->list, &bo->tx_ops);
tx_ops           1335 net/can/bcm.c  		if (bcm_delete_tx_op(&bo->tx_ops, &msg_head, ifindex))
tx_ops           1351 net/can/bcm.c  		ret = bcm_read_op(&bo->tx_ops, &msg_head, ifindex);
tx_ops           1445 net/can/bcm.c  	INIT_LIST_HEAD(&bo->tx_ops);
tx_ops           1478 net/can/bcm.c  	list_for_each_entry_safe(op, next, &bo->tx_ops, list)