Searched refs:ntb_rx_q_lock (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/ntb/ |
D | ntb_transport.c | 150 spinlock_t ntb_rx_q_lock; member 994 spin_lock_init(&qp->ntb_rx_q_lock); in ntb_transport_init_queue() 1172 spin_lock_irqsave(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1188 spin_unlock_irqrestore(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1193 spin_lock_irqsave(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1196 spin_unlock_irqrestore(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1330 entry = ntb_list_mv(&qp->ntb_rx_q_lock, &qp->rx_pend_q, &qp->rx_post_q); in ntb_process_rxc() 1675 ntb_list_add(&qp->ntb_rx_q_lock, &entry->entry, in ntb_transport_create_queue() 1700 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_free_q))) in ntb_transport_create_queue() 1771 while ((entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_free_q))) in ntb_transport_free_queue() [all …]
|