Searched refs:nlp_tx (Results 1 – 6 of 6) sorted by relevance
2290 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 …]
381 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()
4373 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 &&
263 ndlp->nlp_tx[channelno].q_first) && !ndlp->nlp_next[channelno]) { in emlxs_node_open()
3548 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()
450 emlxs_queue_t nlp_tx[MAX_CHANNEL]; /* Transmit Q head */ member