tx_count          369 arch/powerpc/include/asm/epapr_hcalls.h 	unsigned int *rx_count,	unsigned int *tx_count)
tx_count          385 arch/powerpc/include/asm/epapr_hcalls.h 	*tx_count = r5;
tx_count          153 drivers/char/pcmcia/synclink_cs.c 	int            tx_count;
tx_count          972 drivers/char/pcmcia/synclink_cs.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         1014 drivers/char/pcmcia/synclink_cs.c 		if (!info->tx_count)
tx_count         1018 drivers/char/pcmcia/synclink_cs.c 	if (!info->tx_count)
tx_count         1021 drivers/char/pcmcia/synclink_cs.c 	while (info->tx_count && fifo_count) {
tx_count         1022 drivers/char/pcmcia/synclink_cs.c 		c = min(2, min_t(int, fifo_count, min(info->tx_count, TXBUFSIZE - info->tx_get)));
tx_count         1030 drivers/char/pcmcia/synclink_cs.c 		info->tx_count -= c;
tx_count         1036 drivers/char/pcmcia/synclink_cs.c 		if (info->tx_count < WAKEUP_CHARS)
tx_count         1040 drivers/char/pcmcia/synclink_cs.c 		if (info->tx_count)
tx_count         1375 drivers/char/pcmcia/synclink_cs.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         1504 drivers/char/pcmcia/synclink_cs.c 		if (info->tx_count < TXBUFSIZE - 1) {
tx_count         1507 drivers/char/pcmcia/synclink_cs.c 			info->tx_count++;
tx_count         1525 drivers/char/pcmcia/synclink_cs.c 			__FILE__, __LINE__, info->device_name, info->tx_count);
tx_count         1530 drivers/char/pcmcia/synclink_cs.c 	if (info->tx_count <= 0 || tty->stopped ||
tx_count         1576 drivers/char/pcmcia/synclink_cs.c 		else if (info->tx_count)
tx_count         1582 drivers/char/pcmcia/synclink_cs.c 			min(TXBUFSIZE - info->tx_count - 1,
tx_count         1591 drivers/char/pcmcia/synclink_cs.c 		info->tx_count += c;
tx_count         1599 drivers/char/pcmcia/synclink_cs.c 	if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
tx_count         1629 drivers/char/pcmcia/synclink_cs.c 		ret = TXBUFSIZE - info->tx_count - 1;
tx_count         1657 drivers/char/pcmcia/synclink_cs.c 		rc = info->tx_count;
tx_count         1681 drivers/char/pcmcia/synclink_cs.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         1914 drivers/char/pcmcia/synclink_cs.c 	if (info->tx_active && info->tx_count &&
tx_count         1919 drivers/char/pcmcia/synclink_cs.c 		info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         2403 drivers/char/pcmcia/synclink_cs.c 		while ((info->tx_count || info->tx_active) &&
tx_count         3290 drivers/char/pcmcia/synclink_cs.c 	if (info->tx_count) {
tx_count         3849 drivers/char/pcmcia/synclink_cs.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         3941 drivers/char/pcmcia/synclink_cs.c 	info->tx_put = info->tx_count = skb->len;
tx_count           98 drivers/gpu/drm/bridge/sil-sii8620.c 		int tx_count;
tx_count          604 drivers/gpu/drm/bridge/sil-sii8620.c 	u8 *buf = &ctx->burst.tx_buf[ctx->burst.tx_count];
tx_count          607 drivers/gpu/drm/bridge/sil-sii8620.c 	if (ctx->burst.tx_count + size > ARRAY_SIZE(ctx->burst.tx_buf)) {
tx_count          613 drivers/gpu/drm/bridge/sil-sii8620.c 	ctx->burst.tx_count += size;
tx_count          624 drivers/gpu/drm/bridge/sil-sii8620.c 	if (ctx->burst.tx_count + size > ARRAY_SIZE(ctx->burst.tx_buf)) {
tx_count          638 drivers/gpu/drm/bridge/sil-sii8620.c 	int tx_left = ctx->burst.tx_count;
tx_count          654 drivers/gpu/drm/bridge/sil-sii8620.c 	ctx->burst.tx_count = tx_left;
tx_count          158 drivers/infiniband/hw/hfi1/iowait.h 	u32 tx_count;
tx_count          462 drivers/infiniband/hw/hfi1/iowait.h 	w->iow->tx_count++;
tx_count          777 drivers/net/ethernet/amazon/ena/ena_ethtool.c 	channels->tx_count = adapter->num_queues;
tx_count          742 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	channels->tx_count = tx;
tx_count          750 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 		   channels->tx_count);
tx_count          798 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	if (channels->rx_count && channels->tx_count) {
tx_count          814 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	if ((channels->combined_count + channels->tx_count) > tx) {
tx_count          817 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 			   channels->combined_count + channels->tx_count, tx);
tx_count          823 drivers/net/ethernet/amd/xgbe/xgbe-ethtool.c 	tx = channels->combined_count + channels->tx_count;
tx_count           64 drivers/net/ethernet/apple/macmace.c 	int tx_slot, tx_sloti, tx_count;
tx_count          155 drivers/net/ethernet/apple/macmace.c 	mp->tx_count = N_TX_RING;
tx_count          452 drivers/net/ethernet/apple/macmace.c 	if (!mp->tx_count) {
tx_count          457 drivers/net/ethernet/apple/macmace.c 	mp->tx_count--;
tx_count          577 drivers/net/ethernet/apple/macmace.c 		if (!mp->tx_count) {
tx_count          595 drivers/net/ethernet/apple/macmace.c 	if (mp->tx_count)
tx_count          620 drivers/net/ethernet/apple/macmace.c 	mp->tx_count = N_TX_RING;
tx_count          729 drivers/net/ethernet/apple/macmace.c 		mp->tx_count++;
tx_count         7790 drivers/net/ethernet/broadcom/bnx2.c 	channels->tx_count = bp->num_tx_rings;
tx_count         7808 drivers/net/ethernet/broadcom/bnx2.c 	    channels->tx_count > max_tx_rings)
tx_count         7812 drivers/net/ethernet/broadcom/bnx2.c 	bp->num_req_tx_rings = channels->tx_count;
tx_count         3597 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 	   channels->rx_count, channels->tx_count, channels->other_count,
tx_count         3608 drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c 	if (channels->rx_count || channels->tx_count || channels->other_count
tx_count         13954 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	int rx_count, tx_count, rss_count, doorbell_size;
tx_count         14001 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	tx_count = rss_count * max_cos_est + cnic_cnt;
tx_count         14004 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 	dev = alloc_etherdev_mqs(sizeof(*bp), tx_count, rx_count);
tx_count         14033 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		       tx_count, rx_count);
tx_count         14067 drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c 		rc = bnx2x_vfpf_acquire(bp, tx_count, rx_count);
tx_count          505 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h int bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count);
tx_count          584 drivers/net/ethernet/broadcom/bnx2x/bnx2x_sriov.h 				     u8 tx_count, u8 rx_count) {return 0; }
tx_count          223 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c int bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count)
tx_count          246 drivers/net/ethernet/broadcom/bnx2x/bnx2x_vfpf.c 	req->resc_request.num_txqs = tx_count;
tx_count          802 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 			channel->tx_count = bp->tx_nr_rings_per_tc;
tx_count          820 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	    (!channel->rx_count || !channel->tx_count))
tx_count          824 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	    (channel->rx_count || channel->tx_count))
tx_count          828 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 					    channel->tx_count))
tx_count          836 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 	req_tx_rings = sh ? channel->combined_count : channel->tx_count;
tx_count          872 drivers/net/ethernet/broadcom/bnxt/bnxt_ethtool.c 		bp->tx_nr_rings_per_tc = channel->tx_count;
tx_count         12703 drivers/net/ethernet/broadcom/tg3.c 		channel->tx_count = tp->txq_cnt;
tx_count         12711 drivers/net/ethernet/broadcom/tg3.c 			channel->tx_count = tp->txq_req;
tx_count         12713 drivers/net/ethernet/broadcom/tg3.c 			channel->tx_count = min(deflt_qs, tp->txq_max);
tx_count         12726 drivers/net/ethernet/broadcom/tg3.c 	    channel->tx_count > tp->txq_max)
tx_count         12730 drivers/net/ethernet/broadcom/tg3.c 	tp->txq_req = channel->tx_count;
tx_count          502 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	u32 max_rx = 0, max_tx = 0, tx_count = 0, rx_count = 0;
tx_count          511 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 		tx_count = CFG_GET_NUM_TXQS_NIC_IF(conf6x, lio->ifidx);
tx_count          536 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	channel->tx_count = tx_count;
tx_count          616 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	    channel->rx_count || channel->tx_count)
tx_count         1259 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	u32 rx_count, tx_count, rx_count_old, tx_count_old;
tx_count         1272 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	tx_count = clamp_t(u32, ering->tx_pending, CN23XX_MIN_IQ_DESCRIPTORS,
tx_count         1278 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	if (rx_count == rx_count_old && tx_count == tx_count_old)
tx_count         1289 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	if (tx_count != tx_count_old)
tx_count         1291 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 					    tx_count);
tx_count         1307 drivers/net/ethernet/cavium/liquidio/lio_ethtool.c 	if (tx_count != tx_count_old)
tx_count          485 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	u32 rx_count, tx_count;
tx_count          494 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	tx_count = clamp_t(u32, ring->tx_pending,
tx_count          499 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	if ((tx_count == qs->sq_len) && (rx_count == qs->cq_len))
tx_count          503 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	qs->sq_len = rounddown_pow_of_two(tx_count);
tx_count          714 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	channel->tx_count = nic->tx_queues;
tx_count          726 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	if (!channel->rx_count || !channel->tx_count)
tx_count          730 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	if (channel->tx_count > nic->max_queues)
tx_count          734 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	    ((channel->tx_count + channel->rx_count) > nic->max_queues)) {
tx_count          745 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	nic->tx_queues = channel->tx_count;
tx_count         1224 drivers/net/ethernet/emulex/benet/be_ethtool.c 	ch->tx_count = adapter->num_tx_qs - ch->combined_count;
tx_count         1242 drivers/net/ethernet/emulex/benet/be_ethtool.c 	    (ch->rx_count && ch->tx_count))
tx_count         1248 drivers/net/ethernet/emulex/benet/be_ethtool.c 	    (ch->tx_count &&
tx_count         1249 drivers/net/ethernet/emulex/benet/be_ethtool.c 	     (ch->tx_count + ch->combined_count) > be_max_tx_irqs(adapter)))
tx_count         1253 drivers/net/ethernet/emulex/benet/be_ethtool.c 	adapter->cfg_num_tx_irqs = ch->combined_count + ch->tx_count;
tx_count          174 drivers/net/ethernet/google/gve/gve_ethtool.c 	cmd->tx_count = priv->tx_cfg.num_queues;
tx_count          186 drivers/net/ethernet/google/gve/gve_ethtool.c 	int new_tx = cmd->tx_count;
tx_count          456 drivers/net/ethernet/hisilicon/hip04_eth.c 	count = tx_count(READ_ONCE(priv->tx_head), tx_tail);
tx_count          515 drivers/net/ethernet/hisilicon/hip04_eth.c 	count = tx_count(tx_head, READ_ONCE(priv->tx_tail));
tx_count          823 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c 	ch->tx_count = priv->ae_handle->q_num;
tx_count         4460 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c 	if (ch->rx_count || ch->tx_count)
tx_count          155 drivers/net/ethernet/huawei/hinic/hinic_ethtool.c 	channels->tx_count = hinic_hwdev_num_qps(hwdev);
tx_count          489 drivers/net/ethernet/ibm/emac/mal.c 	regs->tx_count = mal->num_tx_chans;
tx_count          504 drivers/net/ethernet/ibm/emac/mal.c 	for (i = 0; i < regs->tx_count; ++i)
tx_count          285 drivers/net/ethernet/ibm/emac/mal.h 	u32 tx_count;
tx_count         2502 drivers/net/ethernet/ibm/ibmvnic.c 	channels->tx_count = adapter->req_tx_queues;
tx_count         2515 drivers/net/ethernet/ibm/ibmvnic.c 	adapter->desired.tx_queues = channels->tx_count;
tx_count         2521 drivers/net/ethernet/ibm/ibmvnic.c 	     adapter->req_tx_queues != channels->tx_count))
tx_count         2524 drivers/net/ethernet/ibm/ibmvnic.c 			    channels->rx_count, channels->tx_count,
tx_count         1136 drivers/net/ethernet/intel/fm10k/fm10k_ethtool.c 	if (!count || ch->rx_count || ch->tx_count)
tx_count         4667 drivers/net/ethernet/intel/i40e/i40e_ethtool.c 	if (!count || ch->rx_count || ch->tx_count)
tx_count          905 drivers/net/ethernet/intel/iavf/iavf_ethtool.c 	if (ch->rx_count || ch->tx_count || ch->other_count != NONQ_VECS)
tx_count          870 drivers/net/ethernet/intel/ice/ice_lib.c 	u16 offset = 0, qmap = 0, tx_count = 0;
tx_count          950 drivers/net/ethernet/intel/ice/ice_lib.c 		tx_count += tx_numq_tc;
tx_count          965 drivers/net/ethernet/intel/ice/ice_lib.c 	vsi->num_txq = tx_count;
tx_count         3415 drivers/net/ethernet/intel/igb/igb_ethtool.c 	if (!count || ch->rx_count || ch->tx_count)
tx_count         1578 drivers/net/ethernet/intel/igc/igc_ethtool.c 	if (!count || ch->rx_count || ch->tx_count)
tx_count         3168 drivers/net/ethernet/intel/ixgbe/ixgbe_ethtool.c 	if (!count || ch->rx_count || ch->tx_count)
tx_count          125 drivers/net/ethernet/korina.c 	int tx_count;
tx_count          212 drivers/net/ethernet/korina.c 	if (lp->tx_count >= (KORINA_NUM_TDS - 2)) {
tx_count          215 drivers/net/ethernet/korina.c 		if (lp->tx_count == (KORINA_NUM_TDS - 2))
tx_count          226 drivers/net/ethernet/korina.c 	lp->tx_count++;
tx_count          587 drivers/net/ethernet/korina.c 		lp->tx_count--;
tx_count          756 drivers/net/ethernet/korina.c 			lp->tx_full = lp->tx_count = 0;
tx_count         1804 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	channel->tx_count = priv->tx_ring_num[TX] /
tx_count         1821 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	if (!channel->tx_count || !channel->rx_count)
tx_count         1830 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	total_tx_count = channel->tx_count * priv->prof->num_up + xdp_count;
tx_count         1840 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	new_prof.num_tx_rings_p_up = channel->tx_count;
tx_count         1841 drivers/net/ethernet/mellanox/mlx4/en_ethtool.c 	new_prof.tx_ring_num[TX] = channel->tx_count * priv->prof->num_up;
tx_count         1334 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	channel->tx_count = num_tx_rings - channel->combined_count;
tx_count         1365 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	    (channel->rx_count && channel->tx_count))
tx_count         1369 drivers/net/ethernet/netronome/nfp/nfp_net_ethtool.c 	total_tx = channel->combined_count + channel->tx_count;
tx_count          509 drivers/net/ethernet/pensando/ionic/ionic_ethtool.c 	    ch->rx_count || ch->tx_count)
tx_count         1089 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	channels->tx_count = edev->fp_num_tx;
tx_count         1101 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 		   channels->rx_count, channels->tx_count,
tx_count         1104 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	count = channels->rx_count + channels->tx_count +
tx_count         1115 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 					   channels->tx_count))) {
tx_count         1130 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	    (channels->tx_count == edev->fp_num_tx) &&
tx_count         1139 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	    (channels->tx_count % edev->dev_info.common.num_hwfns) ||
tx_count         1149 drivers/net/ethernet/qlogic/qede/qede_ethtool.c 	edev->req_num_tx = channels->tx_count;
tx_count         1969 drivers/net/ethernet/qlogic/qla3xxx.c 	atomic_inc(&qdev->tx_count);
tx_count         2471 drivers/net/ethernet/qlogic/qla3xxx.c 	if (unlikely(atomic_read(&qdev->tx_count) < 2))
tx_count         2512 drivers/net/ethernet/qlogic/qla3xxx.c 	atomic_dec(&qdev->tx_count);
tx_count         3037 drivers/net/ethernet/qlogic/qla3xxx.c 	atomic_set(&qdev->tx_count, NUM_REQ_Q_ENTRIES);
tx_count         1116 drivers/net/ethernet/qlogic/qla3xxx.h 	atomic_t tx_count;
tx_count          731 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	channel->tx_count = adapter->drv_tx_rings;
tx_count          749 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 					 channel->tx_count);
tx_count          764 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 	if (adapter->drv_tx_rings != channel->tx_count) {
tx_count          765 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		err = qlcnic_validate_rings(adapter, channel->tx_count,
tx_count          769 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 				   channel->tx_count);
tx_count          772 drivers/net/ethernet/qlogic/qlcnic/qlcnic_ethtool.c 		adapter->drv_tss_rings = channel->tx_count;
tx_count          253 drivers/net/ethernet/samsung/sxgbe/sxgbe_ethtool.c 	channel->tx_count = SXGBE_TX_QUEUES;
tx_count           80 drivers/net/ethernet/sgi/meth.c 	unsigned long tx_read, tx_write, tx_count;
tx_count          217 drivers/net/ethernet/sgi/meth.c 	priv->tx_count = priv->tx_read = priv->tx_write = 0;
tx_count          473 drivers/net/ethernet/sgi/meth.c 	return priv->tx_count >= TX_RING_ENTRIES - 1;
tx_count          527 drivers/net/ethernet/sgi/meth.c 		priv->tx_count--;
tx_count          693 drivers/net/ethernet/sgi/meth.c 	priv->tx_count++;
tx_count         1508 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	u32 tx_count = priv->plat->tx_queues_to_use;
tx_count         1512 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	for (queue = 0; queue < tx_count; queue++) {
tx_count         1612 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	u32 tx_count = priv->plat->tx_queues_to_use;
tx_count         1617 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	for (queue = 0; queue < tx_count; queue++) {
tx_count         4068 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	u32 tx_count = priv->plat->tx_queues_to_use;
tx_count         4090 drivers/net/ethernet/stmicro/stmmac/stmmac_main.c 	for (queue = 0; queue < tx_count; queue++) {
tx_count          146 drivers/net/ethernet/synopsys/dwc-xlgmac-ethtool.c 	channel->tx_count = pdata->tx_q_count;
tx_count          391 drivers/net/ethernet/ti/cpsw_ethtool.c 	ch->tx_count = cpsw->tx_ch_num;
tx_count          521 drivers/net/ethernet/ti/cpsw_ethtool.c 	if (!ch->rx_count || !ch->tx_count)
tx_count          525 drivers/net/ethernet/ti/cpsw_ethtool.c 	    ch->tx_count > cpsw->data.channels)
tx_count          614 drivers/net/ethernet/ti/cpsw_ethtool.c 	ret = cpsw_update_channels_res(priv, chs->tx_count, 0, rx_handler);
tx_count          200 drivers/net/hamradio/dmascc.c 	int tx_head, tx_tail, tx_count;
tx_count          745 drivers/net/hamradio/dmascc.c 	priv->tx_head = priv->tx_tail = priv->tx_count = 0;
tx_count          933 drivers/net/hamradio/dmascc.c 	priv->tx_count++;
tx_count          938 drivers/net/hamradio/dmascc.c 	if (priv->tx_count < NUM_TX_BUF)
tx_count         1352 drivers/net/hamradio/dmascc.c 			priv->tx_count--;
tx_count         1358 drivers/net/hamradio/dmascc.c 		if (priv->tx_count &&
tx_count         1424 drivers/net/hamradio/dmascc.c 		if (priv->tx_count) {
tx_count          120 drivers/net/hamradio/yam.c 	int tx_count;
tx_count          596 drivers/net/hamradio/yam.c 		yp->tx_count = 1;
tx_count          598 drivers/net/hamradio/yam.c 		yp->tx_count = (yp->bitrate * yp->txd) / 8000;
tx_count          657 drivers/net/hamradio/yam.c 		if (--yp->tx_count <= 0) {
tx_count          678 drivers/net/hamradio/yam.c 			yp->tx_count = 0;
tx_count          685 drivers/net/hamradio/yam.c 		b = yp->tx_buf[yp->tx_count++];
tx_count          690 drivers/net/hamradio/yam.c 		if (yp->tx_count >= yp->tx_len) {
tx_count          703 drivers/net/hamradio/yam.c 			yp->tx_count = (yp->bitrate * yp->txtail) / 8000;
tx_count          705 drivers/net/hamradio/yam.c 				yp->tx_count += (yp->bitrate * yp->holdd) / 8;
tx_count          706 drivers/net/hamradio/yam.c 			if (yp->tx_count == 0)
tx_count          707 drivers/net/hamradio/yam.c 				yp->tx_count = 1;
tx_count          710 drivers/net/hamradio/yam.c 			yp->tx_count = 1;
tx_count          716 drivers/net/hamradio/yam.c 		if (--yp->tx_count <= 0) {
tx_count         1013 drivers/net/hyperv/netvsc_drv.c 	    channels->rx_count || channels->tx_count || channels->other_count)
tx_count         2055 drivers/net/virtio_net.c 	if (channels->rx_count || channels->tx_count || channels->other_count)
tx_count         2167 drivers/net/virtio_net.c 	channels->tx_count = 0;
tx_count          892 drivers/net/wireless/broadcom/b43/b43.h 	unsigned int tx_count;
tx_count         3392 drivers/net/wireless/broadcom/b43/main.c 		       dev->tx_count / 15,
tx_count         3395 drivers/net/wireless/broadcom/b43/main.c 		dev->tx_count = 0;
tx_count         3618 drivers/net/wireless/broadcom/b43/main.c 	dev->tx_count++;
tx_count          783 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 	    (tid_data->tx_count >= IWL_MVM_RS_AGG_START_THRESHOLD)) {
tx_count          784 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		tid_data->tx_count_last = tid_data->tx_count;
tx_count          785 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		tid_data->tx_count = 0;
tx_count          788 drivers/net/wireless/intel/iwlwifi/mvm/rs.c 		tid_data->tx_count += successes;
tx_count          332 drivers/net/wireless/intel/iwlwifi/mvm/sta.h 	u32 tx_count;
tx_count         1039 drivers/net/wireless/intersil/hostap/hostap_ap.c 		   sta->tx_rate, sta->tx_count[0], sta->tx_count[1],
tx_count         1040 drivers/net/wireless/intersil/hostap/hostap_ap.c 		   sta->tx_count[2], sta->tx_count[3],  sta->rx_count[0],
tx_count         2599 drivers/net/wireless/intersil/hostap/hostap_ap.c 			sta->tx_count[rate] = 0;
tx_count         2647 drivers/net/wireless/intersil/hostap/hostap_ap.c 	sta->tx_count[sta->tx_rate_idx]++;
tx_count           72 drivers/net/wireless/intersil/hostap/hostap_ap.h 	u32 tx_count[WLAN_RATE_COUNT]; /* number of frames sent (per rate) */
tx_count          792 drivers/net/wireless/mediatek/mt76/mt7603/mac.c 	int tx_count = 8;
tx_count          810 drivers/net/wireless/mediatek/mt76/mt7603/mac.c 		tx_count = msta->rate_count;
tx_count          873 drivers/net/wireless/mediatek/mt76/mt7603/mac.c 		tx_count = rate->count;
tx_count          878 drivers/net/wireless/mediatek/mt76/mt7603/mac.c 		tx_count = 0x1f;
tx_count          880 drivers/net/wireless/mediatek/mt76/mt7603/mac.c 	val = FIELD_PREP(MT_TXD3_REM_TX_COUNT, tx_count) |
tx_count          315 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	int tx_count = 8;
tx_count          331 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 		tx_count = msta->rate_count;
tx_count          410 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 		tx_count = rate->count;
tx_count          420 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 		tx_count = 0x1f;
tx_count          423 drivers/net/wireless/mediatek/mt76/mt7615/mac.c 	val = FIELD_PREP(MT_TXD3_REM_TX_COUNT, tx_count);
tx_count          899 drivers/net/wireless/st/cw1200/txrx.c 		int tx_count = arg->ack_failures;
tx_count          921 drivers/net/wireless/st/cw1200/txrx.c 			++tx_count;
tx_count          931 drivers/net/wireless/st/cw1200/txrx.c 			if (tx_count)
tx_count          932 drivers/net/wireless/st/cw1200/txrx.c 				++tx_count;
tx_count          936 drivers/net/wireless/st/cw1200/txrx.c 			if (tx->status.rates[i].count >= tx_count) {
tx_count          937 drivers/net/wireless/st/cw1200/txrx.c 				tx->status.rates[i].count = tx_count;
tx_count          940 drivers/net/wireless/st/cw1200/txrx.c 			tx_count -= tx->status.rates[i].count;
tx_count          170 drivers/s390/net/qeth_ethtool.c 	channels->tx_count = dev->real_num_tx_queues;
tx_count           47 drivers/spi/spi-au1550.c 	unsigned tx_count;
tx_count          313 drivers/spi/spi-au1550.c 	hw->tx_count = 0;
tx_count          409 drivers/spi/spi-au1550.c 	return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
tx_count          439 drivers/spi/spi-au1550.c 		hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch);
tx_count          461 drivers/spi/spi-au1550.c 		hw->tx_count = hw->len;
tx_count          489 drivers/spi/spi-au1550.c 	hw->tx_count += (size) / 8;					\
tx_count          490 drivers/spi/spi-au1550.c 	if (hw->tx_count >= hw->len)					\
tx_count          511 drivers/spi/spi-au1550.c 	hw->tx_count = 0;
tx_count          518 drivers/spi/spi-au1550.c 	while (hw->tx_count < hw->len) {
tx_count          522 drivers/spi/spi-au1550.c 		if (hw->tx_count >= hw->len) {
tx_count          543 drivers/spi/spi-au1550.c 	return hw->rx_count < hw->tx_count ? hw->rx_count : hw->tx_count;
tx_count          598 drivers/spi/spi-au1550.c 			if (!(stat & PSC_SPISTAT_TF) && hw->tx_count < hw->len)
tx_count          251 drivers/spi/spi-img-spfi.c 		unsigned int tx_count, rx_count;
tx_count          254 drivers/spi/spi-img-spfi.c 			tx_count = spfi_pio_write32(spfi, tx_buf, tx_bytes);
tx_count          256 drivers/spi/spi-img-spfi.c 			tx_count = spfi_pio_write8(spfi, tx_buf, tx_bytes);
tx_count          263 drivers/spi/spi-img-spfi.c 		tx_buf += tx_count;
tx_count          265 drivers/spi/spi-img-spfi.c 		tx_bytes -= tx_count;
tx_count          818 drivers/spi/spi-loopback-test.c 	int i, tx_count, rx_count;
tx_count          830 drivers/spi/spi-loopback-test.c 	rx_count = tx_count = 0;
tx_count          833 drivers/spi/spi-loopback-test.c 			tx_count++;
tx_count          841 drivers/spi/spi-loopback-test.c 	if (tx_off && (!tx_count)) {
tx_count         1401 drivers/staging/qlge/qlge.h 	atomic_t tx_count;	/* counts down for every outstanding IO */
tx_count         1672 drivers/staging/qlge/qlge_dbg.c 	pr_err("tx_ring->tx_count = %d\n", atomic_read(&tx_ring->tx_count));
tx_count         2140 drivers/staging/qlge/qlge_main.c 	atomic_inc(&tx_ring->tx_count);
tx_count         2239 drivers/staging/qlge/qlge_main.c 		if ((atomic_read(&tx_ring->tx_count) > (tx_ring->wq_len / 4)))
tx_count         2648 drivers/staging/qlge/qlge_main.c 	if (unlikely(atomic_read(&tx_ring->tx_count) < 2)) {
tx_count         2702 drivers/staging/qlge/qlge_main.c 	atomic_dec(&tx_ring->tx_count);
tx_count         2704 drivers/staging/qlge/qlge_main.c 	if (unlikely(atomic_read(&tx_ring->tx_count) < 2)) {
tx_count         2706 drivers/staging/qlge/qlge_main.c 		if ((atomic_read(&tx_ring->tx_count) > (tx_ring->wq_len / 4)))
tx_count         2779 drivers/staging/qlge/qlge_main.c 	atomic_set(&tx_ring->tx_count, tx_ring->wq_len);
tx_count          202 drivers/tty/ehv_bytechan.c 	unsigned int rx_count, tx_count;
tx_count          207 drivers/tty/ehv_bytechan.c 				   &rx_count, &tx_count);
tx_count          350 drivers/tty/ehv_bytechan.c 	unsigned int rx_count, tx_count, len;
tx_count          359 drivers/tty/ehv_bytechan.c 	ev_byte_channel_poll(bc->handle, &rx_count, &tx_count);
tx_count          409 drivers/tty/serial/ifx6x60.c static void ifx_spi_setup_spi_header(unsigned char *txbuffer, int tx_count,
tx_count          412 drivers/tty/serial/ifx6x60.c 	*(u16 *)(txbuffer) = tx_count;
tx_count          433 drivers/tty/serial/ifx6x60.c 	int tx_count;
tx_count          440 drivers/tty/serial/ifx6x60.c 	tx_count = IFX_SPI_HEADER_OVERHEAD;
tx_count          459 drivers/tty/serial/ifx6x60.c 			tx_count += temp_count;
tx_count          470 drivers/tty/serial/ifx6x60.c 					tx_count-IFX_SPI_HEADER_OVERHEAD,
tx_count          473 drivers/tty/serial/ifx6x60.c 	ifx_dev->swap_buf((ifx_dev->tx_buffer), tx_count,
tx_count          475 drivers/tty/serial/ifx6x60.c 	return tx_count;
tx_count          495 drivers/tty/serial/ifx6x60.c 	int tx_count;
tx_count          499 drivers/tty/serial/ifx6x60.c 	tx_count = kfifo_in(&ifx_dev->tx_fifo, tmp_buf, count);
tx_count          504 drivers/tty/serial/ifx6x60.c 	return tx_count;
tx_count          814 drivers/tty/serial/msm_serial.c static void msm_handle_tx_pio(struct uart_port *port, unsigned int tx_count)
tx_count          827 drivers/tty/serial/msm_serial.c 	if (tx_count && msm_port->is_uartdm)
tx_count          828 drivers/tty/serial/msm_serial.c 		msm_reset_dm_count(port, tx_count);
tx_count          830 drivers/tty/serial/msm_serial.c 	while (tf_pointer < tx_count) {
tx_count          838 drivers/tty/serial/msm_serial.c 			num_chars = min(tx_count - tf_pointer,
tx_count          317 drivers/tty/synclink_gt.c 	int tx_count;
tx_count          832 drivers/tty/synclink_gt.c 	if (info->tx_count) {
tx_count          834 drivers/tty/synclink_gt.c 		if (!tx_load(info, info->tx_buf, info->tx_count))
tx_count          836 drivers/tty/synclink_gt.c 		info->tx_count = 0;
tx_count          860 drivers/tty/synclink_gt.c 	if (info->tx_count < info->max_frame_size) {
tx_count          861 drivers/tty/synclink_gt.c 		info->tx_buf[info->tx_count++] = ch;
tx_count          946 drivers/tty/synclink_gt.c 	DBGINFO(("%s flush_chars entry tx_count=%d\n", info->device_name, info->tx_count));
tx_count          948 drivers/tty/synclink_gt.c 	if (info->tx_count <= 0 || tty->stopped ||
tx_count          955 drivers/tty/synclink_gt.c 	if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
tx_count          956 drivers/tty/synclink_gt.c 		info->tx_count = 0;
tx_count          970 drivers/tty/synclink_gt.c 	info->tx_count = 0;
tx_count         1005 drivers/tty/synclink_gt.c 	if (info->tx_count && tx_load(info, info->tx_buf, info->tx_count))
tx_count         1006 drivers/tty/synclink_gt.c 		info->tx_count = 0;
tx_count          170 drivers/tty/synclinkmp.c 	int			tx_count;
tx_count          932 drivers/tty/synclinkmp.c 		if (info->tx_count) {
tx_count          935 drivers/tty/synclinkmp.c 			tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
tx_count          938 drivers/tty/synclinkmp.c 		ret = info->tx_count = count;
tx_count          945 drivers/tty/synclinkmp.c 			min(info->max_frame_size - info->tx_count - 1,
tx_count          956 drivers/tty/synclinkmp.c 		info->tx_count += c;
tx_count          966 drivers/tty/synclinkmp.c 			ret = info->tx_count = 0;
tx_count          969 drivers/tty/synclinkmp.c 		tx_load_dma_buffer(info, info->tx_buf, info->tx_count);
tx_count          972 drivers/tty/synclinkmp.c  	if (info->tx_count && !tty->stopped && !tty->hw_stopped) {
tx_count         1010 drivers/tty/synclinkmp.c 		if (info->tx_count < info->max_frame_size - 1) {
tx_count         1014 drivers/tty/synclinkmp.c 			info->tx_count++;
tx_count         1126 drivers/tty/synclinkmp.c 		ret = info->max_frame_size - info->tx_count - 1;
tx_count         1147 drivers/tty/synclinkmp.c 			__FILE__,__LINE__,info->device_name,info->tx_count);
tx_count         1152 drivers/tty/synclinkmp.c 	if (info->tx_count <= 0 || tty->stopped || tty->hw_stopped ||
tx_count         1164 drivers/tty/synclinkmp.c 			info->tx_count ) {
tx_count         1169 drivers/tty/synclinkmp.c 				 info->tx_buf,info->tx_count);
tx_count         1192 drivers/tty/synclinkmp.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         1434 drivers/tty/synclinkmp.c 		       __FILE__, __LINE__, info->device_name, info->tx_count);
tx_count         1436 drivers/tty/synclinkmp.c 	return info->tx_count;
tx_count         1590 drivers/tty/synclinkmp.c 	info->tx_count = skb->len;
tx_count         2233 drivers/tty/synclinkmp.c 		info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         2294 drivers/tty/synclinkmp.c 			__FILE__,__LINE__,info->device_name,info->tx_count);
tx_count         2309 drivers/tty/synclinkmp.c 	if ( info->tx_count )
tx_count         2317 drivers/tty/synclinkmp.c 	if (info->tx_count < WAKEUP_CHARS)
tx_count         2705 drivers/tty/synclinkmp.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count         4183 drivers/tty/synclinkmp.c 			 __FILE__,__LINE__, info->device_name,info->tx_count );
tx_count         4191 drivers/tty/synclinkmp.c 	if ( info->tx_count ) {
tx_count         4282 drivers/tty/synclinkmp.c 	if ( !info->tx_count && !info->x_char )
tx_count         4287 drivers/tty/synclinkmp.c 	while( info->tx_count && (read_reg(info,SR0) & BIT1) ) {
tx_count         4292 drivers/tty/synclinkmp.c 		if ( (info->tx_count > 1) && !info->x_char ) {
tx_count         4303 drivers/tty/synclinkmp.c 			info->tx_count -= 2;
tx_count         4316 drivers/tty/synclinkmp.c 				info->tx_count--;
tx_count         5253 drivers/tty/synclinkmp.c 	info->tx_count = count;
tx_count         5469 drivers/tty/synclinkmp.c 	info->tx_count = info->tx_put = info->tx_get = 0;
tx_count          548 include/uapi/linux/ethtool.h 	__u32	tx_count;
tx_count         1698 net/core/ethtool.c 	    channels.tx_count > curr.max_tx ||
tx_count         1712 net/core/ethtool.c 		min(channels.rx_count, channels.tx_count);
tx_count         1713 net/core/ethtool.c 	to_channel = curr.combined_count + max(curr.rx_count, curr.tx_count);
tx_count           46 tools/include/uapi/linux/ethtool.h 	__u32	tx_count;