Home
last modified time | relevance | path

Searched refs:ring_to_netdev (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c1058 struct net_device *netdev = ring_to_netdev(ring); in hns3_init_tx_spare_buffer()
2127 struct net_device *netdev = ring_to_netdev(ring); in hns3_tx_doorbell()
3693 struct net_device *netdev = ring_to_netdev(ring); in hns3_clean_tx_ring()
3759 hns3_rl_err(ring_to_netdev(ring), in hns3_nic_alloc_rx_buffers()
3798 hns3_rl_err(ring_to_netdev(ring),
3988 struct net_device *netdev = ring_to_netdev(ring); in hns3_rx_checksum()
4097 struct net_device *netdev = ring_to_netdev(ring); in hns3_alloc_skb()
4167 hns3_rl_err(ring_to_netdev(ring), in hns3_add_frag()
4211 struct net_device *netdev = ring_to_netdev(ring); in hns3_set_gro_and_checksum()
4254 struct net_device *netdev = ring_to_netdev(rin in hns3_set_rx_skb_rss_type()
[all...]
H A Dhns3_enet.h670 #define ring_to_netdev(ring) ((ring)->tqp_vector->napi.dev) macro