Searched refs:nlp_ptx (Results 1 – 6 of 6) sorted by relevance
2283 if (ndlp->nlp_ptx[channelno].q_first) { in emlxs_tx_channel_flush()2287 ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_channel_flush()2290 (IOCBQ *)ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_channel_flush()2294 abort.q_last = ndlp->nlp_ptx[channelno].q_last; in emlxs_tx_channel_flush()2295 abort.q_cnt += ndlp->nlp_ptx[channelno].q_cnt; in emlxs_tx_channel_flush()2313 ndlp->nlp_ptx[channelno].q_first = NULL; in emlxs_tx_channel_flush()2314 ndlp->nlp_ptx[channelno].q_last = NULL; in emlxs_tx_channel_flush()2315 ndlp->nlp_ptx[channelno].q_cnt = 0; in emlxs_tx_channel_flush()2506 if (ndlp->nlp_ptx[channelno].q_first) { in emlxs_tx_node_flush()2510 ndlp->nlp_ptx[channelno].q_first; in emlxs_tx_node_flush()[all …]
322 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()1364 (IOCBQ *)nlp->nlp_ptx[channelno]. in emlxs_tx_watchdog()
4353 next = (IOCBQ *)nlp->nlp_ptx[channelno].q_first; in emlxs_fct_pkt_abort_txq()4362 if (nlp->nlp_ptx[channelno].q_last == in emlxs_fct_pkt_abort_txq()4364 nlp->nlp_ptx[channelno].q_last = in emlxs_fct_pkt_abort_txq()4368 if (nlp->nlp_ptx[channelno].q_first == in emlxs_fct_pkt_abort_txq()4370 nlp->nlp_ptx[channelno]. in emlxs_fct_pkt_abort_txq()4375 nlp->nlp_ptx[channelno].q_cnt--; in emlxs_fct_pkt_abort_txq()4424 if ((nlp->nlp_ptx[channelno].q_first) || in emlxs_fct_pkt_abort_txq()
262 if ((ndlp->nlp_ptx[channelno].q_first || in emlxs_node_open()
3524 next = (IOCBQ *) nlp->nlp_ptx[channelno].q_first; in emlxs_fca_pkt_abort()3533 if (nlp->nlp_ptx[channelno].q_last == in emlxs_fca_pkt_abort()3535 nlp->nlp_ptx[channelno].q_last = in emlxs_fca_pkt_abort()3539 if (nlp->nlp_ptx[channelno].q_first == in emlxs_fca_pkt_abort()3541 nlp->nlp_ptx[channelno]. in emlxs_fca_pkt_abort()3546 nlp->nlp_ptx[channelno].q_cnt--; in emlxs_fca_pkt_abort()3599 if ((nlp->nlp_ptx[channelno].q_first) || in emlxs_fca_pkt_abort()
452 emlxs_queue_t nlp_ptx[MAX_CHANNEL]; /* Priority transmit */ member