Lines Matching refs:bops
560 struct hnae_buf_ops *bops; /* operation for the buffer */ member
569 struct hnae_buf_ops *bops);
589 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local
592 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
596 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map()
603 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map()
622 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach()
628 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local
635 bops->free_buffer(ring, cb); in hnae_free_buffer_detach()
642 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local
644 bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_replace_buffer()