Searched refs:txcnt (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/sys/arm/freescale/vybrid/ |
| HD | vf_spi.c | 212 uint32_t txcnt; in spi_txrx() local 215 txcnt = 0; in spi_txrx() 218 txcnt++; in spi_txrx() 224 if (i == (bufsz - 1) || txcnt == SPI_FIFO_SIZE) in spi_txrx() 228 if (i == (bufsz - 1) || txcnt == SPI_FIFO_SIZE) { in spi_txrx() 229 txcnt = 0; in spi_txrx()
|
| /NextBSD/sys/net80211/ |
| HD | ieee80211_amrr.c | 373 int txcnt = *(int *)arg1, success = *(int *)arg2, retrycnt = *(int *)arg3; in amrr_tx_update() local 375 amn->amn_txcnt = txcnt; in amrr_tx_update()
|
| /NextBSD/sys/dev/nxge/xgehal/ |
| HD | xgehal-stats.c | 889 int txcnt = hldev->stats.sw_dev_info_stats.tx_traffic_intr_cnt; in xge_hal_stats_channel() local 891 if (!txcnt) in xge_hal_stats_channel() 892 txcnt = 1; in xge_hal_stats_channel() 894 channel->stats.total_compl_cnt / txcnt; in xge_hal_stats_channel()
|
| /NextBSD/sys/dev/fatm/ |
| HD | if_fatmvar.h | 227 u_int txcnt; /* number of used transmit desc */ member
|
| HD | if_fatm.c | 841 sc->txcnt = 0; in fatm_init_cmd() 1616 sc->txcnt--; in fatm_intr_drain_tx() 2000 H_SETDESC(tpd->spec, TDX_MKSPEC((sc->txcnt >= in fatm_tx() 2027 sc->txcnt++; in fatm_tx()
|
| /NextBSD/sys/dev/usb/wlan/ |
| HD | if_run.c | 2563 int txcnt, success, retrycnt, error; in run_iter_func() local 2586 txcnt = retrycnt + success + le16toh(sta[0].error.fail); in run_iter_func() 2597 txcnt = (*wstat)[RUN_TXCNT]; in run_iter_func() 2601 retrycnt, txcnt, success); in run_iter_func() 2606 ieee80211_ratectl_tx_update(vap, ni, &txcnt, &success, &retrycnt); in run_iter_func()
|