Searched refs:ntb_queue_entry (Results 1 – 1 of 1) sorted by relevance
115 struct ntb_queue_entry { struct296 struct ntb_queue_entry *entry);297 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);298 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);299 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);541 static struct ntb_queue_entry *ntb_list_rm(spinlock_t *lock, in ntb_list_rm()544 struct ntb_queue_entry *entry; in ntb_list_rm()552 entry = list_first_entry(list, struct ntb_queue_entry, entry); in ntb_list_rm()561 static struct ntb_queue_entry *ntb_list_mv(spinlock_t *lock, in ntb_list_mv()565 struct ntb_queue_entry *entry; in ntb_list_mv()[all …]