Searched refs:cq_put (Results 1 – 6 of 6) sorted by relevance
198 cq_put(&ep->empty_frame_Q, pkt); in fhci_create_ep()199 cq_put(&ep->dummy_packets_Q, buff); in fhci_create_ep()459 cq_put(&ep->conf_frame_Q, pkt); in fhci_host_transaction()
36 cq_put(&usb->ep0->empty_frame_Q, pkt); in recycle_frame()56 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in fhci_transaction_confirm()245 cq_put(&usb->ep0->dummy_packets_Q, pkt->data); in add_packet()
488 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put() function
1061 idx = cq->cq_put % cq->num_cqe; in siw_sqe_complete()1083 cq->cq_put++; in siw_sqe_complete()1118 idx = cq->cq_put % cq->num_cqe; in siw_rqe_complete()1145 cq->cq_put++; in siw_rqe_complete()
219 u32 cq_put; member
1255 return cq->cq_put - cq->cq_get; in siw_req_notify_cq()