Searched refs:txmode (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_calib.c | 65 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 D | r92c_calib.c | 411 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 D | htt_tx.c | 1272 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() 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() 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() argument [all …]
|
H A D | mac.c | 3983 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 4186 txmode = ath10k_mac_tx_h_get_txmode(ar, vif, sta, skb); in ath10k_offchan_tx_work() 4187 txpath = ath10k_mac_tx_h_get_txpath(ar, skb, txmode); in ath10k_offchan_tx_work() [all …]
|
H A D | htt.h | 1954 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 D | pcap-dpdk.c | 202 .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()
|