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()
84 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()119 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()169 handle = hns3_get_handle(ndev); in hns3_lp_setup_skb()460 struct hnae3_handle *handle = hns3_get_handle(netdev); in hns3_update_limit_promisc_mode()476 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()543 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()608 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()666 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()701 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()715 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()[all …]
609 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()770 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()825 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_down()855 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()876 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()887 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()905 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()916 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()938 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()2130 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_tsyn()[all …]
695 #define hns3_get_handle(ndev) \ macro