Searched refs:ntb_queue_entry (Results 1 – 1 of 1) sorted by relevance
115 struct ntb_queue_entry { struct295 struct ntb_queue_entry *entry);296 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);297 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);298 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);540 static struct ntb_queue_entry *ntb_list_rm(spinlock_t *lock, in ntb_list_rm()543 struct ntb_queue_entry *entry; in ntb_list_rm()551 entry = list_first_entry(list, struct ntb_queue_entry, entry); in ntb_list_rm()560 static struct ntb_queue_entry *ntb_list_mv(spinlock_t *lock, in ntb_list_mv()564 struct ntb_queue_entry *entry; in ntb_list_mv()[all …]