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()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()
79 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()399 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()463 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()520 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 …]
273 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()439 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()489 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_down()519 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_stop()540 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()551 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()569 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()580 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()605 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()1509 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_set_mac_address()[all …]
568 #define hns3_get_handle(ndev) \ macro