Searched refs:txcount (Results 1 – 2 of 2) sorted by relevance
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()