Home
last modified time | relevance | path

Searched refs:txmode (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1290 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1300 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1316 switch (txmode) { in ath10k_htt_tx_hl()
1322 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1403 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32()
1414 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1446 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1462 switch (txmode) { in ath10k_htt_tx_32()
1492 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1605 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64()
1402 ath10k_htt_tx_32(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx_32() argument
1604 ath10k_htt_tx_64(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx_64() argument
[all...]
H A Dhtt.h2046 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
2087 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx()
2090 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
2086 ath10k_htt_tx(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx() argument
H A Dmac.c3583 * NativeWifi txmode - it selects AP key instead of peer key. It seems in ath10k_mac_tx_h_get_txmode()
3584 * to work with Ethernet txmode so use it. in ath10k_mac_tx_h_get_txmode()
3792 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath()
3794 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3815 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit()
3824 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
3852 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx()
3865 switch (txmode) { in ath10k_mac_tx()
3895 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
3922 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3790 ath10k_mac_tx_h_get_txpath(struct ath10k *ar, struct sk_buff *skb, enum ath10k_hw_txrx_mode txmode) ath10k_mac_tx_h_get_txpath() argument
3814 ath10k_mac_tx_submit(struct ath10k *ar, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb) ath10k_mac_tx_submit() argument
3850 ath10k_mac_tx(struct ath10k *ar, struct ieee80211_vif *vif, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb, bool noque_offchan) ath10k_mac_tx() argument
4200 enum ath10k_hw_txrx_mode txmode; ath10k_mac_tx_push_txq() local
4487 enum ath10k_hw_txrx_mode txmode; ath10k_mac_op_tx() local
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dhtt_tx.c1272 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1281 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1301 switch (txmode) { in ath10k_htt_tx_hl()
1307 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1388 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32()
1398 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1433 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1450 switch (txmode) { in ath10k_htt_tx_32()
1480 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1593 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64()
1387 ath10k_htt_tx_32(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx_32() argument
1592 ath10k_htt_tx_64(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx_64() argument
[all...]
H A Dmac.c3757 * NativeWifi txmode - it selects AP key instead of peer key. It seems in ath10k_mac_tx_h_get_txmode()
3758 * to work with Ethernet txmode so use it. in ath10k_mac_tx_h_get_txmode()
3973 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath()
3975 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
3996 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit()
4005 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4033 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx()
4046 switch (txmode) { in ath10k_mac_tx()
4080 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4107 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
3971 ath10k_mac_tx_h_get_txpath(struct ath10k *ar, struct sk_buff *skb, enum ath10k_hw_txrx_mode txmode) ath10k_mac_tx_h_get_txpath() argument
3995 ath10k_mac_tx_submit(struct ath10k *ar, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb) ath10k_mac_tx_submit() argument
4031 ath10k_mac_tx(struct ath10k *ar, struct ieee80211_vif *vif, enum ath10k_hw_txrx_mode txmode, enum ath10k_mac_tx_path txpath, struct sk_buff *skb, bool noque_offchan) ath10k_mac_tx() argument
4383 enum ath10k_hw_txrx_mode txmode; ath10k_mac_tx_push_txq() local
4669 enum ath10k_hw_txrx_mode txmode; ath10k_mac_op_tx() local
[all...]
H A Dhtt.h1935 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1976 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx()
1979 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
1975 ath10k_htt_tx(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, struct sk_buff *msdu) ath10k_htt_tx() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c1987 u32 txmode = 0; in stmmac_dma_operation_mode() local
2002 txmode = tc; in stmmac_dma_operation_mode()
2012 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2016 txmode = tc; in stmmac_dma_operation_mode()
2033 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2184 * @txmode: TX operating mode
2191 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2211 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_main.c139 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode,
2371 u32 txmode = 0; in stmmac_dma_operation_mode() local
2386 txmode = tc; in stmmac_dma_operation_mode()
2396 txmode = SF_DMA_MODE; in stmmac_dma_operation_mode()
2400 txmode = tc; in stmmac_dma_operation_mode()
2429 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, in stmmac_dma_operation_mode()
2760 * @txmode: TX operating mode
2767 static void stmmac_set_dma_operation_mode(struct stmmac_priv *priv, u32 txmode, in stmmac_set_dma_operation_mode() argument
2787 stmmac_dma_tx_mode(priv, priv->ioaddr, txmode, chan, txfifosz, txqmode); in stmmac_set_dma_operation_mode()

Completed in 44 milliseconds