Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_fcp.c2274 if (ndlp->nlp_ptx[channelno].q_first) { in emlxs_tx_channel_flush()
2278 ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_channel_flush()
2281 (IOCBQ *)ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_channel_flush()
2285 abort.q_last = ndlp->nlp_ptx[channelno].q_last; in emlxs_tx_channel_flush()
2286 abort.q_cnt += ndlp->nlp_ptx[channelno].q_cnt; in emlxs_tx_channel_flush()
2304 ndlp->nlp_ptx[channelno].q_first = NULL; in emlxs_tx_channel_flush()
2305 ndlp->nlp_ptx[channelno].q_last = NULL; in emlxs_tx_channel_flush()
2306 ndlp->nlp_ptx[channelno].q_cnt = 0; in emlxs_tx_channel_flush()
2497 if (ndlp->nlp_ptx[channelno].q_first) { in emlxs_tx_node_flush()
2501 ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_node_flush()
[all …]
H A Demlxs_clock.c322 iocbq = (IOCBQ *)nlp->nlp_ptx[channelno].q_first; in emlxs_timer_check_pkts()
333 nlp->nlp_ptx[channelno].q_last = in emlxs_timer_check_pkts()
338 nlp->nlp_ptx[channelno]. in emlxs_timer_check_pkts()
345 nlp->nlp_ptx[channelno].q_cnt--; in emlxs_timer_check_pkts()
1357 (IOCBQ *)nlp->nlp_ptx[channelno]. in emlxs_tx_watchdog()
H A Demlxs_fct.c4339 next = (IOCBQ *)nlp->nlp_ptx[channelno].q_first;
4348 if (nlp->nlp_ptx[channelno].q_last ==
4350 nlp->nlp_ptx[channelno].q_last =
4354 if (nlp->nlp_ptx[channelno].q_first ==
4356 nlp->nlp_ptx[channelno].
4361 nlp->nlp_ptx[channelno].q_cnt--;
4410 if ((nlp->nlp_ptx[channelno].q_first) ||
H A Demlxs_node.c262 if ((ndlp->nlp_ptx[channelno].q_first || in emlxs_node_open()
H A Demlxs_solaris.c3514 next = (IOCBQ *) nlp->nlp_ptx[channelno].q_first; in emlxs_fca_pkt_abort()
3523 if (nlp->nlp_ptx[channelno].q_last == in emlxs_fca_pkt_abort()
3525 nlp->nlp_ptx[channelno].q_last = in emlxs_fca_pkt_abort()
3529 if (nlp->nlp_ptx[channelno].q_first == in emlxs_fca_pkt_abort()
3531 nlp->nlp_ptx[channelno]. in emlxs_fca_pkt_abort()
3536 nlp->nlp_ptx[channelno].q_cnt--; in emlxs_fca_pkt_abort()
3589 if ((nlp->nlp_ptx[channelno].q_first) || in emlxs_fca_pkt_abort()
/titanic_44/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h451 emlxs_queue_t nlp_ptx[MAX_CHANNEL]; /* Priority transmit */ member