Home
last modified time | relevance | path

Searched refs:gro_en (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_cmd.h551 rte_le16_t gro_en; member
H A Dhns3_rxtx.c2684 req->gro_en = rte_cpu_to_le_16(en ? 1 : 0); in hns3_config_gro()
2698 bool gro_en; in hns3_restore_gro_conf() local
2702 gro_en = offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3_restore_gro_conf()
2703 ret = hns3_config_gro(hw, gro_en); in hns3_restore_gro_conf()
2706 gro_en ? "enabled" : "disabled", ret); in hns3_restore_gro_conf()
H A Dhns3_ethdev_vf.c783 bool gro_en; in hns3vf_dev_configure() local
851 gro_en = conf->rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3vf_dev_configure()
852 ret = hns3_config_gro(hw, gro_en); in hns3vf_dev_configure()
H A Dhns3_ethdev.c2316 bool gro_en; in hns3_dev_configure() local
2390 gro_en = conf->rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? true : false; in hns3_dev_configure()
2391 ret = hns3_config_gro(hw, gro_en); in hns3_dev_configure()