Lines Matching refs:ad
271 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_rx_queue_start() local
272 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_rx_queue_start()
294 err = ice_dcf_switch_queue(&ad->real_hw, rx_queue_id, true, true); in ice_dcf_rx_queue_start()
376 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_rx_queue_stop() local
377 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_rx_queue_stop()
402 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_tx_queue_start() local
403 struct iavf_hw *hw = &ad->real_hw.avf; in ice_dcf_tx_queue_start()
418 err = ice_dcf_switch_queue(&ad->real_hw, tx_queue_id, false, true); in ice_dcf_tx_queue_start()
434 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_tx_queue_stop() local
435 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_tx_queue_stop()
503 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_start() local
507 ad->pf.adapter_stopped = 0; in ice_dcf_dev_start()
563 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stop_queues() local
564 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stop_queues()
597 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_stop() local
599 if (ad->pf.adapter_stopped == 1) { in ice_dcf_dev_stop()
614 ad->pf.adapter_stopped = 1; in ice_dcf_dev_stop()
623 struct ice_adapter *ad = &dcf_ad->parent; in ice_dcf_dev_configure() local
625 ad->rx_bulk_alloc_allowed = true; in ice_dcf_dev_configure()
626 ad->tx_simple_allowed = true; in ice_dcf_dev_configure()
810 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stats_get() local
811 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_get()
836 struct ice_dcf_adapter *ad = dev->data->dev_private; in ice_dcf_stats_reset() local
837 struct ice_dcf_hw *hw = &ad->real_hw; in ice_dcf_stats_reset()