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

/opensolaris-onvv-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124reg.h209 } si_prb_t; typedef in typeref:struct:si_prb
295 slot * sizeof (si_prb_t), \
296 sizeof (si_prb_t), \
307 slot*sizeof (si_prb_t)));
H A Dsi3124var.h112 si_prb_t *siport_prbpool; /* These are 31 incore PRBs */
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c66 * si_prb_t: This contains the PRB being posted to the controller.
67 * The two SGE entries contained within si_prb_t itself are not
77 * within si_prb_t are actually abstracted as si_sgblock_t. Each
2077 size_t incore_pkt_size = SI_NUM_SLOTS * sizeof (si_prb_t);
2161 si_prb_t *prb;
2187 bzero((void *)prb, sizeof (si_prb_t));
2199 for (j = 0; j < (sizeof (si_prb_t)); j++) {
2509 si_prb_t *prb;
2546 bzero((void *)prb, sizeof (si_prb_t));
2832 for (j = 0; j < (sizeof (si_prb_t)/
[all...]

Completed in 102 milliseconds