Searched refs:soc_cq_t (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/sun/sys/
H A Dsocalvar.h101 soc_cq_t *skc_xram_cqdesc; /* Pointer to XRAM CQ desc */
218 soc_cq_t *xram_reqp; /* addr of request descriptors */
219 soc_cq_t *xram_rspp; /* addr of response descriptors */
H A Dsocal_cq_defs.h100 } soc_cq_t; typedef in typeref:struct:cq
/illumos-gate/usr/src/uts/sun/io/
H A Dsocal.c762 socalp->xram_reqp = (soc_cq_t *)(socalp->socal_xrp +
764 socalp->xram_rspp = (soc_cq_t *)(socalp->socal_xrp +
2314 soc_cq_t que_desc[SOCAL_N_CQS];
2345 SOCAL_N_CQS * sizeof (soc_cq_t));
2366 SOCAL_N_CQS * sizeof (soc_cq_t));

Completed in 73 milliseconds