Searched refs:rx_post_q (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/ntb/
H A Dntb_transport.c142 struct ntb_queue_list rx_post_q; member in struct:ntb_transport_qp
651 STAILQ_INIT(&qp->rx_post_q);
676 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_post_q)))
971 entry = ntb_list_mv(&qp->ntb_rx_q_lock, &qp->rx_pend_q, &qp->rx_post_q);
1049 while (!STAILQ_EMPTY(&qp->rx_post_q)) {
1050 entry = STAILQ_FIRST(&qp->rx_post_q);
1057 STAILQ_REMOVE_HEAD(&qp->rx_post_q, entry);

Completed in 111 milliseconds