Lines Matching refs:getdcbx
1128 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()
1129 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()
1303 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()
1304 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()
1574 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1578 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
1857 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1858 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1920 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1921 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1952 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1953 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()