Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/hisilicon/hns/
H A Dhns_ethtool.c44 h = priv->ae_handle; in hns_nic_get_link()
124 if (!priv || !priv->ae_handle) in hns_nic_get_link_ksettings()
127 h = priv->ae_handle; in hns_nic_get_link_ksettings()
210 if (!priv || !priv->ae_handle || !priv->ae_handle->dev || in hns_nic_set_link_ksettings()
211 !priv->ae_handle->dev->ops) in hns_nic_set_link_ksettings()
214 h = priv->ae_handle; in hns_nic_set_link_ksettings()
288 struct hnae_handle *h = priv->ae_handle; in __lb_setup()
298 (priv->ae_handle->phy_if != PHY_INTERFACE_MODE_XGMII)) in __lb_setup()
310 if (priv->ae_handle->phy_if != PHY_INTERFACE_MODE_XGMII) in __lb_setup()
339 struct hnae_handle *h = priv->ae_handle; in __lb_up()
[all …]
H A Dhns_ae_adapt.c74 struct hnae_handle *ae_handle; in hns_ae_get_handle() local
84 vf_cb = kzalloc(struct_size(vf_cb, ae_handle.qs, qnum_per_vf), in hns_ae_get_handle()
88 ae_handle = ERR_PTR(-ENOMEM); in hns_ae_get_handle()
91 ae_handle = &vf_cb->ae_handle; in hns_ae_get_handle()
93 ae_handle->owner_dev = dsaf_dev->dev; in hns_ae_get_handle()
94 ae_handle->dev = dev; in hns_ae_get_handle()
95 ae_handle->q_num = qnum_per_vf; in hns_ae_get_handle()
96 ae_handle->coal_param = HNAE_LOWEST_LATENCY_COAL_PARAM; in hns_ae_get_handle()
99 for (ae_handle->vf_id = 0; in hns_ae_get_handle()
100 ae_handle->vf_id < vfnum_per_port; ae_handle->vf_id++) { in hns_ae_get_handle()
[all …]
H A Dhns_enet.c394 assert(skb->queue_mapping < priv->ae_handle->q_num); in hns_nic_net_xmit_hw()
395 hnae_queue_xmit(priv->ae_handle->qs[skb->queue_mapping], buf_num); in hns_nic_net_xmit_hw()
1115 struct hnae_handle *h = priv->ae_handle; in hns_nic_adjust_link()
1194 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_open()
1207 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_set_mac_address()
1228 struct hnae_handle *h = priv->ae_handle; in hns_nic_update_stats()
1248 struct hnae_handle *h = priv->ae_handle; in hns_nic_ring_close()
1301 struct hnae_handle *h = priv->ae_handle; in hns_nic_init_irq()
1348 struct hnae_handle *h = priv->ae_handle; in hns_nic_net_up()
1414 ops = priv->ae_handle->dev->ops; in hns_nic_net_down()
[all …]
H A Dhns_enet.h62 struct hnae_handle *ae_handle; member
86 ((priv)->ring_data[(priv)->ae_handle->q_num + (idx)])
H A Dhns_dsaf_main.h213 struct hnae_handle ae_handle; /* must be the last member */ member
425 return container_of(handle, struct hnae_vf_cb, ae_handle); in hns_ae_get_vf_cb()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_ethtool.c210 struct hnae3_handle *h = priv->ae_handle; in hns3_lb_check_rx_ring()
334 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_prepare()
359 struct hnae3_handle *h = priv->ae_handle; in hns3_selftest_restore()
426 struct hnae3_handle *h = priv->ae_handle; in hns3_self_test()
648 struct hnae3_handle *h = priv->ae_handle; in hns3_get_drvinfo()
662 fw_version = priv->ae_handle->ae_algo->ops->get_fw_version(h); in hns3_get_drvinfo()
692 struct hnae3_handle *h = priv->ae_handle; in hns3_get_ringparam()
1093 struct hnae3_handle *h = priv->ae_handle; in hns3_change_all_ring_bd_num()
1107 struct hnae3_handle *handle = priv->ae_handle; in hns3_backup_ringparam()
1169 struct hnae3_handle *h = priv->ae_handle; in hns3_is_ringparam_changed()
[all …]
H A Dhns3_enet.c431 pci_name(priv->ae_handle->pdev), in hns3_nic_init_irq()
437 pci_name(priv->ae_handle->pdev), in hns3_nic_init_irq()
442 pci_name(priv->ae_handle->pdev), in hns3_nic_init_irq()
556 struct hnae3_ae_dev *ae_dev = pci_get_drvdata(priv->ae_handle->pdev); in hns3_vector_coalesce_init()
595 struct hnae3_handle *h = priv->ae_handle; in hns3_vector_coalesce_init_hw()
713 struct hnae3_handle *h = priv->ae_handle; in hns3_nic_net_up()
800 h->ae_algo->ops->set_timer_task(priv->ae_handle, true); in hns3_nic_net_open()
839 ops = priv->ae_handle->ae_algo->ops; in hns3_nic_net_down()
841 ops->stop(priv->ae_handle); in hns3_nic_net_down()
848 hns3_clear_all_ring(priv->ae_handle, false); in hns3_nic_net_down()
[all …]
H A Dhns3_enet.h576 struct hnae3_handle *ae_handle;
698 (((struct hns3_nic_priv *)netdev_priv(ndev))->ae_handle)
574 struct hnae3_handle *ae_handle; global() member