/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 312 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce() 321 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local 322 ec->rx_coalesce_usecs_high); in enic_coalesce_valid() 333 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid() 337 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid() 338 (rx_coalesce_usecs_high < in enic_coalesce_valid() 352 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local 369 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce() 383 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | enic_ethtool.c | 303 ecmd->rx_coalesce_usecs_high = rxcoal->range_end; in enic_get_coalesce() 312 u32 rx_coalesce_usecs_high = min_t(u32, coalesce_usecs_max, in enic_coalesce_valid() local 313 ec->rx_coalesce_usecs_high); in enic_coalesce_valid() 324 (ec->rx_coalesce_usecs_high > coalesce_usecs_max)) in enic_coalesce_valid() 328 if (ec->rx_coalesce_usecs_high && in enic_coalesce_valid() 329 (rx_coalesce_usecs_high < in enic_coalesce_valid() 345 u32 rx_coalesce_usecs_high; in enic_set_coalesce() local 362 rx_coalesce_usecs_high = min_t(u32, ecmd->rx_coalesce_usecs_high, in enic_set_coalesce() 376 if (ecmd->rx_coalesce_usecs_high) { in enic_set_coalesce() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 1149 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce_per_queue() 1201 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1207 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para() 1214 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para() 1215 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1218 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para() 1299 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns3/ |
H A D | hns3_ethtool.c | 1362 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce() 1424 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1430 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para() 1437 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para() 1438 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1441 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para() 1576 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
|
/kernel/linux/linux-5.10/net/ethtool/ |
H A D | coalesce.c | 165 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply() 296 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in ethnl_set_coalesce()
|
H A D | ioctl.c | 1679 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
|
/kernel/linux/linux-6.6/net/ethtool/ |
H A D | coalesce.c | 174 coal->rx_coalesce_usecs_high, supported) || in coalesce_fill_reply() 303 ethnl_update_u32(&coalesce.rx_coalesce_usecs_high, in __ethnl_set_coalesce()
|
H A D | ioctl.c | 1706 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3532 ec->rx_coalesce_usecs_high = rc->ring->q_vector->intrl; in ice_get_rc_coalesce() 3646 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce() 3647 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce() 3648 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce() 3654 if (ec->rx_coalesce_usecs_high != rc->ring->q_vector->intrl) { in ice_set_rc_coalesce() 3655 rc->ring->q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce() 3657 ice_intrl_usec_to_reg(ec->rx_coalesce_usecs_high, in ice_set_rc_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_ethtool.c | 3599 ec->rx_coalesce_usecs_high = rc->rx_ring->q_vector->intrl; in ice_get_rc_coalesce() 3717 if (ec->rx_coalesce_usecs_high > ICE_MAX_INTRL || in ice_set_rc_coalesce() 3718 (ec->rx_coalesce_usecs_high && in ice_set_rc_coalesce() 3719 ec->rx_coalesce_usecs_high < pf->hw.intrl_gran)) { in ice_set_rc_coalesce() 3725 if (ec->rx_coalesce_usecs_high != q_vector->intrl && in ice_set_rc_coalesce() 3731 if (ec->rx_coalesce_usecs_high != q_vector->intrl) in ice_set_rc_coalesce() 3732 q_vector->intrl = ec->rx_coalesce_usecs_high; in ice_set_rc_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 324 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce() 351 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/emulex/benet/ |
H A D | be_ethtool.c | 326 et->rx_coalesce_usecs_high = aic->max_eqd; in be_get_coalesce() 355 aic->max_eqd = min(et->rx_coalesce_usecs_high, BE_MAX_EQD); in be_set_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 1015 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce() 1033 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) { in mlx4_en_set_coalesce() 1066 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx4/ |
H A D | en_ethtool.c | 1020 coal->rx_coalesce_usecs_high = priv->rx_usecs_high; in mlx4_en_get_coalesce() 1040 coal->rx_coalesce_usecs_high > MLX4_EN_MAX_COAL_TIME) { in mlx4_en_set_coalesce() 1073 priv->rx_usecs_high = coal->rx_coalesce_usecs_high; in mlx4_en_set_coalesce()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 159 __u32 rx_coalesce_usecs_high; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | ethtool.h | 426 * @rx_coalesce_usecs_high: How many usecs to delay an RX interrupt after 481 __u32 rx_coalesce_usecs_high; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | ethtool.h | 437 * @rx_coalesce_usecs_high: How many usecs to delay an RX interrupt after 492 __u32 rx_coalesce_usecs_high; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 165 __u32 rx_coalesce_usecs_high; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | ethtool.h | 165 __u32 rx_coalesce_usecs_high; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 2814 * the rx_coalesce_usecs_high limits total interrupts in __i40e_get_coalesce() 2817 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce() 2943 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce() 2977 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce() 2979 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 2910 * the rx_coalesce_usecs_high limits total interrupts in __i40e_get_coalesce() 2913 ec->rx_coalesce_usecs_high = vsi->int_rate_limit; in __i40e_get_coalesce() 3043 if (ec->rx_coalesce_usecs_high > INTRL_REG_TO_USEC(I40E_MAX_INTRL)) { in __i40e_set_coalesce() 3077 intrl_reg = i40e_intrl_usec_to_reg(ec->rx_coalesce_usecs_high); in __i40e_set_coalesce() 3079 if (vsi->int_rate_limit != ec->rx_coalesce_usecs_high) { in __i40e_set_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ethtool.c | 769 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/hns/ |
H A D | hns_ethtool.c | 773 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 2163 intr_coal->rx_coalesce_usecs_high = in lio_get_intr_coalesce() 2198 intr_coal->rx_coalesce_usecs_high; in oct_cfg_adaptive_intr()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | lio_ethtool.c | 2171 intr_coal->rx_coalesce_usecs_high = in lio_get_intr_coalesce() 2206 intr_coal->rx_coalesce_usecs_high; in oct_cfg_adaptive_intr()
|