Searched refs:getdcbx (Results 1 – 5 of 5) sorted by relevance
1272 if (netdev->dcbnl_ops->getdcbx) in dcbnl_ieee_fill()1273 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()1447 if (netdev->dcbnl_ops->getdcbx) in dcbnl_cee_fill()1448 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()1722 if (!netdev->dcbnl_ops->getdcbx) in dcbnl_getdcbx()1725 ret = dcbnl_reply(netdev->dcbnl_ops->getdcbx(netdev), RTM_GETDCB, in dcbnl_getdcbx()2086 if (dev->dcbnl_ops->getdcbx) in dcb_setapp()2087 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_setapp()2165 if (dev->dcbnl_ops->getdcbx) in dcb_ieee_setapp()2166 event.dcbx = dev->dcbnl_ops->getdcbx(dev); in dcb_ieee_setapp()[all …]
89 u8 (*getdcbx)(struct net_device *); member
795 .getdcbx = ixgbe_dcbnl_getdcbx,
2116 if (netdev && netdev->dcbnl_ops && netdev->dcbnl_ops->getdcbx) { in fcoe_dcb_create()2117 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()
2499 .getdcbx = bnx2x_dcbnl_get_dcbx,