Searched refs:ntb_list_rm (Results 1 – 1 of 1) sorted by relevance
299 static struct ntb_queue_entry *ntb_list_rm(struct mtx *lock,673 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_pend_q))) in ntb_transport_free_queue()676 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_post_q))) in ntb_transport_free_queue()679 while ((entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q))) in ntb_transport_free_queue()784 entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q); in ntb_transport_tx_enqueue()1567 entry = ntb_list_rm(&qp->ntb_tx_free_q_lock, &qp->tx_free_q); in ntb_send_link_down()1603 ntb_list_rm(struct mtx *lock, struct ntb_queue_list *list) in ntb_list_rm() function