Home
last modified time | relevance | path

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

/openbmc/linux/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()
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()
H A Dhns3_ethtool.c87 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
122 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
172 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()
474 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_update_limit_promisc_mode()
490 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
557 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
622 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
678 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
713 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
727 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
[all …]
H A 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 …]
H A Dhns3_enet.h697 #define hns3_get_handle(ndev) \ macro