Searched refs:tx_count (Results 1 - 25 of 85) sorted by path

1234

/linux-master/drivers/net/wan/
H A Dwanxlfw.S298 clrl tx_count(%d0)
448 cmpl #TX_BUFFERS, tx_count(%d0)
470 // update tx_out and tx_count
478 addl #1, tx_count(%d0)
563 tx_end: tstl tx_count(%d0)
574 // update D6, tx_in and tx_count
576 subl #1, tx_count(%d0)
885 tx_count: .long 0, 0, 0, 0 // currently in transmit queue label
/linux-master/arch/powerpc/include/asm/
H A Depapr_hcalls.h360 * @tx_count: returned count of free space in transmit queue
369 unsigned int *rx_count, unsigned int *tx_count)
385 *tx_count = r5;
368 ev_byte_channel_poll(unsigned int handle, unsigned int *rx_count, unsigned int *tx_count) argument
/linux-master/drivers/gpu/drm/bridge/
H A Dsil-sii8620.c99 int tx_count; member in struct:sii8620::__anon599
605 u8 *buf = &ctx->burst.tx_buf[ctx->burst.tx_count];
608 if (ctx->burst.tx_count + size >= ARRAY_SIZE(ctx->burst.tx_buf)) {
614 ctx->burst.tx_count += size;
639 int tx_left = ctx->burst.tx_count;
655 ctx->burst.tx_count = tx_left;
/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.h70 * @tx_count: number of tx entry's in tx_head'ed list
117 u32 tx_count; member in struct:iowait
421 w->iow->tx_count++;
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c730 channels->tx_count = tx;
738 channels->tx_count);
786 if (channels->rx_count && channels->tx_count) {
802 if ((channels->combined_count + channels->tx_count) > tx) {
805 channels->combined_count + channels->tx_count, tx);
811 tx = channels->combined_count + channels->tx_count;
/linux-master/drivers/net/ethernet/apple/
H A Dmacmace.c64 int tx_slot, tx_sloti, tx_count; member in struct:mace_data
155 mp->tx_count = N_TX_RING;
456 if (!mp->tx_count) {
461 mp->tx_count--;
581 if (!mp->tx_count) {
599 if (mp->tx_count)
624 mp->tx_count = N_TX_RING;
733 mp->tx_count++;
/linux-master/drivers/net/ethernet/broadcom/
H A Dbnx2.c7777 channels->tx_count = bp->num_tx_rings;
7795 channels->tx_count > max_tx_rings)
7799 bp->num_req_tx_rings = channels->tx_count;
H A Dtg3.c12796 channel->tx_count = tp->txq_cnt;
12804 channel->tx_count = tp->txq_req;
12806 channel->tx_count = min(deflt_qs, tp->txq_max);
12819 channel->tx_count > tp->txq_max)
12823 tp->txq_req = channel->tx_count;
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_ethtool.c3599 channels->rx_count, channels->tx_count, channels->other_count,
3610 if (channels->rx_count || channels->tx_count || channels->other_count
H A Dbnx2x_main.c13828 int rx_count, tx_count, rss_count, doorbell_size; local
13875 tx_count = rss_count * max_cos_est + cnic_cnt;
13878 dev = alloc_etherdev_mqs(sizeof(*bp), tx_count, rx_count);
13907 tx_count, rx_count);
13941 rc = bnx2x_vfpf_acquire(bp, tx_count, rx_count);
H A Dbnx2x_sriov.h505 int bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count);
584 u8 tx_count, u8 rx_count) {return 0; }
583 bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count) argument
H A Dbnx2x_vfpf.c223 int bnx2x_vfpf_acquire(struct bnx2x *bp, u8 tx_count, u8 rx_count) argument
246 req->resc_request.num_txqs = tx_count;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c4711 int rc, rx_count, tx_count; local
4733 tx_count = sizeof(struct tx_port_stats) / 8;
4741 bnxt_fill_masks(tx_masks, mask, tx_count);
4744 bnxt_copy_hw_masks(tx_masks, tx_stats, tx_count);
4756 tx_count = sizeof(struct tx_port_stats_ext) / 8;
4765 bnxt_fill_masks(tx_masks, mask, tx_count);
4770 tx_count);
H A Dbnxt_ethtool.c914 channel->tx_count = bp->tx_nr_rings_per_tc;
933 (!channel->rx_count || !channel->tx_count))
937 (channel->rx_count || channel->tx_count))
941 channel->tx_count))
949 req_tx_rings = sh ? channel->combined_count : channel->tx_count;
990 bp->tx_nr_rings_per_tc = channel->tx_count;
/linux-master/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c503 u32 max_rx = 0, max_tx = 0, tx_count = 0, rx_count = 0; local
512 tx_count = CFG_GET_NUM_TXQS_NIC_IF(conf6x, lio->ifidx);
537 channel->tx_count = tx_count;
617 channel->rx_count || channel->tx_count)
1265 u32 rx_count, tx_count, rx_count_old, tx_count_old; local
1278 tx_count = clamp_t(u32, ering->tx_pending, CN23XX_MIN_IQ_DESCRIPTORS,
1284 if (rx_count == rx_count_old && tx_count == tx_count_old)
1295 if (tx_count != tx_count_old)
1297 tx_count); local
[all...]
/linux-master/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_ethtool.c490 u32 rx_count, tx_count; local
499 tx_count = clamp_t(u32, ring->tx_pending,
504 if ((tx_count == qs->sq_len) && (rx_count == qs->cq_len))
508 qs->sq_len = rounddown_pow_of_two(tx_count);
720 channel->tx_count = nic->tx_queues;
732 if (!channel->rx_count || !channel->tx_count)
736 if (channel->tx_count > nic->max_queues)
739 if (channel->tx_count + channel->rx_count > nic->max_queues) {
756 nic->tx_queues = channel->tx_count;
/linux-master/drivers/net/ethernet/emulex/benet/
H A Dbe_ethtool.c1229 ch->tx_count = adapter->num_tx_qs - ch->combined_count;
1247 (ch->rx_count && ch->tx_count))
1253 (ch->tx_count &&
1254 (ch->tx_count + ch->combined_count) > be_max_tx_irqs(adapter)))
1258 adapter->cfg_num_tx_irqs = ch->combined_count + ch->tx_count;
/linux-master/drivers/net/ethernet/engleder/
H A Dtsnep_ethtool.c136 int tx_count = adapter->num_tx_queues; local
152 for (i = 0; i < tx_count; i++) {
172 int tx_count = adapter->num_tx_queues; local
229 for (i = 0; i < tx_count; i++) {
244 int tx_count; local
249 tx_count = adapter->num_tx_queues;
252 TSNEP_TX_QUEUE_STATS_COUNT * tx_count;
/linux-master/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ethtool.c918 channels->tx_count = queue_count;
928 channels->tx_count +
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c531 chan->tx_count = netdev->real_num_tx_queues;
537 if (!chan->tx_count || !chan->rx_count)
540 if (chan->tx_count == netdev->real_num_tx_queues &&
545 return fun_change_num_queues(netdev, chan->tx_count,
548 fun_set_ring_count(netdev, chan->tx_count, chan->rx_count);
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_ethtool.c465 cmd->tx_count = priv->tx_cfg.num_queues;
477 int new_tx = cmd->tx_count;
/linux-master/drivers/net/ethernet/hisilicon/
H A Dhip04_eth.c251 static inline unsigned int tx_count(unsigned int head, unsigned int tail) function
456 count = tx_count(READ_ONCE(priv->tx_head), tx_tail);
515 count = tx_count(tx_head, READ_ONCE(priv->tx_tail));
/linux-master/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c835 ch->tx_count = priv->ae_handle->q_num;
/linux-master/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c5810 if (ch->rx_count || ch->tx_count)
/linux-master/drivers/net/ethernet/ibm/emac/
H A Dmal.c491 regs->tx_count = mal->num_tx_chans;
506 for (i = 0; i < regs->tx_count; ++i)

Completed in 464 milliseconds

1234