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()
1871 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()
1872 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()
1938 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()
1939 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()
1972 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_delapp()
1973 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_delapp()