Home
last modified time | relevance | path

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

/drivers/ntb/hw/idt/
Dntb_hw_idt.c299 static void idt_nt_write(struct idt_ntb_dev *ndev, in idt_nt_write()
322 static u32 idt_nt_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_nt_read()
343 static void idt_sw_write(struct idt_ntb_dev *ndev, in idt_sw_write()
374 static u32 idt_sw_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_sw_read()
414 static inline int idt_reg_set_bits(struct idt_ntb_dev *ndev, unsigned int reg, in idt_reg_set_bits()
450 static inline void idt_reg_clear_bits(struct idt_ntb_dev *ndev, in idt_reg_clear_bits()
480 static int idt_scan_ports(struct idt_ntb_dev *ndev) in idt_scan_ports()
550 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()
[all …]
Dntb_hw_idt.h1124 struct idt_ntb_dev { struct
1153 #define to_ndev_ntb(__ntb) container_of(__ntb, struct idt_ntb_dev, ntb) argument