Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhnae.h352 struct hnae_buf_ops { struct
573 struct hnae_buf_ops *bops; /* operation for the buffer */
582 struct hnae_buf_ops *bops);
602 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map()
641 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach()
655 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer()
Dhnae.c92 static struct hnae_buf_ops hnae_bops = {
329 struct hnae_buf_ops *bops) in hnae_get_handle()