Home
last modified time | relevance | path

Searched refs:txmode (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/rtwn/rtl8812a/
H A Dr12a_calib.c65 uint8_t txmode; in r12a_lc_calib() local
70 txmode = rtwn_read_1(sc, R12A_SINGLETONE_CONT_TX + 2); in r12a_lc_calib()
72 if ((txmode & 0x07) != 0) { in r12a_lc_calib()
97 if ((txmode & 0x07) != 0) { in r12a_lc_calib()
/freebsd/sys/dev/rtwn/rtl8192c/
H A Dr92c_calib.c411 uint8_t txmode; in r92c_lc_calib() local
414 txmode = rtwn_read_1(sc, R92C_OFDM1_LSTF + 3); in r92c_lc_calib()
415 if ((txmode & 0x70) != 0) { in r92c_lc_calib()
417 rtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode & ~0x70); in r92c_lc_calib()
437 if ((txmode & 0x70) != 0) { in r92c_lc_calib()
439 rtwn_write_1(sc, R92C_OFDM1_LSTF + 3, txmode); in r92c_lc_calib()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dhtt_tx.c1281 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() argument
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()
1593 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
1603 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_64()
1638 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_64()
[all …]
H A Dmac.c3983 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
3985 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
4006 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4015 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4043 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4056 switch (txmode) { in ath10k_mac_tx()
4090 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4117 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4393 enum ath10k_hw_txrx_mode txmode; in ath10k_mac_tx_push_txq() local
4423 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_mac_tx_push_txq()
[all …]
H A Dhtt.h1954 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1995 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
1998 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c204 .txmode = {
840 local_port_conf.txmode.offloads |=DEV_TX_OFFLOAD_MBUF_FAST_FREE; in pcap_dpdk_activate()
887 txq_conf.offloads = local_port_conf.txmode.offloads; in pcap_dpdk_activate()