Lines Matching refs:real_hw
93 struct iavf_hw *hw = &dcf_ad->real_hw.avf; in ice_dcf_init_rxq()
167 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_config_rx_queues_irqs()
305 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_rx_queue_start()
327 err = ice_dcf_switch_queue(&ad->real_hw, rx_queue_id, true, true); 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()
451 err = ice_dcf_switch_queue(&ad->real_hw, tx_queue_id, false, true); in ice_dcf_tx_queue_start()
468 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_tx_queue_stop()
537 struct ice_dcf_hw *hw = &dcf_ad->real_hw; in ice_dcf_dev_start()
619 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stop_queues()
653 struct ice_dcf_hw *hw = &dcf_ad->real_hw; in ice_dcf_dev_stop()
668 ice_dcf_add_del_all_mac_addr(&dcf_ad->real_hw, in ice_dcf_dev_stop()
669 dcf_ad->real_hw.eth_dev->data->mac_addrs, in ice_dcf_dev_stop()
674 (void)dcf_add_del_mc_addr_list(&dcf_ad->real_hw, in ice_dcf_dev_stop()
705 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_info_get()
783 struct ice_dcf_hw *hw = &adapter->real_hw; in dcf_config_promisc()
883 err = ice_dcf_add_del_all_mac_addr(&adapter->real_hw, addr, true, in dcf_dev_add_mac_addr()
900 err = ice_dcf_add_del_all_mac_addr(&adapter->real_hw, addr, false, in dcf_dev_del_mac_addr()
954 struct ice_dcf_hw *hw = &adapter->real_hw; in dcf_set_mc_addr_list()
1014 struct ice_dcf_hw *hw = &adapter->real_hw; in dcf_dev_set_default_mac_addr()
1022 ret = ice_dcf_add_del_all_mac_addr(&adapter->real_hw, old_addr, false, in dcf_dev_set_default_mac_addr()
1034 ret = ice_dcf_add_del_all_mac_addr(&adapter->real_hw, mac_addr, true, in dcf_dev_set_default_mac_addr()
1115 struct ice_dcf_hw *hw = &adapter->real_hw; in dcf_dev_vlan_filter_set()
1131 struct ice_dcf_hw *hw = &adapter->real_hw; in dcf_dev_vlan_offload_set()
1169 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_rss_reta_update()
1215 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_rss_reta_query()
1243 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_rss_hash_update()
1270 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_dev_rss_hash_conf_get()
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()
1407 struct ice_dcf_hw *hw = &adapter->real_hw; in ice_dcf_xstats_get()
1447 dcf_adapter->real_hw.num_vfs, in ice_dcf_init_repr_info()
1471 ice_dcf_uninit_hw(dev, &adapter->real_hw); in ice_dcf_dev_close()
1481 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_link_update()
1633 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_is_reset()
1643 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_dev_reset()
1647 if (!ad->real_hw.resetting) in ice_dcf_dev_reset()
1648 ad->real_hw.resetting = true; in ice_dcf_dev_reset()
1745 adapter->real_hw.vc_event_msg_cb = ice_dcf_handle_pf_event_msg; in ice_dcf_dev_init()
1746 if (ice_dcf_init_hw(eth_dev, &adapter->real_hw) != 0) { in ice_dcf_dev_init()
1757 ice_dcf_uninit_hw(eth_dev, &adapter->real_hw); in ice_dcf_dev_init()
1848 if (eth_da.nb_representor_ports > dcf_adapter->real_hw.num_vfs || in eth_ice_dcf_pci_probe()
1856 dcf_vsi_id = dcf_adapter->real_hw.vsi_id | VIRTCHNL_DCF_VF_VSI_VALID; in eth_ice_dcf_pci_probe()
1865 if (vf_id >= dcf_adapter->real_hw.num_vfs) { in eth_ice_dcf_pci_probe()
1867 vf_id, dcf_adapter->real_hw.num_vfs - 1); in eth_ice_dcf_pci_probe()
1872 if (dcf_adapter->real_hw.vf_vsi_map[vf_id] == dcf_vsi_id) { in eth_ice_dcf_pci_probe()