Home
last modified time | relevance | path

Searched refs:tbm (Results 1 – 1 of 1) sorted by relevance

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