| /OK3568_Linux_fs/kernel/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() 384 rxcoal->range_end = rx_coalesce_usecs_high; in enic_set_coalesce()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hns3_ethtool.c | 1147 cmd->rx_coalesce_usecs_high = h->kinfo.int_rl_setting; in hns3_get_coalesce_per_queue() 1199 if (cmd->tx_coalesce_usecs_high != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1205 if (cmd->rx_coalesce_usecs_high > HNS3_INT_RL_MAX) { in hns3_check_rl_coalesce_para() 1212 rl = hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_check_rl_coalesce_para() 1213 if (rl != cmd->rx_coalesce_usecs_high) { in hns3_check_rl_coalesce_para() 1216 cmd->rx_coalesce_usecs_high, rl); in hns3_check_rl_coalesce_para() 1297 hns3_rl_round_down(cmd->rx_coalesce_usecs_high); in hns3_set_coalesce()
|
| /OK3568_Linux_fs/kernel/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 | 1676 if (coalesce->rx_coalesce_usecs_high) in ethtool_set_coalesce_supported()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | ethtool.h | 195 __u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | ethtool-copy.h | 275 __u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | ethtool.h | 449 __u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | ethtool.h | 449 __u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | ethtool.h | 481 __u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 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()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168.h | 921 u32 rx_coalesce_usecs_high; member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns/ |
| H A D | hns_ethtool.c | 769 &ec->rx_coalesce_usecs_high); in hns_get_coalesce()
|
| /OK3568_Linux_fs/kernel/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()
|