Lines Matching refs:bops
474 struct hnae_buf_ops *bops; /* operation for the buffer */ member
481 u32 port_id, struct hnae_buf_ops *bops);
500 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_reserve_buffer_map() local
503 ret = bops->alloc_buffer(ring, cb); in hnae_reserve_buffer_map()
507 ret = bops->map_buffer(ring, cb); in hnae_reserve_buffer_map()
514 bops->free_buffer(ring, cb); in hnae_reserve_buffer_map()
533 ring->q->handle->bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_buffer_detach()
539 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_free_buffer_detach() local
546 bops->free_buffer(ring, cb); in hnae_free_buffer_detach()
553 struct hnae_buf_ops *bops = ring->q->handle->bops; in hnae_replace_buffer() local
556 bops->unmap_buffer(ring, &ring->desc_cb[i]); in hnae_replace_buffer()