Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2290 if (ndlp->nlp_tx[channelno].q_first) { in emlxs_tx_channel_flush()
2293 abort.q_first = ndlp->nlp_tx[channelno].q_first; in emlxs_tx_channel_flush()
2296 (IOCBQ *)ndlp->nlp_tx[channelno].q_first; in emlxs_tx_channel_flush()
2299 abort.q_last = ndlp->nlp_tx[channelno].q_last; in emlxs_tx_channel_flush()
2300 abort.q_cnt += ndlp->nlp_tx[channelno].q_cnt; in emlxs_tx_channel_flush()
2308 ndlp->nlp_tx[channelno].q_first = NULL; in emlxs_tx_channel_flush()
2309 ndlp->nlp_tx[channelno].q_last = NULL; in emlxs_tx_channel_flush()
2310 ndlp->nlp_tx[channelno].q_cnt = 0; in emlxs_tx_channel_flush()
2516 if (ndlp->nlp_tx[channelno].q_first) { in emlxs_tx_node_flush()
2520 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()
1361 (IOCBQ *)nlp->nlp_tx[channelno]. in emlxs_tx_watchdog()
H A Demlxs_fct.c4373 next = (IOCBQ *)nlp->nlp_tx[channelno].q_first;
4382 if (nlp->nlp_tx[channelno].q_last ==
4384 nlp->nlp_tx[channelno].q_last =
4388 if (nlp->nlp_tx[channelno].q_first ==
4390 nlp->nlp_tx[channelno].q_first =
4394 nlp->nlp_tx[channelno].q_cnt--;
4411 (nlp->nlp_tx[channelno].q_first &&
H A Demlxs_node.c263 ndlp->nlp_tx[channelno].q_first) && !ndlp->nlp_next[channelno]) { in emlxs_node_open()
H A Demlxs_solaris.c3548 next = (IOCBQ *) nlp->nlp_tx[channelno].q_first; in emlxs_fca_pkt_abort()
3557 if (nlp->nlp_tx[channelno].q_last == in emlxs_fca_pkt_abort()
3559 nlp->nlp_tx[channelno].q_last = in emlxs_fca_pkt_abort()
3563 if (nlp->nlp_tx[channelno].q_first == in emlxs_fca_pkt_abort()
3565 nlp->nlp_tx[channelno].q_first = in emlxs_fca_pkt_abort()
3569 nlp->nlp_tx[channelno].q_cnt--; in emlxs_fca_pkt_abort()
3590 (nlp->nlp_tx[channelno].q_first && in emlxs_fca_pkt_abort()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h450 emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */ member