Lines Matching refs:getdcbx
1120 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()
1121 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1294 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()
1295 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1545 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1549 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
1824 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1825 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1885 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1886 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1917 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1918 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()