Searched refs:txcount (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dhw.c2545 u32 rfpath, eeaddr = EEPROM_TX_PWR_INX, group, txcount = 0; local
2562 for (txcount = 0; txcount < MAX_TX_COUNT; txcount++) {
2563 if (txcount == 0) {
2567 pwrinfo24g->bw20_diff[rfpath][txcount] = 0xFE;
2568 pwrinfo24g->bw40_diff[rfpath][txcount] = 0xFE;
2569 pwrinfo24g->cck_diff[rfpath][txcount] = 0xFE;
2570 pwrinfo24g->ofdm_diff[rfpath][txcount] = 0xFE;
2577 for (txcount
[all...]
/linux-master/drivers/spi/
H A Dspi-mpc512x-psc.c157 size_t txcount; local
168 txcount = min(fifosz, tx_len);
171 txcount = min(fifosz, txcount);
172 if (txcount) {
175 while (txcount-- > 0) {
H A Dspi-zynq-qspi.c397 * @txcount: Maximum number of words to write
400 static void zynq_qspi_write_op(struct zynq_qspi *xqspi, int txcount, argument
418 if (count > txcount)
419 count = txcount;
/linux-master/drivers/net/hamradio/
H A Dbaycom_ser_fdx.c253 unsigned int txcount = 0; local
284 txcount++;
305 if (bc->modem.ptt && txcount) {
319 if (!bc->modem.ptt && txcount) {
/linux-master/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c258 unsigned long txcount; local
272 txcount = get_icft_value(tx_queue->txic);
277 cvals->tx_max_coalesced_frames = txcount;

Completed in 146 milliseconds