Home
last modified time | relevance | path

Searched refs:rx_max_coalesced_frames (Results 1 – 25 of 51) sorted by relevance

123

/linux-6.15/drivers/infiniband/ulp/ipoib/
H A Dipoib_ethtool.c82 coal->rx_max_coalesced_frames = priv->ethtool.max_coalesced_frames; in ipoib_get_coalesce()
100 coal->rx_max_coalesced_frames > 0xffff) in ipoib_set_coalesce()
104 coal->rx_max_coalesced_frames, in ipoib_set_coalesce()
112 priv->ethtool.max_coalesced_frames = coal->rx_max_coalesced_frames; in ipoib_set_coalesce()
/linux-6.15/drivers/net/ethernet/cavium/liquidio/
H A Dlio_ethtool.c2136 oct->rx_max_coalesced_frames; in lio_get_intr_coalesce()
2232 u32 rx_max_coalesced_frames; in oct_cfg_rx_intrcnt() local
2244 rx_max_coalesced_frames = in oct_cfg_rx_intrcnt()
2247 rx_max_coalesced_frames); in oct_cfg_rx_intrcnt()
2257 rx_max_coalesced_frames = in oct_cfg_rx_intrcnt()
2266 (rx_max_coalesced_frames - 1)); in oct_cfg_rx_intrcnt()
2270 oct->rx_max_coalesced_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
2279 rx_max_coalesced_frames = in oct_cfg_rx_intrcnt()
2287 (rx_max_coalesced_frames - 1)); in oct_cfg_rx_intrcnt()
2291 oct->rx_max_coalesced_frames = rx_max_coalesced_frames; in oct_cfg_rx_intrcnt()
[all …]
H A Docteon_device.h589 u32 rx_max_coalesced_frames; member
/linux-6.15/drivers/net/ethernet/synopsys/
H A Ddwc-xlgmac-ethtool.c158 ec->rx_max_coalesced_frames = pdata->rx_frames; in xlgmac_ethtool_get_coalesce()
177 rx_frames = ec->rx_max_coalesced_frames; in xlgmac_ethtool_set_coalesce()
/linux-6.15/drivers/net/vmxnet3/
H A Dvmxnet3_ethtool.c1205 ec->rx_max_coalesced_frames = in vmxnet3_get_coalesce()
1238 (ec->rx_max_coalesced_frames == 0)) { in vmxnet3_set_coalesce()
1249 (ec->rx_max_coalesced_frames != 0)) { in vmxnet3_set_coalesce()
1267 ec->rx_max_coalesced_frames != 0) { in vmxnet3_set_coalesce()
1276 (ec->rx_max_coalesced_frames != 0)) { in vmxnet3_set_coalesce()
1279 (ec->rx_max_coalesced_frames > in vmxnet3_set_coalesce()
1293 (ec->rx_max_coalesced_frames ? in vmxnet3_set_coalesce()
1294 ec->rx_max_coalesced_frames : in vmxnet3_set_coalesce()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_ethtool.c459 cmd->rx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce()
484 if (!ec->rx_max_coalesced_frames || !ec->tx_max_coalesced_frames) in otx2_set_coalesce()
527 ec->rx_max_coalesced_frames = clamp_t(u32, ec->rx_max_coalesced_frames, in otx2_set_coalesce()
535 if (hw->cq_ecount_wait == ec->rx_max_coalesced_frames) in otx2_set_coalesce()
538 hw->cq_ecount_wait = ec->rx_max_coalesced_frames; in otx2_set_coalesce()
540 hw->cq_ecount_wait = min_t(u16, ec->rx_max_coalesced_frames, in otx2_set_coalesce()
/linux-6.15/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_ethtool.c755 ethcoal->rx_max_coalesced_frames > 0xffff || in netxen_set_intr_coalesce()
761 !ethcoal->rx_max_coalesced_frames) { in netxen_set_intr_coalesce()
772 ethcoal->rx_max_coalesced_frames; in netxen_set_intr_coalesce()
798 ethcoal->rx_max_coalesced_frames = in netxen_get_intr_coalesce()
/linux-6.15/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ethtool.c569 coal->rx_max_coalesced_frames = 0; in aq_ethtool_get_coalesce()
574 coal->rx_max_coalesced_frames = 1; in aq_ethtool_get_coalesce()
593 if (coal->rx_max_coalesced_frames > 1 || in aq_ethtool_set_coalesce()
599 if (!(coal->rx_max_coalesced_frames == !coal->rx_coalesce_usecs)) in aq_ethtool_set_coalesce()
/linux-6.15/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ethtool.c473 coal->rx_max_coalesced_frames = fp->rx_coal_count; in fun_get_coalesce()
490 coal->rx_max_coalesced_frames > FUN_DB_INTCOAL_ENTRIES_M || in fun_set_coalesce()
491 (coal->rx_coalesce_usecs | coal->rx_max_coalesced_frames) == 0 || in fun_set_coalesce()
498 if ((coal->rx_max_coalesced_frames > 1 && !coal->rx_coalesce_usecs) || in fun_set_coalesce()
503 fp->rx_coal_count = coal->rx_max_coalesced_frames; in fun_set_coalesce()
/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_ethtool.c583 coal->rx_max_coalesced_frames = rx_moder->pkts; in mlx5e_ethtool_get_coalesce()
632 coal->rx_max_coalesced_frames = cur_moder.pkts; in mlx5e_ethtool_get_per_queue_coalesce()
635 coal->rx_max_coalesced_frames = c->rx_cq_moder.pkts; in mlx5e_ethtool_get_per_queue_coalesce()
741 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_coalesce()
746 coal->rx_max_coalesced_frames); in mlx5e_ethtool_set_coalesce()
792 rx_moder->pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_coalesce()
855 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_per_queue_coalesce()
886 c->rx_cq_moder.pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_per_queue_coalesce()
890 coal->rx_max_coalesced_frames); in mlx5e_ethtool_set_per_queue_coalesce()
/linux-6.15/drivers/net/ethernet/freescale/dpaa/
H A Ddpaa_ethtool.c435 c->rx_max_coalesced_frames = thresh; in dpaa_get_coalesce()
457 thresh = c->rx_max_coalesced_frames; in dpaa_set_coalesce()
/linux-6.15/drivers/net/ethernet/broadcom/
H A Dbcmsysport.c602 ec->rx_max_coalesced_frames = reg & RDMA_INTR_THRESH_MASK; in bcm_sysport_get_coalesce()
624 ec->rx_max_coalesced_frames > RDMA_INTR_THRESH_MASK || in bcm_sysport_set_coalesce()
629 (ec->rx_coalesce_usecs == 0 && ec->rx_max_coalesced_frames == 0)) in bcm_sysport_set_coalesce()
636 priv->rx_max_coalesced_frames = ec->rx_max_coalesced_frames; in bcm_sysport_set_coalesce()
638 pkts = priv->rx_max_coalesced_frames; in bcm_sysport_set_coalesce()
1467 pkts = priv->rx_max_coalesced_frames; in bcm_sysport_init_rx_coalesce()
2581 priv->rx_max_coalesced_frames = 1; in bcm_sysport_probe()
/linux-6.15/net/ethtool/
H A Dcoalesce.c222 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply()
529 ethnl_update_u32(&coalesce.rx_max_coalesced_frames, in __ethnl_set_coalesce()
/linux-6.15/drivers/net/ethernet/stmicro/stmmac/
H A Dstmmac_ethtool.c968 ec->rx_max_coalesced_frames = priv->rx_coal_frames[queue]; in __stmmac_get_coalesce()
972 ec->rx_max_coalesced_frames = 0; in __stmmac_get_coalesce()
1027 ec->rx_max_coalesced_frames; in __stmmac_set_coalesce()
1034 ec->rx_max_coalesced_frames; in __stmmac_set_coalesce()
/linux-6.15/drivers/net/ethernet/freescale/
H A Dgianfar_ethtool.c276 cvals->rx_max_coalesced_frames = rxcount; in gfar_gcoalesce()
309 if (cvals->rx_max_coalesced_frames > GFAR_MAX_COAL_FRAMES) { in gfar_scoalesce()
333 (cvals->rx_max_coalesced_frames == 0)) { in gfar_scoalesce()
343 cvals->rx_max_coalesced_frames, in gfar_scoalesce()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-ethtool.c439 ec->rx_max_coalesced_frames = pdata->rx_frames; in xgbe_get_coalesce()
458 rx_frames = ec->rx_max_coalesced_frames; in xgbe_set_coalesce()
/linux-6.15/drivers/net/ethernet/huawei/hinic/
H A Dhinic_ethtool.c656 coal->rx_max_coalesced_frames = rx_intr_coal_info->pending_limt * in __hinic_get_coalesce()
669 coal->rx_max_coalesced_frames > COALESCE_MAX_PENDING_LIMIT || in is_coalesce_exceed_limit()
759 if (coal->rx_coalesce_usecs || coal->rx_max_coalesced_frames) { in __hinic_set_coalesce()
762 rx_intr_coal.pending_limt = (u8)(coal->rx_max_coalesced_frames / in __hinic_set_coalesce()
/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c1366 cmd->rx_max_coalesced_frames = rx_coal->int_ql; in hns3_get_coalesce()
1454 if ((cmd->tx_max_coalesced_frames || cmd->rx_max_coalesced_frames) && in hns3_check_ql_coalesce_param()
1461 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param()
1536 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue()
1586 rx_coal->int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce()
/linux-6.15/drivers/net/ethernet/ni/
H A Dnixge.c1007 ecoalesce->rx_max_coalesced_frames = (regval & XAXIDMA_COALESCE_MASK) in nixge_ethtools_get_coalesce()
1029 if (ecoalesce->rx_max_coalesced_frames) in nixge_ethtools_set_coalesce()
1030 priv->coalesce_count_rx = ecoalesce->rx_max_coalesced_frames; in nixge_ethtools_set_coalesce()
/linux-6.15/drivers/net/ethernet/xilinx/
H A Dll_temac_main.c1331 ec->rx_max_coalesced_frames = lp->coalesce_count_rx; in ll_temac_ethtools_get_coalesce()
1352 if (ec->rx_max_coalesced_frames) in ll_temac_ethtools_set_coalesce()
1353 lp->coalesce_count_rx = ec->rx_max_coalesced_frames; in ll_temac_ethtools_set_coalesce()
H A Dxilinx_axienet_main.c2179 &ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_get_coalesce()
2215 if (ecoalesce->rx_max_coalesced_frames > 255 || in axienet_ethtools_set_coalesce()
2221 if (!ecoalesce->rx_max_coalesced_frames || in axienet_ethtools_set_coalesce()
2227 if (((ecoalesce->rx_max_coalesced_frames > 1 || new_dim) && in axienet_ethtools_set_coalesce()
2246 cr = axienet_calc_cr(lp, ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_set_coalesce()
/linux-6.15/drivers/net/ethernet/broadcom/genet/
H A Dbcmgenet.c839 ec->rx_max_coalesced_frames = in bcmgenet_get_coalesce()
874 ring->rx_max_coalesced_frames = ec->rx_max_coalesced_frames; in bcmgenet_set_ring_rx_coalesce()
876 pkts = ring->rx_max_coalesced_frames; in bcmgenet_set_ring_rx_coalesce()
902 ec->rx_max_coalesced_frames > DMA_INTR_THRESHOLD_MASK || in bcmgenet_set_coalesce()
906 if (ec->rx_coalesce_usecs == 0 && ec->rx_max_coalesced_frames == 0) in bcmgenet_set_coalesce()
2613 pkts = ring->rx_max_coalesced_frames; in bcmgenet_init_rx_coalesce()
3980 priv->rx_rings[i].rx_max_coalesced_frames = 1; in bcmgenet_probe()
H A Dbcmgenet.h556 u32 rx_max_coalesced_frames; member
/linux-6.15/drivers/net/ethernet/meta/fbnic/
H A Dfbnic_ethtool.c148 ec->rx_max_coalesced_frames = fbn->rx_max_frames; in fbnic_get_coalesce()
169 if (ec->rx_max_coalesced_frames > in fbnic_set_coalesce()
178 fbn->rx_max_frames = ec->rx_max_coalesced_frames; in fbnic_set_coalesce()
/linux-6.15/drivers/net/ethernet/socionext/
H A Dnetsec.c569 if (priv->et_coalesce.rx_max_coalesced_frames < 1) in netsec_et_set_coalesce()
570 priv->et_coalesce.rx_max_coalesced_frames = 1; in netsec_et_set_coalesce()
573 priv->et_coalesce.rx_max_coalesced_frames); in netsec_et_set_coalesce()
2090 priv->et_coalesce.rx_max_coalesced_frames = 8; in netsec_probe()

123