Lines Matching defs:vnic_wq_buf
57 struct vnic_wq_buf {
58 struct vnic_wq_buf *next;
67 /* Break the vnic_wq_buf allocations into blocks of 64 entries */
70 (VNIC_WQ_BUF_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
80 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
81 struct vnic_wq_buf *to_use;
82 struct vnic_wq_buf *to_clean;
107 struct vnic_wq_buf *buf = wq->to_use;
132 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque),
135 struct vnic_wq_buf *buf;
169 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));