Lines Matching refs:bops
566 struct hnae_buf_ops *bops; /* operation for the buffer */ member
575 struct hnae_buf_ops *bops);
595 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local
598 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
602 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map()
609 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map()
628 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach()
634 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local
641 bops->free_buffer(ring, cb); in hnae_free_buffer_detach()
648 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local
650 bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_replace_buffer()