Searched refs:ntb_queue_entry (Results 1 – 1 of 1) sorted by relevance
108 struct ntb_queue_entry { struct284 struct ntb_queue_entry *entry);285 static void ntb_memcpy_tx(struct ntb_queue_entry *entry, void __iomem *offset);286 static int ntb_async_rx_submit(struct ntb_queue_entry *entry, void *offset);287 static void ntb_memcpy_rx(struct ntb_queue_entry *entry, void *offset);578 static struct ntb_queue_entry *ntb_list_rm(spinlock_t *lock, in ntb_list_rm()581 struct ntb_queue_entry *entry; in ntb_list_rm()589 entry = list_first_entry(list, struct ntb_queue_entry, entry); in ntb_list_rm()598 static struct ntb_queue_entry *ntb_list_mv(spinlock_t *lock, in ntb_list_mv()602 struct ntb_queue_entry *entry; in ntb_list_mv()[all …]