Lines Matching refs:getdcbx
1125 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()
1126 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1299 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()
1300 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1567 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1571 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
1848 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1849 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1911 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1912 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1943 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1944 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()