Home
last modified time | relevance | path

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

/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
A Dhw.c2562 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2563 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2577 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2578 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2609 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2610 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2621 pwrinfo24g->cck_diff[rfpath][txcount] = 0; in _rtl8821ae_read_power_value_fromprom()
2653 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
2654 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()
2688 for (txcount = 1; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()
[all …]
/drivers/spi/
A Dspi-mpc512x-psc.c157 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local
168 txcount = min(fifosz, tx_len); in mpc512x_psc_spi_transfer_rxtx()
171 txcount = min(fifosz, txcount); in mpc512x_psc_spi_transfer_rxtx()
172 if (txcount) { in mpc512x_psc_spi_transfer_rxtx()
175 while (txcount-- > 0) { in mpc512x_psc_spi_transfer_rxtx()
A Dspi-zynq-qspi.c411 static void zynq_qspi_write_op(struct zynq_qspi *xqspi, int txcount, in zynq_qspi_write_op() argument
429 if (count > txcount) in zynq_qspi_write_op()
430 count = txcount; in zynq_qspi_write_op()
/drivers/net/hamradio/
A 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/
A Dgianfar_ethtool.c260 unsigned long txcount; in gfar_gcoalesce() local
274 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce()
279 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()

Completed in 30 milliseconds