Searched refs:cq_put (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/usb/host/
H A Dfhci-tds.c198 cq_put(&ep->empty_frame_Q, pkt);
199 cq_put(&ep->dummy_packets_Q, buff);
459 cq_put(&ep->conf_frame_Q, pkt);
H A Dfhci-sched.c36 cq_put(&usb->ep0->empty_frame_Q, pkt);
56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data);
H A Dfhci.h488 static inline int cq_put(struct kfifo *kfifo, void *p) function
/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1077 idx = cq->cq_put % cq->num_cqe;
1099 cq->cq_put++;
1134 idx = cq->cq_put % cq->num_cqe;
1161 cq->cq_put++;
H A Dsiw.h207 u32 cq_put; member in struct:siw_cq
H A Dsiw_verbs.c1276 return cq->cq_put - cq->cq_get;

Completed in 127 milliseconds