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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c3354 uint32_t fchanno, tchanno, i; local
3374 fchanno = from_chan->channelno;
3383 /* Scan the ndlp's fchanno txq to get the iocb of fcp cmd */
3385 iocbq = (IOCBQ *)nlp->nlp_tx[fchanno].q_first;
3415 /* found a fcp cmd iocb in fchanno txq, now deque it */
3418 nlp->nlp_tx[fchanno].q_last =
3424 nlp->nlp_tx[fchanno].q_first =
3431 nlp->nlp_tx[fchanno].q_cnt--;
3456 if ((nlp->nlp_tx[fchanno].q_first)) {
3462 nlp->nlp_next[fchanno];
[all...]

Completed in 64 milliseconds