Searched refs:ae_algo (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| A D | hnae3.c | 18 if (!ae_algo) in hnae3_unregister_ae_algo_prepare() 205 if (!ae_algo) in hnae3_register_ae_algo() 218 if (!ae_algo->ops) { in hnae3_register_ae_algo() 222 ae_dev->ops = ae_algo->ops; in hnae3_register_ae_algo() 259 if (!ae_algo) in hnae3_unregister_ae_algo() 278 ae_algo->ops->uninit_ae_dev(ae_dev); in hnae3_unregister_ae_algo() 283 list_del(&ae_algo->node); in hnae3_unregister_ae_algo() 295 struct hnae3_ae_algo *ae_algo; in hnae3_register_ae_dev() local 312 if (!ae_algo->ops) { in hnae3_register_ae_dev() 317 ae_dev->ops = ae_algo->ops; in hnae3_register_ae_dev() [all …]
|
| A D | hns3_ethtool.c | 87 if (!h->ae_algo->ops->set_loopback || in hns3_lp_setup() 348 if (h->ae_algo->ops->halt_autoneg) in hns3_selftest_prepare() 361 if (h->ae_algo->ops->halt_autoneg) in hns3_selftest_restore() 587 if (!h->ae_algo->ops->get_stats || !h->ae_algo->ops->update_stats) { in hns3_get_stats() 598 h->ae_algo->ops->get_stats(h, p); in hns3_get_stats() 639 if (h->ae_algo->ops->get_status) in hns3_get_link() 732 ops = h->ae_algo->ops; in hns3_get_link_ksettings() 910 if (!h->ae_algo->ops->get_rss) in hns3_get_rss() 922 if (!h->ae_algo->ops->set_rss) in hns3_set_rss() 1468 if (!h->ae_algo->ops->get_regs) in hns3_get_regs() [all …]
|
| A D | hns3_enet.c | 732 ret = h->ae_algo->ops->start ? h->ae_algo->ops->start(h) : 0; in hns3_nic_net_up() 879 if (h->ae_algo->ops->add_uc_addr) in hns3_nic_uc_sync() 897 if (h->ae_algo->ops->rm_uc_addr) in hns3_nic_uc_unsync() 908 if (h->ae_algo->ops->add_mc_addr) in hns3_nic_mc_sync() 919 if (h->ae_algo->ops->rm_mc_addr) in hns3_nic_mc_unsync() 2300 if (!h->ae_algo->ops->do_ioctl) in hns3_nic_do_ioctl() 2645 if (!h->ae_algo->ops->set_mtu) in hns3_nic_change_mtu() 2772 if (h->ae_algo->ops->reset_event) in hns3_nic_net_timeout() 2829 if (!h->ae_algo->ops->set_vf_rate) in hns3_nic_set_vf_rate() 2840 if (!h->ae_algo->ops->set_vf_mac) in hns3_nic_set_vf_mac() [all …]
|
| A D | hnae3.h | 170 struct hnae3_ae_algo *ae_algo; member 827 struct hnae3_ae_algo *ae_algo; /* the class who provides this handle */ member 867 void hnae3_unregister_ae_algo_prepare(struct hnae3_ae_algo *ae_algo); 868 void hnae3_unregister_ae_algo(struct hnae3_ae_algo *ae_algo); 869 void hnae3_register_ae_algo(struct hnae3_ae_algo *ae_algo);
|
| A D | hns3_debugfs.c | 804 if (!h->ae_algo->ops->get_global_queue_id) in hns3_dbg_queue_map() 819 h->ae_algo->ops->get_global_queue_id(h, i)); in hns3_dbg_queue_map() 1191 const struct hnae3_ae_ops *ops = dbg_data->handle->ae_algo->ops; in hns3_dbg_read_cmd()
|
| /linux/tools/testing/selftests/net/ |
| A D | ipsec.c | 504 char ae_algo[ALGO_LEN]; member 858 aelen = strlen(desc->ae_algo); in xfrm_state_pack_algo() 891 strncpy(alg.u.aead.alg_name, desc->ae_algo, ALGO_LEN - 1); in xfrm_state_pack_algo() 892 if (xfrm_fill_key(desc->ae_algo, alg.u.aead.alg_key, in xfrm_state_pack_algo() 2063 strncpy(desc.ae_algo, ae, ALGO_LEN - 1); in write_desc() 2273 d->e_algo, d->c_algo, d->ae_algo, d->icv_len); in check_results()
|
| /linux/drivers/infiniband/hw/hns/ |
| A D | hns_roce_hw_v2.c | 670 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_write512() 1059 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_v2_cmd_hw_resetting() 1091 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_v2_cmd_sw_resetting() 1107 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in check_aedev_reset_status() 1144 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in check_device_is_in_reset() 1381 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in func_clr_hw_resetting_state() 1406 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in func_clr_sw_resetting_state() 1434 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_func_clr_rst_proc() 6321 hr_dev->reset_cnt = handle->ae_algo->ops->ae_dev_reset_cnt(handle); in hns_roce_hw_v2_get_cfg() 6381 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_hw_v2_init_instance()
|
| A D | hns_roce_hw_v2.h | 1578 const struct hnae3_ae_ops *ops = handle->ae_algo->ops; in hns_roce_write64()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| A D | hclgevf_main.c | 414 tqp->q.ae_algo = &ae_algovf; in hclgevf_alloc_tqps() 538 nic->ae_algo = &ae_algovf; in hclgevf_set_handle_info() 2567 roce->ae_algo = nic->ae_algo; in hclgevf_init_roce_base_info()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| A D | hclge_main.c | 74 static struct hnae3_ae_algo ae_algo; variable 1753 tqp->q.ae_algo = &ae_algo; in hclge_alloc_tqps() 1908 nic->ae_algo = &ae_algo; in hclge_vport_setup() 2599 roce->ae_algo = nic->ae_algo; in hclge_init_roce_base_info() 13176 static struct hnae3_ae_algo ae_algo = { variable 13191 hnae3_register_ae_algo(&ae_algo); in hclge_init() 13198 hnae3_unregister_ae_algo_prepare(&ae_algo); in hclge_exit() 13199 hnae3_unregister_ae_algo(&ae_algo); in hclge_exit()
|
| /linux/ |
| A D | System.map | 156932 ffff80001207dd10 d ae_algo
|
| A D | .tmp_System.map | 156932 ffff80001207dd10 d ae_algo
|
Completed in 431 milliseconds