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.c1270 static int ath10k_htt_tx_hl(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_hl() argument
1279 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_hl()
1299 switch (txmode) { in ath10k_htt_tx_hl()
1305 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_hl()
1386 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_32() argument
1396 bool is_eth = (txmode == ATH10K_HW_TXRX_ETHERNET); in ath10k_htt_tx_32()
1431 txmode == ATH10K_HW_TXRX_RAW && in ath10k_htt_tx_32()
1448 switch (txmode) { in ath10k_htt_tx_32()
1478 flags0 |= SM(txmode, HTT_DATA_TX_DESC_FLAGS0_PKT_TYPE); in ath10k_htt_tx_32()
1591 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx_64() argument
[all …]
H A Dmac.c4007 enum ath10k_hw_txrx_mode txmode) in ath10k_mac_tx_h_get_txpath() argument
4009 switch (txmode) { in ath10k_mac_tx_h_get_txpath()
4030 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx_submit() argument
4039 ret = ath10k_htt_tx(htt, txmode, skb); in ath10k_mac_tx_submit()
4067 enum ath10k_hw_txrx_mode txmode, in ath10k_mac_tx() argument
4080 switch (txmode) { in ath10k_mac_tx()
4114 ret = ath10k_mac_tx_submit(ar, txmode, txpath, skb); in ath10k_mac_tx()
4141 enum ath10k_hw_txrx_mode txmode; in ath10k_offchan_tx_work() local
4210 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work()
4211 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work()
[all …]
H A Dhtt.h1958 int (*htt_tx)(struct ath10k_htt *htt, enum ath10k_hw_txrx_mode txmode,
1999 enum ath10k_hw_txrx_mode txmode, in ath10k_htt_tx() argument
2002 return htt->tx_ops->htt_tx(htt, txmode, msdu); in ath10k_htt_tx()
/freebsd/contrib/libpcap/
H A Dpcap-dpdk.c202 .txmode = {
838 local_port_conf.txmode.offloads |=DEV_TX_OFFLOAD_MBUF_FAST_FREE; in pcap_dpdk_activate()
885 txq_conf.offloads = local_port_conf.txmode.offloads; in pcap_dpdk_activate()