Lines Matching refs:getdcbx
1237 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()
1238 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1439 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()
1440 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1753 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1757 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
2059 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
2060 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
2183 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
2184 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
2217 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
2218 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()