Home
last modified time | relevance | path

Searched refs:cqe_t (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/uts/sun/sys/
H A Dsocalvar.h54 #define SOCAL_CQ_SIZE (sizeof (cqe_t) * SOC_MAX_CQ_ENTRIES)
103 cqe_t *skc_cq; /* Pointer to CQ memory pool. */
135 void (*els_cb)(void *, cqe_t *, caddr_t);
136 void (*data_cb)(void *, cqe_t *, caddr_t);
H A Dsocal_cq_defs.h55 } cqe_t; typedef
/titanic_50/usr/src/uts/sun/io/
H A Dsocal.c182 static void socal_us_els(socal_state_t *, cqe_t *, caddr_t);
198 static int socal_cq_enque(socal_state_t *, socal_port_t *, cqe_t *, int,
1903 cq_size = socal_req_entries[index] * sizeof (cqe_t); in socal_cqalloc_init()
1930 cqp->skc_cq = (cqe_t *)(((uintptr_t)cqp->skc_cq_raw + in socal_cqalloc_init()
1952 socalp->request[index].skc_cq = (cqe_t *)NULL; in socal_cqalloc_init()
1957 cq_size = socal_rsp_entries[index] * sizeof (cqe_t); in socal_cqalloc_init()
1985 cqp->skc_cq = (cqe_t *)(((uintptr_t)cqp->skc_cq_raw + in socal_cqalloc_init()
2007 socalp->response[index].skc_cq = (cqe_t *)NULL; in socal_cqalloc_init()
2084 socal_req_entries[index] * sizeof (cqe_t)); in socal_cqinit()
2087 socal_rsp_entries[index] * sizeof (cqe_t)); in socal_cqinit()
[all …]
/titanic_50/usr/src/uts/common/avs/ns/
H A Dcontract.h414 typedef void * cqe_t; /* opaque */ typedef