Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/ice/base/
H A Dice_common.c2654 struct ice_phy_cache_mode_data cache_data, in ice_cache_phy_user_req() argument
2662 pi->phy.curr_user_fc_req = cache_data.data.curr_user_fc_req; in ice_cache_phy_user_req()
2666 cache_data.data.curr_user_speed_req; in ice_cache_phy_user_req()
2669 pi->phy.curr_user_fec_req = cache_data.data.curr_user_fec_req; in ice_cache_phy_user_req()
2733 struct ice_phy_cache_mode_data cache_data; in ice_cfg_phy_fc() local
2788 cache_data.data.curr_user_fc_req = req_mode; in ice_cfg_phy_fc()
2789 ice_cache_phy_user_req(pi, cache_data, ICE_FC_MODE); in ice_cfg_phy_fc()