Searched refs:cq_cq (Results 1 – 3 of 3) sorted by relevance
283 ret = usd_poll_cq(cq->c.hard.cq_cq, &cq->cq_comp); in usdf_cq_read_common()346 ucq = to_cqi(cq->c.hard.cq_cq); in usdf_cq_readfrom_context()355 ret = usd_poll_cq(cq->c.hard.cq_cq, &cq->cq_comp); in usdf_cq_readfrom_context()804 if (cq->c.hard.cq_cq) { in usdf_cq_close()805 ret = usd_destroy_cq(cq->c.hard.cq_cq); in usdf_cq_close()963 ucq = cq->c.hard.cq_cq; in usdf_cq_make_soft()981 cq->c.hard.cq_cq = ucq; /* restore */ in usdf_cq_make_soft()1016 cqi = to_cqi(cq->c.hard.cq_cq); in usdf_check_empty_hard_cq()1151 usd_poll_req_notify(cq->c.hard.cq_cq); in usdf_cq_trywait()1327 if (cq->c.hard.cq_cq != NULL) { in usdf_cq_open()[all …]
97 ep->e.dg.ep_wcq->c.hard.cq_cq, in usdf_ep_dgram_enable()98 ep->e.dg.ep_rcq->c.hard.cq_cq, in usdf_ep_dgram_enable()111 ep->e.dg.ep_wcq->c.hard.cq_cq, in usdf_ep_dgram_enable()112 ep->e.dg.ep_rcq->c.hard.cq_cq, in usdf_ep_dgram_enable()203 if (cq->c.hard.cq_cq == NULL) { in usdf_ep_dgram_bind()204 ret = usdf_cq_create_cq(cq, &cq->c.hard.cq_cq, true); in usdf_ep_dgram_bind()
400 struct usd_cq *cq_cq; member