/Linux-v6.6/net/ethtool/ |
D | channels.c | 73 channels->tx_count))) || in channels_fill_reply() 123 max(channels.rx_count, channels.tx_count); in ethnl_set_channels() 127 ethnl_update_u32(&channels.tx_count, tb[ETHTOOL_A_CHANNELS_TX_COUNT], in ethnl_set_channels() 140 else if (channels.tx_count > channels.max_tx) in ethnl_set_channels() 157 else if (!channels.combined_count && !channels.tx_count) in ethnl_set_channels() 188 min(channels.rx_count, channels.tx_count); in ethnl_set_channels()
|
/Linux-v6.6/drivers/net/wireless/silabs/wfx/ |
D | data_tx.c | 439 int tx_count; in wfx_tx_fill_rates() local 442 tx_count = arg->ack_failures; in wfx_tx_fill_rates() 444 tx_count += 1; /* Also report success */ in wfx_tx_fill_rates() 449 if (tx_count < rate->count && arg->status == HIF_STATUS_TX_FAIL_RETRIES && in wfx_tx_fill_rates() 452 rate->count, tx_count); in wfx_tx_fill_rates() 453 if (tx_count <= rate->count && tx_count && in wfx_tx_fill_rates() 457 if (tx_count > rate->count) { in wfx_tx_fill_rates() 458 tx_count -= rate->count; in wfx_tx_fill_rates() 459 } else if (!tx_count) { in wfx_tx_fill_rates() 463 rate->count = tx_count; in wfx_tx_fill_rates() [all …]
|
D | traces.h | 375 __array(int, tx_count, 4) 398 __entry->tx_count[i] = rates[i].count; 422 __entry->tx_count[0], 424 __entry->tx_count[1], 426 __entry->tx_count[2], 428 __entry->tx_count[3],
|
/Linux-v6.6/drivers/s390/net/ |
D | qeth_ethtool.c | 209 channels->tx_count = dev->real_num_tx_queues; in qeth_get_channels() 221 if (channels->rx_count == 0 || channels->tx_count == 0) in qeth_set_channels() 223 if (channels->tx_count > card->qdio.no_out_queues) in qeth_set_channels() 231 if (channels->tx_count < QETH_IQD_MIN_TXQ) in qeth_set_channels() 238 channels->tx_count < dev->real_num_tx_queues) in qeth_set_channels() 242 rc = qeth_set_real_num_tx_queues(card, channels->tx_count); in qeth_set_channels() 244 priv->tx_wanted_queues = channels->tx_count; in qeth_set_channels()
|
/Linux-v6.6/drivers/spi/ |
D | spi-au1550.c | 47 unsigned int tx_count; member 312 hw->tx_count = 0; in au1550_spi_dma_txrxb() 408 return min(hw->rx_count, hw->tx_count); in au1550_spi_dma_txrxb() 438 hw->tx_count = hw->len - au1xxx_get_dma_residue(hw->dma_tx_ch); in au1550_spi_dma_irq_callback() 460 hw->tx_count = hw->len; in au1550_spi_dma_irq_callback() 488 hw->tx_count += (size) / 8; \ 489 if (hw->tx_count >= hw->len) \ 510 hw->tx_count = 0; in au1550_spi_pio_txrxb() 517 while (hw->tx_count < hw->len) { in au1550_spi_pio_txrxb() 521 if (hw->tx_count >= hw->len) { in au1550_spi_pio_txrxb() [all …]
|
D | spi-img-spfi.c | 246 unsigned int tx_count, rx_count; in img_spfi_start_pio() local 249 tx_count = spfi_pio_write32(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 251 tx_count = spfi_pio_write8(spfi, tx_buf, tx_bytes); in img_spfi_start_pio() 258 tx_buf += tx_count; in img_spfi_start_pio() 260 tx_bytes -= tx_count; in img_spfi_start_pio()
|
D | spi-loopback-test.c | 863 int i, tx_count, rx_count; in spi_test_run_iter() local 875 rx_count = tx_count = 0; in spi_test_run_iter() 878 tx_count++; in spi_test_run_iter() 886 if (tx_off && (!tx_count)) { in spi_test_run_iter()
|
/Linux-v6.6/drivers/net/ethernet/engleder/ |
D | tsnep_ethtool.c | 136 int tx_count = adapter->num_tx_queues; in tsnep_ethtool_get_strings() local 152 for (i = 0; i < tx_count; i++) { in tsnep_ethtool_get_strings() 172 int tx_count = adapter->num_tx_queues; in tsnep_ethtool_get_ethtool_stats() local 229 for (i = 0; i < tx_count; i++) { in tsnep_ethtool_get_ethtool_stats() 244 int tx_count; in tsnep_ethtool_get_sset_count() local 249 tx_count = adapter->num_tx_queues; in tsnep_ethtool_get_sset_count() 252 TSNEP_TX_QUEUE_STATS_COUNT * tx_count; in tsnep_ethtool_get_sset_count()
|
/Linux-v6.6/drivers/net/hamradio/ |
D | yam.c | 120 int tx_count; member 596 yp->tx_count = 1; in yam_start_tx() 598 yp->tx_count = (yp->bitrate * yp->txd) / 8000; in yam_start_tx() 657 if (--yp->tx_count <= 0) { in yam_tx_byte() 678 yp->tx_count = 0; in yam_tx_byte() 685 b = yp->tx_buf[yp->tx_count++]; in yam_tx_byte() 690 if (yp->tx_count >= yp->tx_len) { in yam_tx_byte() 703 yp->tx_count = (yp->bitrate * yp->txtail) / 8000; in yam_tx_byte() 705 yp->tx_count += (yp->bitrate * yp->holdd) / 8; in yam_tx_byte() 706 if (yp->tx_count == 0) in yam_tx_byte() [all …]
|
/Linux-v6.6/drivers/net/ethernet/apple/ |
D | macmace.c | 64 int tx_slot, tx_sloti, tx_count; member 155 mp->tx_count = N_TX_RING; in mace_txdma_reset() 456 if (!mp->tx_count) { in mace_xmit_start() 461 mp->tx_count--; in mace_xmit_start() 581 if (!mp->tx_count) { in mace_interrupt() 599 if (mp->tx_count) in mace_interrupt() 624 mp->tx_count = N_TX_RING; in mace_tx_timeout() 733 mp->tx_count++; in mace_dma_intr()
|
/Linux-v6.6/tools/net/ynl/samples/ |
D | ethtool.c | 33 if (dev->_present.tx_count) in main() 34 printf("tx %d ", dev->tx_count); in main()
|
/Linux-v6.6/drivers/net/ethernet/cavium/thunder/ |
D | nicvf_ethtool.c | 490 u32 rx_count, tx_count; in nicvf_set_ringparam() local 499 tx_count = clamp_t(u32, ring->tx_pending, in nicvf_set_ringparam() 504 if ((tx_count == qs->sq_len) && (rx_count == qs->cq_len)) in nicvf_set_ringparam() 508 qs->sq_len = rounddown_pow_of_two(tx_count); in nicvf_set_ringparam() 719 channel->tx_count = nic->tx_queues; in nicvf_get_channels() 731 if (!channel->rx_count || !channel->tx_count) in nicvf_set_channels() 735 if (channel->tx_count > nic->max_queues) in nicvf_set_channels() 738 if (channel->tx_count + channel->rx_count > nic->max_queues) { in nicvf_set_channels() 755 nic->tx_queues = channel->tx_count; in nicvf_set_channels()
|
/Linux-v6.6/drivers/tty/ |
D | ehv_bytechan.c | 202 unsigned int rx_count, tx_count; in udbg_init_ehv_bc() local 207 &rx_count, &tx_count); in udbg_init_ehv_bc() 350 unsigned int rx_count, tx_count, len; in ehv_bc_tty_rx_isr() local 359 ev_byte_channel_poll(bc->handle, &rx_count, &tx_count); in ehv_bc_tty_rx_isr()
|
/Linux-v6.6/drivers/net/ethernet/amd/xgbe/ |
D | xgbe-ethtool.c | 724 channels->tx_count = tx; in xgbe_get_channels() 732 channels->tx_count); in xgbe_print_set_channels_input() 780 if (channels->rx_count && channels->tx_count) { in xgbe_set_channels() 796 if ((channels->combined_count + channels->tx_count) > tx) { in xgbe_set_channels() 799 channels->combined_count + channels->tx_count, tx); in xgbe_set_channels() 805 tx = channels->combined_count + channels->tx_count; in xgbe_set_channels()
|
/Linux-v6.6/drivers/net/ethernet/marvell/octeontx2/nic/ |
D | otx2_ethtool.c | 282 channel->tx_count = pfvf->hw.tx_queues; in otx2_get_channels() 293 if (!channel->rx_count || !channel->tx_count) in otx2_set_channels() 308 err = otx2_set_real_num_queues(dev, channel->tx_count + qos_txqs, in otx2_set_channels() 314 pfvf->hw.tx_queues = channel->tx_count; in otx2_set_channels() 400 u32 rx_count, tx_count; in otx2_set_ringparam() local 433 tx_count = clamp_t(u32, ring->tx_pending, in otx2_set_ringparam() 435 tx_count = Q_COUNT(Q_SIZE(tx_count, 3)); in otx2_set_ringparam() 437 if (tx_count == qs->sqe_cnt && rx_count == qs->rqe_cnt && in otx2_set_ringparam() 445 qs->sqe_cnt = tx_count; in otx2_set_ringparam()
|
/Linux-v6.6/drivers/net/ethernet/ti/icssg/ |
D | icssg_ethtool.c | 143 emac->tx_ch_num = ch->tx_count; in emac_set_channels() 156 ch->tx_count = emac->tx_ch_num; in emac_get_channels()
|
/Linux-v6.6/drivers/net/wan/ |
D | wanxlfw.S | 298 clrl tx_count(%d0) 448 cmpl #TX_BUFFERS, tx_count(%d0) 478 addl #1, tx_count(%d0) 563 tx_end: tstl tx_count(%d0) 576 subl #1, tx_count(%d0) 885 tx_count: .long 0, 0, 0, 0 // currently in transmit queue label
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | ethtool.h | 46 __u32 tx_count; member
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | iowait.h | 117 u32 tx_count; member 421 w->iow->tx_count++; in iowait_inc_wait_count()
|
/Linux-v6.6/sound/soc/sof/amd/ |
D | acp.c | 237 unsigned int tx_count, fw_qualifier, val; in configure_and_run_sha_dma() local 267 tx_count, tx_count == image_length, in configure_and_run_sha_dma() 270 dev_err(sdev->dev, "SHA DMA Failed to Transfer Length %x\n", tx_count); in configure_and_run_sha_dma()
|
/Linux-v6.6/drivers/net/ethernet/sgi/ |
D | meth.c | 80 unsigned long tx_read, tx_write, tx_count; member 217 priv->tx_count = priv->tx_read = priv->tx_write = 0; in meth_init_tx_ring() 473 return priv->tx_count >= TX_RING_ENTRIES - 1; in meth_tx_full() 527 priv->tx_count--; in meth_tx_cleanup() 693 priv->tx_count++; in meth_add_to_tx_ring()
|
/Linux-v6.6/drivers/net/wireless/mediatek/mt76/ |
D | testmode.c | 277 td->tx_pending = td->tx_count; in mt76_testmode_tx_start() 320 td->tx_count = 1; in mt76_testmode_init_defaults() 438 td->tx_count = nla_get_u32(tb[MT76_TM_ATTR_TX_COUNT]); in mt76_testmode_cmd() 619 if (nla_put_u32(msg, MT76_TM_ATTR_TX_COUNT, td->tx_count) || in mt76_testmode_dump()
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | epapr_hcalls.h | 369 unsigned int *rx_count, unsigned int *tx_count) in ev_byte_channel_poll() argument 385 *tx_count = r5; in ev_byte_channel_poll()
|
/Linux-v6.6/drivers/net/ethernet/ti/ |
D | cpsw_ethtool.c | 394 ch->tx_count = cpsw->tx_ch_num; in cpsw_get_channels() 524 if (!ch->rx_count || !ch->tx_count) in cpsw_check_ch_settings() 528 ch->tx_count > cpsw->data.channels) in cpsw_check_ch_settings() 617 ret = cpsw_update_channels_res(priv, chs->tx_count, 0, rx_handler); in cpsw_set_channels_common()
|
/Linux-v6.6/drivers/net/wireless/st/cw1200/ |
D | txrx.c | 896 int tx_count = arg->ack_failures; in cw1200_tx_confirm_cb() local 918 ++tx_count; in cw1200_tx_confirm_cb() 928 if (tx_count) in cw1200_tx_confirm_cb() 929 ++tx_count; in cw1200_tx_confirm_cb() 933 if (tx->status.rates[i].count >= tx_count) { in cw1200_tx_confirm_cb() 934 tx->status.rates[i].count = tx_count; in cw1200_tx_confirm_cb() 937 tx_count -= tx->status.rates[i].count; in cw1200_tx_confirm_cb()
|