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

/freebsd-12-stable/sys/dev/ntb/
H A Dntb_transport.c299 static struct ntb_queue_entry *ntb_list_rm(struct mtx *lock,
674 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_pend_q)))
677 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_post_q)))
680 while ((entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q)))
787 entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q);
1571 entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q);
1608 ntb_list_rm(struct mtx *lock, struct ntb_queue_list *list) function

Completed in 109 milliseconds