Home
last modified time | relevance | path

Searched refs:idt_ntb_dev (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/ntb/hw/idt/
H A Dntb_hw_idt.c550 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_port_number()
565 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_count()
579 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_number()
600 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_idx()
882 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_link_is_up()
923 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_link_enable()
943 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_link_disable()
1172 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_mw_count()
2203 struct idt_ntb_dev *ndev = devid; in idt_thread_isr()
2602 struct idt_ntb_dev *ndev; in idt_create_dev()
[all …]
H A Dntb_hw_idt.h1124 struct idt_ntb_dev { struct
1153 #define to_ndev_ntb(__ntb) container_of(__ntb, struct idt_ntb_dev, ntb) argument