Home
last modified time | relevance | path

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

/dpdk/drivers/net/ice/
H A Dice_dcf_ethdev.c305 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_rx_queue_start()
410 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_rx_queue_stop()
436 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_tx_queue_start()
468 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_tx_queue_stop()
619 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stop_queues()
1335 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_get()
1367 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_reset()
1447 dcf_adapter->real_hw.num_vfs, in ice_dcf_init_repr_info()
1481 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_link_update()
1647 if (!ad->real_hw.resetting) in ice_dcf_dev_reset()
[all …]
H A Dice_dcf_parent.c123 container_of(hw, struct ice_dcf_adapter, real_hw); in ice_dcf_vsi_update_service_handler()
231 container_of(dcf_hw, struct ice_dcf_adapter, real_hw); in ice_dcf_handle_pf_event_msg()
279 ice_dcf_query_port_ets(struct ice_hw *parent_hw, struct ice_dcf_hw *real_hw) in ice_dcf_query_port_ets() argument
283 real_hw->ets_config = (struct ice_aqc_port_ets_elem *) in ice_dcf_query_port_ets()
284 ice_malloc(real_hw, sizeof(*real_hw->ets_config)); in ice_dcf_query_port_ets()
285 if (!real_hw->ets_config) in ice_dcf_query_port_ets()
289 real_hw->ets_config, sizeof(*real_hw->ets_config), in ice_dcf_query_port_ets()
293 rte_free(real_hw->ets_config); in ice_dcf_query_port_ets()
294 real_hw->ets_config = NULL; in ice_dcf_query_port_ets()
416 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_init_parent_adapter()
[all …]
H A Dice_dcf_sched.c42 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_conf_init()
60 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_conf_uninit()
94 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_tm_node_search()
126 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_search()
240 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_node_add()
403 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_node_delete()
496 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_add()
535 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_shaper_profile_del()
746 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_hierarchy_commit()
H A Dice_dcf_ethdev.h34 struct ice_dcf_hw real_hw; member
H A Dice_dcf_vf_representor.c122 return &dcf_adapter->real_hw; in ice_dcf_vf_repr_hw()
480 for (vf_id = 0; vf_id < dcf_adapter->real_hw.num_vfs; vf_id++) { in ice_dcf_vf_repr_stop_all()
H A Dice_switch_filter.c1633 if (act_vf->id >= ad->real_hw.num_vfs && in ice_switch_parse_dcf_action()
1644 ad->real_hw.avf.bus.func; in ice_switch_parse_dcf_action()