Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns3/
Dhns3_dcbnl.c10 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getets()
21 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setets()
32 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_getpfc()
43 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_ieee_setpfc()
54 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_getdcbx()
65 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_dcbnl_setdcbx()
Dhns3_ethtool.c73 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_setup()
100 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_up()
125 struct hnae3_handle *h = hns3_get_handle(ndev); in hns3_lp_down()
355 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_sset_count()
419 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_strings()
474 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_stats()
515 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link()
540 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_pauseparam()
550 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_set_pauseparam()
562 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_get_link_ksettings()
[all …]
Dhns3_enet.c234 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_real_num_queue()
331 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_open()
395 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_sync()
406 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_uc_unsync()
417 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_sync()
428 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_mc_unsync()
438 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_set_rx_mode()
1188 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_nic_net_set_mac_address()
1327 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_setup_tc()
1378 struct hnae3_handle *h = hns3_get_handle(netdev); in hns3_vlan_rx_add_vid()
[all …]
Dhns3_enet.h605 #define hns3_get_handle(ndev) \ macro