Searched refs:DCB_CAP_DCBX_VER_IEEE (Results 1 – 4 of 4) sorted by relevance
584 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setets()652 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setpfc()673 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_setapp()699 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)) in ixgbe_dcbnl_ieee_delapp()735 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()748 if (mode & DCB_CAP_DCBX_VER_IEEE) { in ixgbe_dcbnl_setdcbx()
566 #define DCB_CAP_DCBX_VER_IEEE 0x08 macro
1536 if (dcbx_ver == DCB_CAP_DCBX_VER_IEEE) in dcbnl_notify()1558 return dcbnl_notify(dev, event, cmd, seq, pid, DCB_CAP_DCBX_VER_IEEE); in dcbnl_ieee_notify()
2119 if (dcbx & DCB_CAP_DCBX_VER_IEEE) { in fcoe_dcb_create()