Home
last modified time | relevance | path

Searched refs:txcount (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
Dhw.c2590 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; in _rtl8821ae_read_power_value_fromprom() local
2607 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2608 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2612 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2613 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2614 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2615 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2622 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2623 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2654 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
[all …]
/drivers/spi/
Dspi-mpc512x-psc.c163 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local
174 txcount = min(fifosz, tx_len); in mpc512x_psc_spi_transfer_rxtx()
177 txcount = min(fifosz, txcount); in mpc512x_psc_spi_transfer_rxtx()
178 if (txcount) { in mpc512x_psc_spi_transfer_rxtx()
181 while (txcount-- > 0) { in mpc512x_psc_spi_transfer_rxtx()
Dspi-zynq-qspi.c400 static void zynq_qspi_write_op(struct zynq_qspi *xqspi, int txcount, in zynq_qspi_write_op() argument
418 if (count > txcount) in zynq_qspi_write_op()
419 count = txcount; in zynq_qspi_write_op()
/drivers/net/wan/
Dz85230.c374 while (c->txcount) { in z8530_tx()
378 c->txcount--; in z8530_tx()
384 if (c->txcount == 0) { in z8530_tx()
1337 c->txcount = 0; in z8530_tx_begin()
1339 c->txcount = c->tx_skb->len; in z8530_tx_begin()
1361 set_dma_count(c->txdma, c->txcount); in z8530_tx_begin()
1371 while (c->txcount && (read_zsreg(c, R0) & Tx_BUF_EMP)) { in z8530_tx_begin()
1373 c->txcount--; in z8530_tx_begin()
Dz85230.h289 u16 txcount; /* Count of bytes to transmit */ member
/drivers/net/hamradio/
Dbaycom_ser_fdx.c253 unsigned int txcount = 0; in ser12_interrupt() local
284 txcount++; in ser12_interrupt()
305 if (bc->modem.ptt && txcount) { in ser12_interrupt()
319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
/drivers/net/ethernet/freescale/
Dgianfar_ethtool.c256 unsigned long txcount; in gfar_gcoalesce() local
270 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce()
275 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()