Home
last modified time | relevance | path

Searched refs:new_tx (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/amd/
Dsun3lance.c153 int new_rx, new_tx; /* The next free ring entry */ member
462 lp->new_rx = lp->new_tx = 0; in lance_init_ring()
545 lp->old_tx, lp->new_tx, in lance_start_xmit()
603 dev->name, lp->new_tx, ((u_short *)skb->data)[6], in lance_start_xmit()
613 entry = lp->new_tx; in lance_start_xmit()
633 lp->new_tx = (lp->new_tx + 1) & TX_RING_MOD_MASK; in lance_start_xmit()
691 while( old_tx != lp->new_tx) { in lance_interrupt()
818 dev->name, lp->new_tx, ((u_short *)data)[6], in lance_rx()
/kernel/linux/linux-5.10/drivers/net/ethernet/google/gve/
Dgve_ethtool.c383 int new_tx = cmd->tx_count; in gve_set_channels() local
392 if (!new_rx || !new_tx) in gve_set_channels()
396 priv->tx_cfg.num_queues = new_tx; in gve_set_channels()
401 new_tx_cfg.num_queues = new_tx; in gve_set_channels()
/kernel/linux/linux-5.10/drivers/net/usb/
Dcdc_ncm.c133 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx);
172 static u32 cdc_ncm_check_tx_max(struct usbnet *dev, u32 new_tx) in cdc_ncm_check_tx_max() argument
190 val = clamp_t(u32, new_tx, min, max); in cdc_ncm_check_tx_max()
191 if (val != new_tx) in cdc_ncm_check_tx_max()
389 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() argument
420 val = cdc_ncm_check_tx_max(dev, new_tx); in cdc_ncm_update_rxtx_max()
/kernel/linux/linux-5.10/drivers/atm/
Deni.c1293 int rate,ubr,unlimited,new_tx; in reserve_or_set_tx() local
1315 new_tx = !eni_vcc->tx; in reserve_or_set_tx()
1317 if (!new_tx) tx = eni_vcc->tx; in reserve_or_set_tx()
1349 if (new_tx) { in reserve_or_set_tx()
1361 if (set_shp || (unlimited && new_tx)) { in reserve_or_set_tx()
1362 if (unlimited && new_tx) eni_dev->ubr = tx; in reserve_or_set_tx()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/
Dice.h570 int ice_vsi_recfg_qs(struct ice_vsi *vsi, int new_rx, int new_tx);
Dice_ethtool.c3361 int new_rx = 0, new_tx = 0; in ice_set_channels() local
3398 new_tx = ch->combined_count + ch->tx_count; in ice_set_channels()
3405 if (new_tx > ice_get_max_txq(pf)) { in ice_set_channels()
3411 ice_vsi_recfg_qs(vsi, new_rx, new_tx); in ice_set_channels()
Dice_main.c3585 int ice_vsi_recfg_qs(struct ice_vsi *vsi, int new_rx, int new_tx) in ice_vsi_recfg_qs() argument
3590 if (!new_rx && !new_tx) in ice_vsi_recfg_qs()
3600 if (new_tx) in ice_vsi_recfg_qs()
3601 vsi->req_txq = (u16)new_tx; in ice_vsi_recfg_qs()
/kernel/linux/linux-5.10/drivers/net/hyperv/
Dnetvsc_drv.c1865 u32 new_tx, new_rx; in netvsc_set_ringparam() local
1874 new_tx = clamp_t(u32, ring->tx_pending, in netvsc_set_ringparam()
1879 if (new_tx == orig.tx_pending && in netvsc_set_ringparam()
1888 device_info->send_sections = new_tx; in netvsc_set_ringparam()