Home
last modified time | relevance | path

Searched refs:dev_notice (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_user_mad.c646 dev_notice(file->port->dev, in ib_umad_reg_agent()
658 dev_notice(file->port->dev, in ib_umad_reg_agent()
669 dev_notice(file->port->dev, in ib_umad_reg_agent()
748 dev_notice(file->port->dev, in ib_umad_reg_agent2()
760 dev_notice(file->port->dev, in ib_umad_reg_agent2()
769 dev_notice(file->port->dev, in ib_umad_reg_agent2()
786 dev_notice(file->port->dev, in ib_umad_reg_agent2()
798 dev_notice(file->port->dev, in ib_umad_reg_agent2()
H A Dib_mad.c1779 dev_notice(&port_priv->device->dev, in find_mad_agent()
/freebsd/sys/dev/mlx5/mlx5_fpga/
H A Dcore.h101 dev_notice(&(__adev)->mdev->pdev->dev, "FPGA: " format, ##__VA_ARGS__)
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h202 #define dev_notice(dev, fmt, ...) device_printf((dev)->bsddev, fmt, ##__VA_ARGS__) macro