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()
1582 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()
1586 netdev->dcbnl_ops->getdcbx(netdev)); in dcbnl_getdcbx()
1867 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1868 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1930 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1931 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1962 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1963 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()