Lines Matching defs:vnic_wq_buf
36 struct vnic_wq_buf {
37 struct vnic_wq_buf *next;
46 /* Break the vnic_wq_buf allocations into blocks of 64 entries */
53 (VNIC_WQ_BUF_DFLT_BLK_ENTRIES * sizeof(struct vnic_wq_buf))
65 struct vnic_wq_buf *bufs[VNIC_WQ_BUF_BLKS_MAX];
66 struct vnic_wq_buf *to_use;
67 struct vnic_wq_buf *to_clean;
92 struct vnic_wq_buf *buf = wq->to_use;
117 struct cq_desc *cq_desc, struct vnic_wq_buf *buf, void *opaque),
120 struct vnic_wq_buf *buf;
155 void (*buf_clean)(struct vnic_wq *wq, struct vnic_wq_buf *buf));