Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/hisilicon/hns3/
H A 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()
62 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx()
73 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx()
H A Dhns3_ethtool.c81 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()
430 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
494 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
551 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
609 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
639 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
649 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
689 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link_ksettings()
[all …]
H A Dhns3_enet.c274 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()
440 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()
495 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_down()
525 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()
546 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()
557 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()
575 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()
586 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()
611 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()
1541 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_set_mac_address()
[all …]
H A Dhns3_enet.h569 #define hns3_get_handle(ndev) \ macro