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

/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c600 static mptsas_t *mptsas_head, *mptsas_tail; variable
1562 if (mptsas_timeout_id && (mptsas_head == NULL)) {
1710 for (g = mptsas_head; g != NULL; g = g->m_next) {
1993 if (mptsas_head == NULL) {
2078 if (mptsas_head == NULL) {
2079 mptsas_head = mpt;
2095 if (mptsas_head == mpt) {
2096 m = mptsas_head = mpt->m_next;
2098 for (m = mptsas_head; m != NULL; m = m->m_next) {
9365 for (mpt = mptsas_head; mp
[all...]

Completed in 75 milliseconds