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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3349 emlxs_tx_move(NODELIST *ndlp, CHANNEL *from_chan, CHANNEL *to_chan, argument
3370 hba = from_chan->hba;
3374 fchanno = from_chan->channelno;
3452 /* from_chan->nodeq.q_first must be non NULL */
3453 if (from_chan->nodeq.q_first) {
3459 from_chan->nodeq.q_last =
3461 from_chan->nodeq.q_first =
3466 n_prev = (NODELIST *)from_chan->nodeq.q_first;
3467 count = from_chan->nodeq.q_cnt;
3472 if (from_chan
[all...]

Completed in 50 milliseconds