Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns/
Dhnae.h345 struct hnae_buf_ops { struct
566 struct hnae_buf_ops *bops; /* operation for the buffer */
575 struct hnae_buf_ops *bops);
595 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map()
634 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach()
648 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer()
Dhnae.c88 static struct hnae_buf_ops hnae_bops = {
326 struct hnae_buf_ops *bops) in hnae_get_handle()