Home
last modified time | relevance | path

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

/linux-6.15/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.c88 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
123 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
173 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()
491 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()
603 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
659 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
694 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
708 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
753 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link_ksettings()
[all …]
H A Dhns3_enet.c604 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()
786 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()
863 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()
884 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()
895 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()
2611 h = hns3_get_handle(netdev); in hns3_setup_tc()
2852 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_get_tx_timeo_queue_info()
2904 struct hnae3_handle *h = hns3_get_handle(dev); in hns3_rx_flow_steer()
2929 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_nic_get_vf_config()
2940 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_nic_set_vf_link_state()
[all …]
H A Dhns3_enet.h697 #define hns3_get_handle(ndev) \ macro