Home
last modified time | relevance | path

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

/Linux-v5.4/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.c75 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
112 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
161 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()
394 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
459 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
516 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
578 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
608 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
618 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
658 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link_ksettings()
[all …]
Dhns3_enet.c259 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()
444 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()
494 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_down()
529 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()
550 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()
561 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()
572 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()
583 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()
608 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()
1403 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_set_mac_address()
[all …]
Dhns3_enet.h638 #define hns3_get_handle(ndev) \ macro