Lines Matching refs:cq_desc
9 #include "cq_desc.h"
60 int (*q_service)(struct vnic_dev *vdev, struct cq_desc *cq_desc,
64 struct cq_desc *cq_desc;
69 cq_desc = (struct cq_desc *)((u8 *)cq->ring.descs +
71 cq_desc_dec(cq_desc, &type, &color,
76 if ((*q_service)(cq->vdev, cq_desc, type,
86 cq_desc = (struct cq_desc *)((u8 *)cq->ring.descs +
88 cq_desc_dec(cq_desc, &type, &color,