Searched refs:hns3_get_handle (Results 1 – 4 of 4) sorted by relevance
9 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()
88 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()475 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_update_limit_promisc_mode()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()[all …]
606 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()788 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()865 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()886 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()897 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()915 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()926 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()948 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()2154 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_tsyn()2379 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_set_mac_address()[all …]
699 #define hns3_get_handle(ndev) \ macro