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

/opensolaris-onvv-gate/usr/src/uts/common/sys/sata/adapters/si3124/
H A Dsi3124var.h125 sata_pkt_t *siport_slot_pkts[SI_NUM_SLOTS];
H A Dsi3124reg.h310 #define SI_NUM_SLOTS 0x1f /* 31 */ macro
/opensolaris-onvv-gate/usr/src/uts/common/io/sata/adapters/si3124/
H A Dsi3124.c1061 sata_hba_tran->sata_tran_hba_qdepth = SI_NUM_SLOTS;
1618 for (tmpslot = 0; tmpslot < SI_NUM_SLOTS; tmpslot++) {
1996 size_t incore_sgbpool_size = SI_NUM_SLOTS * sizeof (si_sgblock_t)
2077 size_t incore_pkt_size = SI_NUM_SLOTS * sizeof (si_prb_t);
4018 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4051 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4119 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4155 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4189 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
4230 failed_slot = (port_status >> 16) & SI_NUM_SLOTS;
[all...]

Completed in 113 milliseconds