Home
last modified time | relevance | path

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

/Linux-v5.15/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()
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()
Dhns3_ethtool.c83 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
117 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
167 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()
429 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_update_limit_promisc_mode()
445 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
512 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
577 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
635 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
665 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
679 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()
2033 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_tsyn()
[all …]
Dhns3_enet.h672 #define hns3_get_handle(ndev) \ macro