Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/hisilicon/hns/
Dhnae.h345 struct hnae_buf_ops { struct
560 struct hnae_buf_ops *bops; /* operation for the buffer */
569 struct hnae_buf_ops *bops);
589 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map()
628 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach()
642 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()