Searched defs:tbm (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3360 Q tbm; /* To Be Moved Q */ local
3381 bzero((void *)&tbm, sizeof (Q));
3436 if (tbm.q_first) {
3437 ((IOCBQ *)tbm.q_last)->next = iocbq;
3438 tbm.q_last = (uint8_t *)iocbq;
3439 tbm.q_cnt++;
3441 tbm.q_first = (uint8_t *)iocbq;
3442 tbm.q_last = (uint8_t *)iocbq;
3443 tbm.q_cnt = 1;
3450 if ((tchanno == hba->channel_fcp) && (tbm
[all...]

Completed in 63 milliseconds