Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c2545 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; in _rtl8821ae_read_power_value_fromprom() local
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()
2567 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2568 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2569 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE; in _rtl8821ae_read_power_value_fromprom()
2570 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE; 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()
[all …]
/linux/drivers/spi/
H 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()
/linux/drivers/net/ethernet/freescale/
H 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()