Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_nl.c160 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_state()
345 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_set_all()
550 if (!(adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)) in ixgbe_dcbnl_getapp()
735 ((mode & DCB_CAP_DCBX_VER_IEEE) && (mode & DCB_CAP_DCBX_VER_CEE)) || in ixgbe_dcbnl_setdcbx()
751 } else if (mode & DCB_CAP_DCBX_VER_CEE) { in ixgbe_dcbnl_setdcbx()
Dixgbe_main.c3579 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) { in ixgbe_configure_dcb()
4437 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE; in ixgbe_sw_init()
/linux-3.4.99/include/linux/
Ddcbnl.h565 #define DCB_CAP_DCBX_VER_CEE 0x04 macro
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c1866 DCB_CAP_DCBX_VER_CEE | DCB_CAP_DCBX_STATIC)
2293 state = DCB_CAP_DCBX_LLD_MANAGED | DCB_CAP_DCBX_VER_CEE; in bnx2x_dcbnl_get_dcbx()
/linux-3.4.99/drivers/scsi/fcoe/
Dfcoe.c1877 if (entry->dcbx & DCB_CAP_DCBX_VER_CEE) in fcoe_dcb_app_notification()
/linux-3.4.99/net/dcb/
Ddcbnl.c1565 return dcbnl_notify(dev, event, cmd, seq, pid, DCB_CAP_DCBX_VER_CEE); in dcbnl_cee_notify()