/linux/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 2135 intr_coal->rx_max_coalesced_frames = in lio_get_intr_coalesce() 2136 oct->rx_max_coalesced_frames; in lio_get_intr_coalesce() 2151 intr_coal->rx_max_coalesced_frames = in lio_get_intr_coalesce() 2232 u32 rx_max_coalesced_frames; in oct_cfg_rx_intrcnt() local 2241 if (!intr_coal->rx_max_coalesced_frames) in oct_cfg_rx_intrcnt() 2242 rx_max_coalesced_frames = CN6XXX_OQ_INTR_PKT; in oct_cfg_rx_intrcnt() 2244 rx_max_coalesced_frames = in oct_cfg_rx_intrcnt() 2245 intr_coal->rx_max_coalesced_frames; in oct_cfg_rx_intrcnt() 2247 rx_max_coalesced_frames); in oct_cfg_rx_intrcnt() 2248 CFG_SET_OQ_INTR_PKT(cn6xxx->conf, rx_max_coalesced_frames); in oct_cfg_rx_intrcnt() [all …]
|
H A D | octeon_device.h | 589 u32 rx_max_coalesced_frames; member
|
/linux/drivers/net/vmxnet3/ |
H A D | vmxnet3_ethtool.c | 1180 ec->rx_max_coalesced_frames = in vmxnet3_get_coalesce() 1213 (ec->rx_max_coalesced_frames == 0)) { in vmxnet3_set_coalesce() 1224 (ec->rx_max_coalesced_frames != 0)) { in vmxnet3_set_coalesce() 1242 ec->rx_max_coalesced_frames != 0) { in vmxnet3_set_coalesce() 1251 (ec->rx_max_coalesced_frames != 0)) { in vmxnet3_set_coalesce() 1254 (ec->rx_max_coalesced_frames > in vmxnet3_set_coalesce() 1268 (ec->rx_max_coalesced_frames ? in vmxnet3_set_coalesce() 1269 ec->rx_max_coalesced_frames : in vmxnet3_set_coalesce()
|
/linux/drivers/net/ethernet/synopsys/ |
H A D | dwc-xlgmac-ethtool.c | 158 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/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_ethtool.c | 460 cmd->rx_max_coalesced_frames = hw->cq_ecount_wait; in otx2_get_coalesce() 485 if (!ec->rx_max_coalesced_frames || !ec->tx_max_coalesced_frames) in otx2_set_coalesce() 528 ec->rx_max_coalesced_frames = clamp_t(u32, ec->rx_max_coalesced_frames, in otx2_set_coalesce() 536 if (hw->cq_ecount_wait == ec->rx_max_coalesced_frames) in otx2_set_coalesce() 539 hw->cq_ecount_wait = ec->rx_max_coalesced_frames; in otx2_set_coalesce() 541 hw->cq_ecount_wait = min_t(u16, ec->rx_max_coalesced_frames, in otx2_set_coalesce()
|
/linux/drivers/net/ethernet/aquantia/atlantic/ |
H A D | aq_ethtool.c | 569 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/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ethtool.c | 473 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/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_ethtool.c | 604 coal->rx_max_coalesced_frames = rx_moder->pkts; in mlx5e_ethtool_get_coalesce() 653 coal->rx_max_coalesced_frames = cur_moder.pkts; in mlx5e_ethtool_get_per_queue_coalesce() 656 coal->rx_max_coalesced_frames = c->rx_cq_moder.pkts; in mlx5e_ethtool_get_per_queue_coalesce() 762 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_coalesce() 767 coal->rx_max_coalesced_frames); in mlx5e_ethtool_set_coalesce() 813 rx_moder->pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_coalesce() 876 coal->rx_max_coalesced_frames > MLX5E_MAX_COAL_FRAMES) { in mlx5e_ethtool_set_per_queue_coalesce() 907 c->rx_cq_moder.pkts = coal->rx_max_coalesced_frames; in mlx5e_ethtool_set_per_queue_coalesce() 911 coal->rx_max_coalesced_frames); in mlx5e_ethtool_set_per_queue_coalesce()
|
/linux/drivers/net/ethernet/freescale/dpaa/ |
H A D | dpaa_ethtool.c | 407 c->rx_max_coalesced_frames = thresh; in dpaa_get_coalesce() 429 thresh = c->rx_max_coalesced_frames; in dpaa_set_coalesce()
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | stmmac_ethtool.c | 925 ec->rx_max_coalesced_frames = priv->rx_coal_frames[queue]; in __stmmac_get_coalesce() 929 ec->rx_max_coalesced_frames = 0; in __stmmac_get_coalesce() 984 ec->rx_max_coalesced_frames; in __stmmac_set_coalesce() 991 ec->rx_max_coalesced_frames; in __stmmac_set_coalesce()
|
/linux/drivers/net/ethernet/broadcom/ |
H A D | bcmsysport.c | 602 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/drivers/net/ethernet/freescale/ |
H A D | gianfar_ethtool.c | 276 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/net/ethtool/ |
H A D | coalesce.c | 222 coal->rx_max_coalesced_frames, supported) || in coalesce_fill_reply() 529 ethnl_update_u32(&coalesce.rx_max_coalesced_frames, in __ethnl_set_coalesce()
|
/linux/drivers/net/ethernet/huawei/hinic/ |
H A D | hinic_ethtool.c | 656 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/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 1379 cmd->rx_max_coalesced_frames = rx_coal->int_ql; in hns3_get_coalesce() 1467 if ((cmd->tx_max_coalesced_frames || cmd->rx_max_coalesced_frames) && in hns3_check_ql_coalesce_param() 1474 cmd->rx_max_coalesced_frames > ae_dev->dev_specs.int_ql_max) { in hns3_check_ql_coalesce_param() 1549 rx_vector->rx_group.coal.int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce_per_queue() 1599 rx_coal->int_ql = cmd->rx_max_coalesced_frames; in hns3_set_coalesce()
|
/linux/drivers/net/ethernet/xilinx/ |
H A D | ll_temac_main.c | 1331 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 D | xilinx_axienet_main.c | 2183 &ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_get_coalesce() 2219 if (ecoalesce->rx_max_coalesced_frames > 255 || in axienet_ethtools_set_coalesce() 2225 if (!ecoalesce->rx_max_coalesced_frames || in axienet_ethtools_set_coalesce() 2231 if (((ecoalesce->rx_max_coalesced_frames > 1 || new_dim) && in axienet_ethtools_set_coalesce() 2250 cr = axienet_calc_cr(lp, ecoalesce->rx_max_coalesced_frames, in axienet_ethtools_set_coalesce()
|
/linux/drivers/net/ethernet/broadcom/genet/ |
H A D | bcmgenet.c | 839 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() 2691 pkts = ring->rx_max_coalesced_frames; in bcmgenet_init_rx_coalesce() 4093 priv->rx_rings[i].rx_max_coalesced_frames = 1; in bcmgenet_probe()
|
/linux/drivers/net/ethernet/socionext/ |
H A D | netsec.c | 569 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()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_net_ethtool.c | 1881 ec->rx_max_coalesced_frames = nn->rx_coalesce_max_frames; in nfp_net_get_coalesce() 2157 if (!ec->rx_coalesce_usecs && !ec->rx_max_coalesced_frames) { in nfp_net_set_coalesce() 2174 if (nfp_net_coalesce_para_check(ec->rx_max_coalesced_frames)) { in nfp_net_set_coalesce() 2194 nn->rx_coalesce_max_frames = ec->rx_max_coalesced_frames; in nfp_net_set_coalesce()
|
/linux/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ethtool.c | 763 &ec->rx_max_coalesced_frames); in hns_get_coalesce() 813 ec->rx_max_coalesced_frames); in hns_set_coalesce()
|
/linux/drivers/net/ethernet/meta/fbnic/ |
H A D | fbnic_ethtool.c | 218 ec->rx_max_coalesced_frames = fbn->rx_max_frames; in fbnic_get_coalesce() 239 if (ec->rx_max_coalesced_frames > in fbnic_set_coalesce() 248 fbn->rx_max_frames = ec->rx_max_coalesced_frames; in fbnic_set_coalesce()
|
/linux/drivers/net/ |
H A D | virtio_net.c | 5221 ec->rx_max_coalesced_frames != vi->intr_coal_rx.max_packets)) in virtnet_send_rx_notf_coal_cmds() 5252 coal_rx->rx_max_packets = cpu_to_le32(ec->rx_max_coalesced_frames); in virtnet_send_rx_notf_coal_cmds() 5261 vi->intr_coal_rx.max_packets = ec->rx_max_coalesced_frames; in virtnet_send_rx_notf_coal_cmds() 5265 vi->rq[i].intr_coal.max_packets = ec->rx_max_coalesced_frames; in virtnet_send_rx_notf_coal_cmds() 5303 ec->rx_max_coalesced_frames != max_packets)) { in virtnet_send_rx_notf_coal_vq_cmds() 5322 ec->rx_max_coalesced_frames); in virtnet_send_rx_notf_coal_vq_cmds() 5386 ec->rx_max_coalesced_frames != 1) in virtnet_coal_params_supported() 5465 ec->rx_max_coalesced_frames = vi->intr_coal_rx.max_packets; in virtnet_get_coalesce() 5468 ec->rx_max_coalesced_frames = 1; in virtnet_get_coalesce() 5524 ec->rx_max_coalesced_frames = vi->rq[queue].intr_coal.max_packets; in virtnet_get_per_queue_coalesce() [all …]
|
/linux/drivers/net/ethernet/freescale/enetc/ |
H A D | enetc_ethtool.c | 819 ic->rx_max_coalesced_frames = ENETC_RXIC_PKTTHR; in enetc_get_coalesce() 840 if (ic->rx_max_coalesced_frames != ENETC_RXIC_PKTTHR) in enetc_set_coalesce()
|
/linux/drivers/net/ethernet/ |
H A D | jme.c | 2400 ecmd->rx_max_coalesced_frames = 0; in jme_get_coalesce() 2409 ecmd->rx_max_coalesced_frames = PCC_P1_CNT; in jme_get_coalesce() 2413 ecmd->rx_max_coalesced_frames = PCC_P2_CNT; in jme_get_coalesce() 2417 ecmd->rx_max_coalesced_frames = PCC_P3_CNT; in jme_get_coalesce()
|