Searched refs:dcbx (Results 1 – 3 of 3) sorted by relevance
1231 int dcbx; in dcbnl_ieee_fill() local1273 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_ieee_fill()1275 dcbx = -EOPNOTSUPP; in dcbnl_ieee_fill()1307 if (dcbx >= 0) { in dcbnl_ieee_fill()1308 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_ieee_fill()1378 int dcbx, i, err = -EMSGSIZE; in dcbnl_cee_fill() local1448 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in dcbnl_cee_fill()1450 dcbx = -EOPNOTSUPP; in dcbnl_cee_fill()1496 if (dcbx >= 0) { in dcbnl_cee_fill()1497 err = nla_put_u8(skb, DCB_ATTR_DCBX, dcbx); in dcbnl_cee_fill()[all …]
29 u8 dcbx; member
1877 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()2106 int dcbx; in fcoe_dcb_create() local2117 dcbx = netdev->dcbnl_ops->getdcbx(netdev); in fcoe_dcb_create()2119 if (dcbx & DCB_CAP_DCBX_VER_IEEE) { in fcoe_dcb_create()