Searched refs:ntb_queue_entry (Results 1 – 1 of 1) sorted by relevance
101 struct ntb_queue_entry { struct261 struct ntb_queue_entry *entry);262 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);263 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);264 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);555 static struct ntb_queue_entry *ntb_list_rm(spinlock_t *lock, in ntb_list_rm()558 struct ntb_queue_entry *entry; in ntb_list_rm()566 entry = list_first_entry(list, struct ntb_queue_entry, entry); in ntb_list_rm()575 static struct ntb_queue_entry *ntb_list_mv(spinlock_t *lock, in ntb_list_mv()579 struct ntb_queue_entry *entry; in ntb_list_mv()[all …]