Home
last modified time | relevance | path

Searched refs:lro_en (Results 1 – 7 of 7) sorted by relevance

/f-stack/dpdk/drivers/net/hinic/base/
H A Dhinic_pmd_cfg.c68 nic_cap->lro_en = true; in hinic_parse_l2nic_res_cap()
70 nic_cap->lro_en = false; in hinic_parse_l2nic_res_cap()
H A Dhinic_pmd_cfg.h36 bool lro_en; /* LRO feature enable bit */ member
H A Dhinic_pmd_cmd.h461 u8 lro_en; member
H A Dhinic_pmd_nicio.c483 root_ctxt.lro_en = 1; in hinic_set_root_ctxt()
521 root_ctxt.lro_en = 0; in hinic_clean_root_ctxt()
/f-stack/dpdk/drivers/net/hinic/
H A Dhinic_pmd_rx.c660 bool lro_en; in hinic_rx_configure() local
690 lro_en = dev->data->dev_conf.rxmode.offloads & DEV_RX_OFFLOAD_TCP_LRO ? in hinic_rx_configure()
696 err = hinic_set_rx_lro(nic_dev->hwdev, lro_en, lro_en, lro_wqe_num); in hinic_rx_configure()
699 dev->data->name, lro_en ? "Enable" : "Disable", in hinic_rx_configure()
/f-stack/dpdk/drivers/net/atlantic/hw_atl/
H A Dhw_atl_llh.c990 void hw_atl_rpo_lro_en_set(struct aq_hw_s *aq_hw, u32 lro_en) in hw_atl_rpo_lro_en_set() argument
992 aq_hw_write_reg(aq_hw, HW_ATL_RPO_LRO_EN_ADR, lro_en); in hw_atl_rpo_lro_en_set()
H A Dhw_atl_llh.h494 void hw_atl_rpo_lro_en_set(struct aq_hw_s *aq_hw, u32 lro_en);