Home
last modified time | relevance | path

Searched refs:to_ndev_ntb (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()
1199 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_mw_get_align()
1234 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_mw_count()
[all …]
H A Dntb_hw_idt.h1153 #define to_ndev_ntb(__ntb) container_of(__ntb, struct idt_ntb_dev, ntb) macro