Searched refs:txcount (Results 1 – 3 of 3) sorted by relevance
2540 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; in _rtl8821ae_read_power_value_fromprom() local2557 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()2558 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()2562 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()2563 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()2564 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()2565 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()2572 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) { in _rtl8821ae_read_power_value_fromprom()2573 if (txcount == 0) { in _rtl8821ae_read_power_value_fromprom()2604 for (txcount = 0; 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()
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()