Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.c2101 struct net_device *netdev = ring_to_netdev(ring); in hns3_tx_doorbell()
3637 struct net_device *netdev = ring_to_netdev(ring); in hns3_clean_tx_ring()
3703 hns3_rl_err(ring_to_netdev(ring), in hns3_nic_alloc_rx_buffers()
3742 hns3_rl_err(ring_to_netdev(ring), in hns3_handle_rx_copybreak()
3932 struct net_device *netdev = ring_to_netdev(ring); in hns3_rx_checksum()
4041 struct net_device *netdev = ring_to_netdev(ring); in hns3_alloc_skb()
4111 hns3_rl_err(ring_to_netdev(ring), in hns3_add_frag()
4155 struct net_device *netdev = ring_to_netdev(ring); in hns3_set_gro_and_checksum()
4198 struct net_device *netdev = ring_to_netdev(ring); in hns3_set_rx_skb_rss_type()
4245 struct net_device *netdev = ring_to_netdev(ring); in hns3_handle_rx_vlan_tag()
[all …]
H A Dhns3_enet.h668 #define ring_to_netdev(ring) ((ring)->tqp_vector->napi.dev) macro