Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/ntb/hw/idt/
Dntb_hw_idt.c296 static void idt_nt_write(struct idt_ntb_dev *ndev, in idt_nt_write()
319 static u32 idt_nt_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_nt_read()
340 static void idt_sw_write(struct idt_ntb_dev *ndev, in idt_sw_write()
373 static u32 idt_sw_read(struct idt_ntb_dev *ndev, const unsigned int reg) in idt_sw_read()
413 static inline int idt_reg_set_bits(struct idt_ntb_dev *ndev, unsigned int reg, in idt_reg_set_bits()
449 static inline void idt_reg_clear_bits(struct idt_ntb_dev *ndev, in idt_reg_clear_bits()
479 static int idt_scan_ports(struct idt_ntb_dev *ndev) in idt_scan_ports()
549 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_port_number()
564 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_count()
578 struct idt_ntb_dev *ndev = to_ndev_ntb(ntb); in idt_ntb_peer_port_number()
[all …]
Dntb_hw_idt.h1049 struct idt_ntb_dev { struct
1076 #define to_ndev_ntb(__ntb) container_of(__ntb, struct idt_ntb_dev, ntb) argument