Searched refs:txcount (Results 1 – 5 of 5) sorted by relevance
2562 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 …]
157 size_t txcount; in mpc512x_psc_spi_transfer_rxtx() local168 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()
411 static void zynq_qspi_write_op(struct zynq_qspi *xqspi, int txcount, in zynq_qspi_write_op() argument429 if (count > txcount) in zynq_qspi_write_op()430 count = txcount; in zynq_qspi_write_op()
253 unsigned int txcount = 0; in ser12_interrupt() local284 txcount++; in ser12_interrupt()305 if (bc->modem.ptt && txcount) { in ser12_interrupt()319 if (!bc->modem.ptt && txcount) { in ser12_interrupt()
260 unsigned long txcount; in gfar_gcoalesce() local274 txcount = get_icft_value(tx_queue->txic); in gfar_gcoalesce()279 cvals->tx_max_coalesced_frames = txcount; in gfar_gcoalesce()
Completed in 25 milliseconds