Searched refs:ntb_rx_q_lock (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/drivers/ntb/ |
| H A D | ntb_transport.c | 166 spinlock_t ntb_rx_q_lock; member 664 ntb_list_add(&qp->ntb_rx_q_lock, &entry->entry, in ntb_transport_setup_qp_mw() 1249 spin_lock_init(&qp->ntb_rx_q_lock); in ntb_transport_init_queue() 1466 spin_lock_irqsave(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1482 spin_unlock_irqrestore(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1487 spin_lock_irqsave(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 1490 spin_unlock_irqrestore(&qp->ntb_rx_q_lock, irqflags); in ntb_complete_rxc() 2079 ntb_list_add(&qp->ntb_rx_q_lock, &entry->entry, in ntb_transport_create_queue() 2228 entry = ntb_list_rm(&qp->ntb_rx_q_lock, &qp->rx_pend_q); in ntb_transport_rx_remove() 2235 ntb_list_add(&qp->ntb_rx_q_lock, &entry->entry, &qp->rx_free_q); in ntb_transport_rx_remove() [all …]
|