Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c111 struct rte_eth_fc_conf *fc_conf);
113 struct rte_eth_fc_conf *fc_conf);
3243 eth_igb_flow_ctrl_get(struct rte_eth_dev *dev, struct rte_eth_fc_conf *fc_conf) in eth_igb_flow_ctrl_get() argument
3251 fc_conf->pause_time = hw->fc.pause_time; in eth_igb_flow_ctrl_get()
3252 fc_conf->high_water = hw->fc.high_water; in eth_igb_flow_ctrl_get()
3253 fc_conf->low_water = hw->fc.low_water; in eth_igb_flow_ctrl_get()
3254 fc_conf->send_xon = hw->fc.send_xon; in eth_igb_flow_ctrl_get()
3255 fc_conf->autoneg = hw->mac.autoneg; in eth_igb_flow_ctrl_get()
3273 fc_conf->mode = RTE_ETH_FC_FULL; in eth_igb_flow_ctrl_get()
3275 fc_conf->mode = RTE_ETH_FC_RX_PAUSE; in eth_igb_flow_ctrl_get()
[all …]