Lines Matching refs:vnic_rq
13 #include "vnic_rq.h"
15 static int vnic_rq_alloc_bufs(struct vnic_rq *rq)
53 void vnic_rq_free(struct vnic_rq *rq)
70 int vnic_rq_alloc(struct vnic_dev *vdev, struct vnic_rq *rq, unsigned int index,
99 void vnic_rq_init(struct vnic_rq *rq, unsigned int cq_index,
125 unsigned int vnic_rq_error_status(struct vnic_rq *rq)
130 void vnic_rq_enable(struct vnic_rq *rq)
135 int vnic_rq_disable(struct vnic_rq *rq)
153 void vnic_rq_clean(struct vnic_rq *rq,
154 void (*buf_clean)(struct vnic_rq *rq, struct vnic_rq_buf *buf))