Home
last modified time | relevance | path

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

/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()