Home
last modified time | relevance | path

Searched refs:cqp (Results 1 – 9 of 9) sorted by relevance

/titanic_44/usr/src/uts/common/sys/ib/clients/of/sol_ofs/
H A Dsol_kverb_impl.h51 #define FIRE_CQ_EVENT(clnt, hdl, ib_event, cqp, type) \ argument
53 if (cqp && cqp->event_handler && \
54 cqp->device->reg_state == IB_DEV_OPEN) { \
55 ib_event.device = cqp->device; \
57 ib_event.element.cq = cqp; \
58 cqp->event_handler(&ib_event, cqp->cq_context); \
/titanic_44/usr/src/uts/common/io/
H A Dttcompat.c347 struct copyreq *cqp; in ttcompatwput() local
385 cqp = (struct copyreq *)mp->b_rptr; in ttcompatwput()
386 cqp->cq_addr = (caddr_t)*(intptr_t *)mp->b_cont->b_rptr; in ttcompatwput()
389 cqp->cq_size = sizeof (struct sgttyb); in ttcompatwput()
392 cqp->cq_size = sizeof (struct ltchars); in ttcompatwput()
395 cqp->cq_size = sizeof (struct tchars); in ttcompatwput()
401 cqp->cq_size = sizeof (int); in ttcompatwput()
406 cqp->cq_flag = 0; in ttcompatwput()
407 cqp->cq_private = NULL; in ttcompatwput()
1078 struct copyreq *cqp; in ttcopyout() local
[all …]
H A Dvcons.c1213 struct copyreq *cqp; in vt_copyin() local
1215 cqp = (struct copyreq *)(void *)mp->b_rptr; in vt_copyin()
1216 cqp->cq_addr = *((caddr_t *)(void *)mp->b_cont->b_rptr); in vt_copyin()
1217 cqp->cq_size = size; in vt_copyin()
1218 cqp->cq_flag = 0; in vt_copyin()
1219 cqp->cq_private = (mblk_t *)NULL; in vt_copyin()
1231 struct copyreq *cqp; in vt_copyout() local
1233 cqp = (struct copyreq *)(void *)mp->b_rptr; in vt_copyout()
1234 cqp->cq_size = size; in vt_copyout()
1235 cqp->cq_addr = *((caddr_t *)(void *)mp->b_cont->b_rptr); in vt_copyout()
[all …]
H A Dtimod.c2218 struct copyreq *cqp; in ti_doname() local
2242 cqp = (struct copyreq *)mp->b_rptr; in ti_doname()
2243 cqp->cq_private = mp->b_cont; in ti_doname()
2244 cqp->cq_addr = (caddr_t)*(intptr_t *)mp->b_cont->b_rptr; in ti_doname()
2246 cqp->cq_size = SIZEOF_STRUCT(strbuf, iocp->ioc_flag); in ti_doname()
2247 cqp->cq_flag = 0; in ti_doname()
2257 cqp = (struct copyreq *)mp->b_rptr; in ti_doname()
2347 cqp->cq_addr = in ti_doname()
2349 cqp->cq_size = STRUCT_SIZE(sb); in ti_doname()
2350 cqp->cq_flag = 0; in ti_doname()
[all …]
/titanic_44/usr/src/uts/sun/io/ttymux/
H A Dttymux_ioctl.c940 struct copyreq *cqp; in ttymux_query_links_ioctl() local
1061 cqp = (struct copyreq *)mp->b_rptr; in ttymux_query_links_ioctl()
1062 cqp->cq_addr = uaddr; in ttymux_query_links_ioctl()
1063 cqp->cq_size = sz; in ttymux_query_links_ioctl()
1064 cqp->cq_flag = 0; in ttymux_query_links_ioctl()
1065 cqp->cq_private = mp->b_cont; in ttymux_query_links_ioctl()
/titanic_44/usr/src/uts/sun/io/
H A Dsocal.c1888 socal_kcq_t *cqp; in socal_cqalloc_init() local
1905 cqp = &socalp->request[index]; in socal_cqalloc_init()
1909 &cqp->skc_dhandle) != DDI_SUCCESS) { in socal_cqalloc_init()
1915 if (ddi_dma_mem_alloc(cqp->skc_dhandle, in socal_cqalloc_init()
1918 (caddr_t *)&cqp->skc_cq_raw, &real_len, in socal_cqalloc_init()
1919 &cqp->skc_acchandle) != DDI_SUCCESS) { in socal_cqalloc_init()
1930 cqp->skc_cq = (cqe_t *)(((uintptr_t)cqp->skc_cq_raw + in socal_cqalloc_init()
1934 if (ddi_dma_addr_bind_handle(cqp->skc_dhandle, in socal_cqalloc_init()
1935 (struct as *)NULL, (caddr_t)cqp->skc_cq, cq_size, in socal_cqalloc_init()
1937 NULL, &cqp->skc_dcookie, &ccount) != DDI_DMA_MAPPED) { in socal_cqalloc_init()
[all …]
/titanic_44/usr/src/uts/common/io/ib/clients/of/sol_ofs/
H A Dsol_kverbs.c147 struct ib_cq *cqp; in ofs_async_handler() local
152 cqp = event->ev_cq_hdl ? ibt_get_cq_private(event->ev_cq_hdl) : NULL; in ofs_async_handler()
160 clntp, hdl, code, qpp, cqp, event->ev_srq_hdl, in ofs_async_handler()
198 FIRE_CQ_EVENT(ofs_client, hdl, ib_event, cqp, in ofs_async_handler()
/titanic_44/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c927 struct copyreq *cqp; in envctrl_wput() local
1077 cqp = (struct copyreq *)(void *)mp->b_rptr; in envctrl_wput()
1080 state = (long)cqp->cq_private; in envctrl_wput()
/titanic_44/usr/src/uts/common/rpc/
H A Drpcib.c723 rib_cq_t **cqp) in rib_create_cq() argument
758 *cqp = cq; in rib_create_cq()