Home
last modified time | relevance | path

Searched refs:dev_ntb (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/ntb/
H A Dmsi.c320 struct ntb_dev *ntb = dev_ntb(dev); in ntbm_msi_callback_match()
/linux/drivers/net/
H A Dntb_netdev.c409 ntb = dev_ntb(client_dev->parent); in ntb_netdev_probe()
/linux/include/linux/
H A Dntb.h436 #define dev_ntb(__dev) container_of((__dev), struct ntb_dev, dev) macro