Searched refs:ntb_queue_entry (Results 1 – 1 of 1) sorted by relevance
107 struct ntb_queue_entry { struct280 struct ntb_queue_entry *entry);281 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);282 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);283 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);574 static struct ntb_queue_entry *ntb_list_rm(spinlock_t *lock, in ntb_list_rm()577 struct ntb_queue_entry *entry; in ntb_list_rm()585 entry = list_first_entry(list, struct ntb_queue_entry, entry); in ntb_list_rm()594 static struct ntb_queue_entry *ntb_list_mv(spinlock_t *lock, in ntb_list_mv()598 struct ntb_queue_entry *entry; in ntb_list_mv()[all …]