Home
last modified time | relevance | path

Searched refs:hns3_get_handle (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/net/ethernet/hisilicon/hns3/
Dhns3_dcbnl.c9 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets()
22 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets()
35 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc()
48 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc()
61 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setapp()
74 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_delapp()
88 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx()
99 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx()
Dhns3_ethtool.c84 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
119 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
169 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()
459 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_update_limit_promisc_mode()
475 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
542 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
607 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
663 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
698 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
712 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
[all …]
Dhns3_enet.c610 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()
771 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()
826 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_down()
856 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()
877 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()
888 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()
906 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()
917 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()
939 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()
2139 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_tsyn()
[all …]
Dhns3_enet.h695 #define hns3_get_handle(ndev) \ macro