Searched refs:rx_post_q (Results 1 – 1 of 1) sorted by relevance
142 struct ntb_queue_list rx_post_q; member651 STAILQ_INIT(&qp->rx_post_q); in ntb_transport_init_queue()676 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_post_q))) in ntb_transport_free_queue()971 entry = ntb_list_mv(&qp->ntb_rx_q_lock, &qp->rx_pend_q, &qp->rx_post_q); in ntb_process_rxc()1049 while (!STAILQ_EMPTY(&qp->rx_post_q)) { in ntb_complete_rxc()1050 entry = STAILQ_FIRST(&qp->rx_post_q); in ntb_complete_rxc()1057 STAILQ_REMOVE_HEAD(&qp->rx_post_q, entry); in ntb_complete_rxc()