cq_put            219 drivers/infiniband/sw/siw/siw.h 	u32 cq_put;
cq_put           1061 drivers/infiniband/sw/siw/siw_qp.c 		idx = cq->cq_put % cq->num_cqe;
cq_put           1083 drivers/infiniband/sw/siw/siw_qp.c 			cq->cq_put++;
cq_put           1118 drivers/infiniband/sw/siw/siw_qp.c 		idx = cq->cq_put % cq->num_cqe;
cq_put           1145 drivers/infiniband/sw/siw/siw_qp.c 			cq->cq_put++;
cq_put           1255 drivers/infiniband/sw/siw/siw_verbs.c 		return cq->cq_put - cq->cq_get;
cq_put             36 drivers/usb/host/fhci-sched.c 	cq_put(&usb->ep0->empty_frame_Q, pkt);
cq_put             56 drivers/usb/host/fhci-sched.c 		cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
cq_put            245 drivers/usb/host/fhci-sched.c 			cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
cq_put            198 drivers/usb/host/fhci-tds.c 		cq_put(&ep->empty_frame_Q, pkt);
cq_put            199 drivers/usb/host/fhci-tds.c 		cq_put(&ep->dummy_packets_Q, buff);
cq_put            459 drivers/usb/host/fhci-tds.c 	cq_put(&ep->conf_frame_Q, pkt);