Home
last modified time | relevance | path

Searched refs:DCB_CAP_DCBX_VER_CEE (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/net/ixgbe/
Dixgbe_dcb_nl.c353 !(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_all()
555 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_getapp()
581 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_setapp()
784 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
800 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in ixgbe_dcbnl_setdcbx()
Dixgbe_main.c3668 if (adapter->dcbx_cap & (DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE)) { in ixgbe_configure_dcb()
5275 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_sw_init()
/linux-2.6.39/include/linux/
Ddcbnl.h544 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
/linux-2.6.39/drivers/net/bnx2x/
Dbnx2x_dcb.c1590 DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_STATIC)
2003 state = DCB_CAP_DCBX_LLD_MANAGED | DCB_CAP_DCBX_VER_CEE; in bnx2x_dcbnl_get_dcbx()