Searched refs:new_rx (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/amd/ |
| H A D | sun3lance.c | 154 int new_rx, new_tx; /* The next free ring entry */ member 457 lp->new_rx = lp->new_tx = 0; in lance_init_ring() 542 lp->new_rx ); in lance_start_xmit() 769 int entry = lp->new_rx; in lance_rx() 804 lp->new_rx = (lp->new_rx+1) & in lance_rx() 846 entry = lp->new_rx = (lp->new_rx +1) & RX_RING_MOD_MASK; in lance_rx()
|
| /linux/drivers/net/usb/ |
| H A D | cdc_ncm.c | 134 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx); 150 static u32 cdc_ncm_check_rx_max(struct usbnet *dev, u32 new_rx) in cdc_ncm_check_rx_max() argument 166 val = clamp_t(u32, new_rx, min, max); in cdc_ncm_check_rx_max() 167 if (val != new_rx) in cdc_ncm_check_rx_max() 405 static void cdc_ncm_update_rxtx_max(struct usbnet *dev, u32 new_rx, u32 new_tx) in cdc_ncm_update_rxtx_max() argument 411 val = cdc_ncm_check_rx_max(dev, new_rx); in cdc_ncm_update_rxtx_max()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice_ethtool.c | 3885 int new_rx = 0, new_tx = 0; in ice_set_channels() local 3913 new_rx = ch->combined_count + ch->rx_count; in ice_set_channels() 3916 if (new_rx < vsi->tc_cfg.numtc) { in ice_set_channels() 3926 if (new_rx > ice_get_max_rxq(pf)) { in ice_set_channels() 3948 ice_vsi_recfg_qs(vsi, new_rx, new_tx, locked); in ice_set_channels() 3951 ret = ice_vsi_set_dflt_rss_lut(vsi, new_rx); in ice_set_channels() 3956 vsi->rss_size = ice_get_valid_rss_size(&pf->hw, new_rx); in ice_set_channels()
|
| H A D | ice.h | 957 int ice_vsi_recfg_qs(struct ice_vsi *vsi, int new_rx, int new_tx, bool locked);
|
| H A D | ice_main.c | 4135 int ice_vsi_recfg_qs(struct ice_vsi *vsi, int new_rx, int new_tx, bool locked) in ice_vsi_recfg_qs() argument 4140 if (!new_rx && !new_tx) in ice_vsi_recfg_qs() 4152 if (new_rx) in ice_vsi_recfg_qs() 4153 vsi->req_rxq = (u16)new_rx; in ice_vsi_recfg_qs()
|
| /linux/drivers/net/hyperv/ |
| H A D | netvsc_drv.c | 1820 u32 new_tx, new_rx; in netvsc_set_ringparam() local 1831 new_rx = clamp_t(u32, ring->rx_pending, in netvsc_set_ringparam() 1835 new_rx == orig.rx_pending) in netvsc_set_ringparam() 1844 device_info->recv_sections = new_rx; in netvsc_set_ringparam()
|