Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dfhci-tds.c198 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()
H A Dfhci-sched.c36 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()
H A Dfhci.h488 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put() function
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dfhci-tds.c198 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()
H A Dfhci-sched.c36 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()
H A Dfhci.h488 static inline int cq_put(struct kfifo *kfifo, void *p) in cq_put() function
/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1074 idx = cq->cq_put % cq->num_cqe; in siw_sqe_complete()
1096 cq->cq_put++; in siw_sqe_complete()
1131 idx = cq->cq_put % cq->num_cqe; in siw_rqe_complete()
1158 cq->cq_put++; in siw_rqe_complete()
H A Dsiw.h207 u32 cq_put; member
H A Dsiw_verbs.c1270 return cq->cq_put - cq->cq_get; in siw_req_notify_cq()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp.c1077 idx = cq->cq_put % cq->num_cqe; in siw_sqe_complete()
1099 cq->cq_put++; in siw_sqe_complete()
1134 idx = cq->cq_put % cq->num_cqe; in siw_rqe_complete()
1161 cq->cq_put++; in siw_rqe_complete()
H A Dsiw.h208 u32 cq_put; member
H A Dsiw_verbs.c1277 return cq->cq_put - cq->cq_get; in siw_req_notify_cq()

Completed in 22 milliseconds