Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2299 if (ndlp->nlp_tx[channelno].q_first) { in emlxs_tx_channel_flush()
2302 abort.q_first = ndlp->nlp_tx[channelno].q_first; in emlxs_tx_channel_flush()
2305 (IOCBQ *)ndlp->nlp_tx[channelno].q_first; in emlxs_tx_channel_flush()
2308 abort.q_last = ndlp->nlp_tx[channelno].q_last; in emlxs_tx_channel_flush()
2309 abort.q_cnt += ndlp->nlp_tx[channelno].q_cnt; in emlxs_tx_channel_flush()
2317 ndlp->nlp_tx[channelno].q_first = NULL; in emlxs_tx_channel_flush()
2318 ndlp->nlp_tx[channelno].q_last = NULL; in emlxs_tx_channel_flush()
2319 ndlp->nlp_tx[channelno].q_cnt = 0; in emlxs_tx_channel_flush()
2525 if (ndlp->nlp_tx[channelno].q_first) { in emlxs_tx_node_flush()
2529 abort.q_first = ndlp->nlp_tx[channelno].q_first; in emlxs_tx_node_flush()
[all …]
H A Demlxs_clock.c381 iocbq = (IOCBQ *)nlp->nlp_tx[channelno].q_first; in emlxs_timer_check_pkts()
392 nlp->nlp_tx[channelno].q_last = in emlxs_timer_check_pkts()
397 nlp->nlp_tx[channelno].q_first = in emlxs_timer_check_pkts()
404 nlp->nlp_tx[channelno].q_cnt--; in emlxs_timer_check_pkts()
1368 (IOCBQ *)nlp->nlp_tx[channelno]. in emlxs_tx_watchdog()
H A Demlxs_fct.c4387 next = (IOCBQ *)nlp->nlp_tx[channelno].q_first; in emlxs_fct_pkt_abort_txq()
4396 if (nlp->nlp_tx[channelno].q_last == in emlxs_fct_pkt_abort_txq()
4398 nlp->nlp_tx[channelno].q_last = in emlxs_fct_pkt_abort_txq()
4402 if (nlp->nlp_tx[channelno].q_first == in emlxs_fct_pkt_abort_txq()
4404 nlp->nlp_tx[channelno].q_first = in emlxs_fct_pkt_abort_txq()
4408 nlp->nlp_tx[channelno].q_cnt--; in emlxs_fct_pkt_abort_txq()
4425 (nlp->nlp_tx[channelno].q_first && in emlxs_fct_pkt_abort_txq()
H A Demlxs_node.c263 ndlp->nlp_tx[channelno].q_first) && !ndlp->nlp_next[channelno]) { in emlxs_node_open()
H A Demlxs_solaris.c3558 next = (IOCBQ *) nlp->nlp_tx[channelno].q_first; in emlxs_fca_pkt_abort()
3567 if (nlp->nlp_tx[channelno].q_last == in emlxs_fca_pkt_abort()
3569 nlp->nlp_tx[channelno].q_last = in emlxs_fca_pkt_abort()
3573 if (nlp->nlp_tx[channelno].q_first == in emlxs_fca_pkt_abort()
3575 nlp->nlp_tx[channelno].q_first = in emlxs_fca_pkt_abort()
3579 nlp->nlp_tx[channelno].q_cnt--; in emlxs_fca_pkt_abort()
3600 (nlp->nlp_tx[channelno].q_first && in emlxs_fca_pkt_abort()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h451 emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */ member