Lines Matching refs:getdcbx
1123 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()
1124 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1297 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()
1298 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1548 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1552 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
1827 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1828 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1888 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1889 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1920 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1921 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()