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